vonin 5 vuotta sitten
vanhempi
commit
4cbd7b20dd
3 muutettua tiedostoa jossa 14 lisäystä ja 11 poistoa
  1. 1 1
      src/App.vue
  2. 12 9
      src/assets/css/ammeter.css
  3. 1 1
      src/components/Pay.vue

+ 1 - 1
src/App.vue

@@ -19,7 +19,7 @@ export default {
   font-size: 16px;
 }
 .van-nav-bar {
-  background: linear-gradient(to right, #ac1a32, #e7352f, #f2b28d);
+  background:#243da2;
 }
 .van-nav-bar__title,
 .van-nav-bar .van-icon {

+ 12 - 9
src/assets/css/ammeter.css

@@ -4,21 +4,24 @@
 }
 
 .color-red {
-    color: #ac1a32
+    color: #243da2
+}
+.color-hred {
+    color: #e7352f
 }
 
 .color-bigred, .van-dropdown-menu__title--active, .van-dropdown-item__option--active, .van-dropdown-item__option--active .van-dropdown-item__icon {
-    color: #e7352f
+    color: #375cf5
 }
 
 .van-button--primary {
-    background-color: #ac1a32;
-    border: 1px solid #ac1a32;
+    background-color: #375cf5;
+    border: 1px solid #375cf5;
 }
 
 .van-button--bigred {
-    background-color: #e7352f;
-    border: 1px solid #e7352f;
+    background-color: #243da2;
+    border: 1px solid #243da2;
 }
 
 .fyy-h6 {
@@ -227,8 +230,8 @@
 }
 
 .paybutton .van-button.van-button--default {
-    color: #333;
-    border: 1px #999 solid;
+    color: #375cf5;
+    border: 1px #375cf5 solid;
 }
 
 .qrcode{
@@ -237,4 +240,4 @@
 
 .qrcode img{
     margin: auto;
-}
+}

+ 1 - 1
src/components/Pay.vue

@@ -39,7 +39,7 @@
     <div class="fyyfooter">
       <p class="fyy-h5">
         核计:
-        <span class="fyy-h3 color-red" v-html="total"></span>元
+        <span class="fyy-h3 color-hred" v-html="total"></span>元
       </p>
       <router-link to="/Pay">
         <van-button type="bigred" @click="pay" :loading="paying">支付</van-button>