1002884655 3 anni fa
parent
commit
9cd472404f

+ 2
- 2
src/pages/index/buildingDetail/components/BasicInfo/index.scss Vedi File

@@ -5,8 +5,8 @@
5 5
     padding: 0 30px;
6 6
     position: relative;
7 7
     overflow: hidden;
8
-    align-items: flex-start;
9
-    margin-top: 40px;
8
+    align-items: center;
9
+    margin-top: 20px;
10 10
     >.flex-item {
11 11
       margin-right: 20px;
12 12
       >text {

+ 2
- 0
src/pages/index/components/Banner/index.scss Vedi File

@@ -9,6 +9,8 @@
9 9
     width: 100%;
10 10
     height: 100%;
11 11
     .swiper-item {
12
+      width: 100%;
13
+      height: 100%;
12 14
       border-radius: 8px;
13 15
       position: relative;
14 16
       overflow: hidden;

+ 2
- 2
src/pages/video/index.scss Vedi File

@@ -36,7 +36,7 @@
36 36
       align-items: center;
37 37
       position: relative;
38 38
       overflow: hidden;
39
-      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
39
+      border-bottom: 2px solid rgba(25, 60, 131, 0.1);
40 40
       > view {
41 41
         position: relative;
42 42
         overflow: hidden;
@@ -73,7 +73,7 @@
73 73
             &::after {
74 74
               content: '';
75 75
               width: 100%;
76
-              height: 6px;
76
+              height: 4px;
77 77
               display: block;
78 78
               position: absolute;
79 79
               left: 0;