Baozhangchao 3 years ago
parent
commit
53af165ab3

+ 1
- 1
src/pages/RandomItinerary/components/ConstellationCard/style.less View File

@@ -56,7 +56,7 @@
56 56
   margin-left: 40%;
57 57
   margin-top: -2em;
58 58
   width: 100%;
59
-  padding: 1.5em 0 1.5em 0;
59
+  padding: 0.5em 0 2em 0;
60 60
   display: flex;
61 61
   align-items: center;
62 62
   .btn-image {

+ 6
- 2
src/pages/RandomItinerary/style.less View File

@@ -10,8 +10,12 @@
10 10
     margin: 0 auto;
11 11
     display: flex;
12 12
     align-items: center;
13
-    margin-top: 3em;
14
-    margin-bottom: 2em;
13
+    // margin-top: 1.5em;
14
+    // margin-bottom: 2em;
15
+    position: absolute;
16
+    left: 4%;
17
+    bottom: 0;
18
+
15 19
     text {
16 20
       text-align: center;
17 21
       width: 100%;