lex-wxl 1 день назад
Родитель
Сommit
8dd886a78b
1 измененных файлов с 12 добавлено и 3 удалено
  1. 12 3
      miniprogram/pages/index/index.less

+ 12 - 3
miniprogram/pages/index/index.less

@@ -993,14 +993,23 @@ page {
 }
 
 .addPhone {
-  margin: 24rpx 0 24rpx;
+  margin: 24rpx 40rpx 24rpx;
   border-bottom: 1px solid #F6F6F6;
   border-radius: 20rpx;
   overflow: hidden;
 
+  .van-cell {
+    padding-left: 0 !important;
+    padding-right: 0 !important;
+  }
+
   .van-field__label {
-    font-size: 28rpx;
-    color: #131415;
+    font-size: 28rpx !important;
+    color: #131415 !important;
     line-height: 40rpx;
   }
+  .required {
+    font-size: 28rpx !important;
+    color: #131415 !important;
+  }
 }