Browse Source

C端馆藏数据库:列表布局优化

任一存 3 years ago
parent
commit
1e5896769d
2 changed files with 4 additions and 4 deletions
  1. 1 1
      web/src/components/lrLayout/index.vue
  2. 3 3
      web/src/views/collection/Collection.vue

+ 1 - 1
web/src/components/lrLayout/index.vue

@@ -53,7 +53,7 @@ export default {
 .back-top {
   position: absolute;
   right: -230px;
-  bottom: 166px;
+  bottom: 247px;
   width: 60px;
   height: 60px;
   border-radius: 30px;

+ 3 - 3
web/src/views/collection/Collection.vue

@@ -66,7 +66,7 @@ export default {
     width: 100%;
     text-align: center;
     position: relative;
-    padding-bottom: 30px;
+    padding-bottom: 104px;
     >ul{
       width: 100%;
       min-height: 70vh;
@@ -77,7 +77,7 @@ export default {
         width: 310px;
         margin-right: 18px;
         text-align: center;
-        margin-bottom: 18px;
+        margin-bottom: 37px;
         cursor: pointer;
         &:nth-child(3n){
           margin-right: 0;
@@ -134,7 +134,7 @@ export default {
       }
     }
     .paging{
-      margin-top: 40px;
+      margin-top: 27px;
       font-weight: normal;
     }
   }