소스 검색

样式修改1

zhouna 3 년 전
부모
커밋
9eb868bfd6
3개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 4
      src/common/components/SearchOption/index.less
  2. BIN
      src/common/images/show.png
  3. 2 1
      src/components/AddNewInspect/index.less

+ 5 - 4
src/common/components/SearchOption/index.less

@@ -52,6 +52,7 @@
     min-height: 160px;
     .seleImg {
         left: 86px;
+        top:21px;
         cursor: pointer;
     }
     .searchInsp {
@@ -64,16 +65,16 @@
         line-height: 34px;
         width: 100px;
         float: left;
-        background-color: #E2F1F8;
+        background-color: @hoverBg;
         cursor: pointer;
         padding :0 15px 0 10px;
         border-radius: 4px;
         span {
-            color: #3B9ED0;
+            color: @bannerBg;
         }
     }
     .lisul {
-        border: 1px solid #B1D8EC;
+        border: 1px solid @bannerBg;
         border-radius: 4px;
         background-color: #fff;
         width: 100px;
@@ -87,7 +88,7 @@
             color: #1E1E1E;
         }
         li:hover {
-            background-color: #E2F1F8;
+            background-color: @hoverBg;
         }
     }
 }

BIN
src/common/images/show.png


+ 2 - 1
src/components/AddNewInspect/index.less

@@ -117,7 +117,8 @@
 }
 
 .searchLi:hover {
-    border: 1px solid @blue;
+    background: @hoverBg;
+    color: @bannerBg;
 }
 
 .searchResult {