.
This commit is contained in:
parent
8fc0b8f4b5
commit
4b918264ab
@ -50,9 +50,10 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="xieyi text-center">
|
||||
<text class="text-grey1">登录即代表同意</text>
|
||||
<view class="xieyi" style="display: flex; align-items: center;">
|
||||
<u-checkbox name="reading"></u-checkbox>
|
||||
<text class="text-blue" @click="handleUserAgrement">《用户协议》</text>
|
||||
<u-checkbox name="reading"></u-checkbox>
|
||||
<text class="text-blue" @click="handlePrivacy">《隐私协议》</text>
|
||||
</view>
|
||||
<view class="account_agreement">
|
||||
@ -377,7 +378,7 @@
|
||||
page {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
::v-deep .u-checkbox__icon-wrap.u-checkbox__icon-wrap--square{width: 15px !important;height: 15px !important;}
|
||||
.login-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@ -482,10 +483,7 @@
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.xieyi {
|
||||
color: #333;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.account_agreement {
|
||||
|
Loading…
Reference in New Issue
Block a user