修改
This commit is contained in:
parent
8e45e0c4c0
commit
14e0b6df91
@ -38,7 +38,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class=""
|
<view class=""
|
||||||
style="display:flex; position: relative;left:18%; top:70%; font-size: 28rpx;line-height: 50rpx;">
|
style="display:flex;position: relative;left:18%; top:70%;font-size: 28rpx;line-height: 50rpx;">
|
||||||
<checkbox value="cb" :checked="checked" />
|
<checkbox value="cb" :checked="checked" />
|
||||||
我已阅读并同意
|
我已阅读并同意
|
||||||
<view class="" style="display: inline-block;color:#4D8CE9;border-bottom:1rpx solid #4D8CE9;"
|
<view class="" style="display: inline-block;color:#4D8CE9;border-bottom:1rpx solid #4D8CE9;"
|
||||||
@ -177,28 +177,27 @@
|
|||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
bottom: -80rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn2 {
|
.btn2 {
|
||||||
|
border-left: 1rpx solid #F4F5F9;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.masks {
|
.masks {
|
||||||
background-color: rgba(246, 247, 248, 0.5);
|
background-color: rgba(246, 247, 248, 0.5);
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
background-color: #F4F5F9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mask {
|
.mask {
|
||||||
width: 80%;
|
|
||||||
padding: 0 30rpx 0 30rpx;
|
padding: 0 30rpx 0 30rpx;
|
||||||
left: -5%;
|
width: 80%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 100rpx auto;
|
margin: 100rpx auto;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -222,12 +221,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
height: 600rpx;
|
height: 600rpx;
|
||||||
padding: 3%;
|
padding: 5% 0 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
margin-top: 5%;
|
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
margin: 0 auto 0;
|
||||||
height: 1266rpx;
|
height: 1266rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(182, 218, 213, 0.43);
|
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(182, 218, 213, 0.43);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user