邪性 3 anni fa
parent
commit
7e95742caa
6 ha cambiato i file con 17 aggiunte e 12 eliminazioni
  1. 1 1
      css/components.css
  2. 1 1
      css/components.less
  3. 6 4
      css/index.css
  4. 7 4
      css/index.less
  5. 1 1
      css/new_list.css
  6. 1 1
      js/exam_list.js

+ 1 - 1
css/components.css

@@ -490,7 +490,7 @@ body::-webkit-scrollbar-track {
   border-bottom: 1px solid #e6e6e6;
 }
 .body .my-list .list-item:hover {
-  color: #2382ff;
+  color: #03C762;
 }
 .body .my-list .list-item .item-img {
   flex: 1;

+ 1 - 1
css/components.less

@@ -635,7 +635,7 @@ body {
       border-bottom: 1px solid #e6e6e6;
 
       &:hover {
-        color: #2382ff;
+        color: @body-bg;
       }
 
       .item-img {

+ 6 - 4
css/index.css

@@ -71,14 +71,16 @@
   margin-top: 20px;
   padding: 0 15px;
 }
-.body .title-style i {
-  margin-right: 10px;
-}
 .body .title-style .h4 {
   padding: 15px;
+  vertical-align: middle;
   border-bottom: 2px solid #03C762;
   background-color: #cdf5df;
-  vertical-align: middle;
+  font-size: 20px;
+  display: flex;
+}
+.body .title-style .h4 i {
+  margin-right: 10px;
 }
 .body .scroll-style ul {
   padding: 0;

+ 7 - 4
css/index.less

@@ -84,14 +84,17 @@
     width: 100%;
     margin-top: 20px;
     padding: 0 15px;
-    i{
-      margin-right: 10px;
-    }
+    // vertical-align: middle;
     .h4 {
       padding: 15px;
+      vertical-align: middle;
       border-bottom: 2px solid @title-top;
       background-color: @title-bg;
-      vertical-align: middle;
+      font-size: 20px;
+      display: flex;
+      i{
+        margin-right: 10px;
+      }
     }
   }
 

+ 1 - 1
css/new_list.css

@@ -39,7 +39,7 @@
   margin-bottom: 5px;
 }
 .new2 .body .list .list-item:hover {
-  color: #2382ff;
+  color: #03C762;
 }
 .new2 .body .list .list-item .item-img {
   flex: 1;

+ 1 - 1
js/exam_list.js

@@ -57,7 +57,7 @@ $(function () {
         url: "http://api.gaokaoapp.net/exampaper/h/",
         data: {
           ...data,
-          pageSize: 1
+          pageSize: 10
         },
         type: "get",
         error: function (error) {