ソースを参照

fix:修改倒计时样式

lazy 2 ヶ月 前
コミット
a115353444
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4 1
      src/views/accountCenter/cyAccountManage/components/Authorization.vue

+ 4 - 1
src/views/accountCenter/cyAccountManage/components/Authorization.vue

@@ -167,13 +167,16 @@ export default {
       line-height: 30px;
     }
     .btn {
+      display: flex;
+      justify-content: center;
+      align-items: center;
       background: #FE7D0B;
       border-radius: 30px;
       padding: 6px;
       color: #fff;
       text-align: center;
       font-size: 12px;
-      width: 360px;
+      max-width: 360px;
       height: 46px;
       margin: 0 auto;
       margin-top: 30px;