Browse Source

处理BUG

wangcz 7 năm trước cách đây
mục cha
commit
cd8943563d
1 tập tin đã thay đổi với 12 bổ sung12 xóa
  1. 12 12
      components/mobile/registerPersonal/index.vue

+ 12 - 12
components/mobile/registerPersonal/index.vue

@@ -490,24 +490,24 @@
 
 <style type="text/scss" scoped lang="scss">
   .content-tab{
-    width: 360px;
+    width: 70%;
     margin: 0 auto;
-    height: 50px;
-    margin-top: 15px;
-    color: #999;
+    margin-top:.3rem;
     span{
       display:inline-block;
-      width:50%;
+      width:49%;
       vertical-align:top;
-      font-size:20px;
       text-align: center;
-      line-height:40px;
-      height:40px;
-      border-bottom:2px solid #fff;
-      cursor:pointer;
+      line-height:.6rem;
+      height:.6rem;
+      font-size:16px;
+      border:1px solid #E7E7E7;
+      background: #E7E7E7;
+      color:#999;
       &.speed{
-         color:#3375a7;
-         border-bottom:2px solid #3375a7;
+         color:#3F84F6;
+         border:1px solid #3F84F6;
+        background: #fff;
        }
     }
   }