zhouna 4 years ago
parent
commit
ab7b24d60d
1 changed files with 18 additions and 15 deletions
  1. 18 15
      src/css/searchStaticList.less

+ 18 - 15
src/css/searchStaticList.less

@@ -187,10 +187,11 @@
         input::-webkit-inner-spin-button {
             -webkit-appearance: none;
         }
+      font-size: 12px;
         input {
-            width: 40px;
-            height: 30px;
-            line-height: 30px;
+          width: 25px;
+          height: 22px;
+          line-height: 22px;
             text-align: center;
             border-radius: 3px;
             border: 1px solid @staticMainColor;
@@ -199,41 +200,42 @@
         }
     }
     .select {
+      font-size: 12px;
         color: @staticMainColor;
-        height: 30px;
-        line-height: 30px;
+      height: 22px;
+      line-height: 22px;
         border: 1px solid @staticMainColor;
         border-radius: 3px;
         box-sizing: border-box;
         position: relative;
-        top: -2px;
         margin-right: 10px;
         outline: none;
     }
     .totalSum{
         display: inline-block;
         font-size:12px;
-        height: 30px;
-        line-height:30px;
+      height: 22px;
+      line-height: 22px;
         color: @staticMainColor;
         margin-right: 10px;
         position: relative;
-        top: -2px;
     }
     .pageNum,.prePage,.nextPage, .more{
+      font-size: 12px;
         display: inline-block;
         box-sizing: border-box;
-        width: 30px;
-        height: 30px;
+      /*width: 30px;
+      height: 30px;*/
         line-height: 30px;
         cursor: pointer;
         margin: 0 10px 0 0;
         text-align: center;
-        color: #777;
-        border: 1px solid @staticMainColor;
         color: @staticMainColor;
         border-radius: 3px;
     }
+  .pageNum {
+    text-decoration: underline;
+  }
     .prePage,.nextPage{
         img{
             position: relative;
@@ -244,10 +246,11 @@
         cursor: not-allowed;
     }
     .arrowPage{
-        width: 12px;
+      width: 10px;
     }
     .activePage{
-        color: red;
+      color: #FE7D3D;
+      text-decoration: none;
     }
     
     .tipIcon{