Kaynağa Gözat

协议描述优化

xiaohaizhao 2 yıl önce
ebeveyn
işleme
183ee3e614

+ 14 - 14
pages/login/modules/agreement.scss

@@ -1,19 +1,19 @@
 /* 登录协议 */
 .agreement {
-    display: flex;
-    width: 100%;
-    justify-content: center;
+	display: flex;
+	width: 100%;
+	justify-content: center;
 
-    .con {
-        width: 376rpx;
-        text-align: center;
-        font-size: 24rpx !important;
-        font-family: PingFang SC-Regular, PingFang SC;
-        color: #666666 !important;
-        margin-left: -20rpx;
+	.con {
+			width: 316rpx;
+			text-align: center;
+			font-size: 24rpx !important;
+			font-family: PingFang SC-Regular, PingFang SC;
+			color: #666666 !important;
+			margin-left: -20rpx;
 
-        text {
-            color: #3874F6;
-        }
-    }
+			text {
+					color: #3874F6;
+			}
+	}
 }

+ 1 - 1
pages/login/modules/agreement.wxml

@@ -1,3 +1,3 @@
 <view class="agreement">
-    <van-checkbox icon-size="28rpx" label-class='con' value="{{ isAgree }}" bind:change="isAgreeChange">登录代表您已同意<text catchtap="checkTheAgreement">《隐私协议》</text></van-checkbox>
+    <van-checkbox icon-size="28rpx" label-class='con' value="{{ isAgree }}" bind:change="isAgreeChange">已阅读并同意<text catchtap="checkTheAgreement">《隐私协议》</text></van-checkbox>
 </view>