Kaynağa Gözat

样式调整

lilei 4 yıl önce
ebeveyn
işleme
212ee578a5
1 değiştirilmiş dosya ile 5 ekleme ve 7 silme
  1. 5 7
      src/views/AvailableCoupon/couponCode.vue

+ 5 - 7
src/views/AvailableCoupon/couponCode.vue

@@ -25,7 +25,7 @@
           </div>
         </div>
         <div class="pay-button">
-          <a-button icon="sync" type="dashed" block @click="getCodeUrl(key)">刷新二维码</a-button>
+          <a-button icon="sync" type="primary" @click="getCodeUrl(key)">刷新二维码</a-button>
         </div>
       </div>
     </a-modal>
@@ -114,7 +114,7 @@ export default {
     }
     .pay-video{
       text-align: center;
-      padding: 20px 0 20px;
+      padding: 20px 0;
       p.red{
         span{
           color: #FF4500;
@@ -128,12 +128,11 @@ export default {
       }
       .pay-flash{
         width: 100%;
-        min-height: 260px;
         position: relative;
+        min-height: 220px;
         img{
           width: 50%;
           max-width: 500px;
-          // border: 1px solid #eee;
         }
         .spin{
           position: absolute;
@@ -156,10 +155,9 @@ export default {
     }
     .pay-button{
       text-align: center;
-      padding: 0 0 10px;
+      padding: 0 0 20px;
       button{
-        width: 80%;
-        margin: 0 10px;
+        width: 50%;
       }
     }
   }