Browse Source

图片替换

James 4 years ago
parent
commit
eacbacd2d4

BIN
src/assets/images/cards-bg.png


BIN
src/assets/images/index-bg.png


BIN
src/assets/images/mobile-card-bg.png


BIN
src/assets/images/mobile-index-bg.png


+ 2 - 2
src/pages/index/index.vue

@@ -57,7 +57,7 @@ export default {
       position: relative;
       .btn {
         margin: 0 auto;
-        margin-top: 5vw;
+        margin-top: 15vw;
         width: 100%;
         height: 74px;
         line-height: 74px;
@@ -87,7 +87,7 @@ export default {
         left: 50%;
         top:0;
         margin-left: -40%;
-        margin-top:63%;
+        margin-top:100%;
         .btn {
           background: url(../../assets/images/mobile-btn-bg.png) no-repeat center center;
           background-size: 100% 100%;

+ 2 - 2
src/pages/ruins-detail/index.vue

@@ -165,7 +165,7 @@ export default {
     font-family: Source Han Sans CN;
     font-weight: bold;
     line-height: 54px;
-    color: #c20e23;
+    color: #FCD67B;
     opacity: 1;
   }
   .container {
@@ -272,7 +272,7 @@ export default {
             font-family: Source Han Sans CN;
             font-weight: bold;
             line-height: 10vw;
-            color: #fcd67b;
+            color: #FCD67B;
             opacity: 1;
             // margin: 4vw 0;
           }

+ 1 - 1
src/pages/ruins/index.vue

@@ -50,7 +50,7 @@ export default {
     text-align: center;
     font-family: Source Han Sans CN;
     font-weight: bold;
-    color: #9c0012;
+    color: #FCD67B;
     opacity: 1;
     margin-top:5vw;
   }