退回原因
This commit is contained in:
parent
199f408521
commit
d8bec2266f
@ -170,10 +170,14 @@
|
|||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
background: #18CBB3;
|
background: #18CBB3;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
margin: 270rpx auto;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 60rpx;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxs {
|
.checkboxs {
|
||||||
@ -191,6 +195,8 @@
|
|||||||
margin: 30rpx auto 0;
|
margin: 30rpx auto 0;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
@ -218,8 +224,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
width: 100%;
|
width: 96%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
|
||||||
.righttext {
|
.righttext {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -234,7 +242,7 @@
|
|||||||
|
|
||||||
.text {
|
.text {
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
padding-left: 54rpx;
|
padding-left: 34rpx;
|
||||||
|
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: SourceHanSansSC-Medium, SourceHanSansSC;
|
font-family: SourceHanSansSC-Medium, SourceHanSansSC;
|
||||||
@ -242,12 +250,6 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
image {
|
|
||||||
margin: 50rpx 0 0 35rpx;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
width: 40rpx;
|
|
||||||
height: 40rpx;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user