Commit 5f5b6ddc authored by 俞嘉婷's avatar 俞嘉婷

feat: 隐私协议入口展示调整

parent 8dd43e60
......@@ -9,11 +9,13 @@
<view class="mainbtn" wx:else bindtap="judgeAgree"></view>
<view class="check_icon {{isAgree ? 'checked' : ''}}" bindtap="checkboxChange"></view>
<view class="check_text_box" bindtap="showPrivacy">
<!-- 我已阅读并同意
<view class="check_text_box1"></view>
<!-- <view class="check_text_box" bindtap="showPrivacy"> </view> -->
<!-- <view class="check_text_box" bindtap="showPrivacy">
我已阅读并同意
<text class="check_text">《隐私协议》《用户协议》</text>
等内容 -->
</view>
等内容
</view> -->
</view>
</view>
<view class="logo"></view>
......
......@@ -74,6 +74,15 @@
background: url('https://yun.duiba.com.cn/polaris/privacy_text.bd710d55a1ab3548b84a12751c672e5dda19bee6.png') no-repeat center top / 100% 100%;
}
.check_text_box1 {
position: absolute;
left: 169rpx;
top: 393rpx;
width: 423rpx;
height: 69rpx;
background: url('https://yun.duiba.com.cn/polaris/privacy_text1.dd32614bafe12b3ca5ce44b13d4e07681b8f7bc8.png') no-repeat center top / 100% 100%;
}
.check_text_box .check_text {
text-decoration-line: underline;
color: #c75233;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment