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