退回原因

This commit is contained in:
shidongli 2023-10-24 15:54:38 +08:00
parent 199f408521
commit d8bec2266f

View File

@ -170,10 +170,14 @@
height: 70rpx;
background: #18CBB3;
border-radius: 50rpx;
margin: 270rpx auto;
text-align: center;
line-height: 70rpx;
color: #fff;
position: fixed;
bottom: 60rpx;
left: 50%;
transform: translateX(-50%);
}
.checkboxs {
@ -191,6 +195,8 @@
margin: 30rpx auto 0;
color: #333333;
border-radius: 14rpx;
}
.top {
@ -218,8 +224,10 @@
display: flex;
height: 100rpx;
line-height: 100rpx;
width: 100%;
width: 96%;
position: relative;
left: 50%;
transform: translateX(-50%);
.righttext {
position: absolute;
@ -234,7 +242,7 @@
.text {
line-height: 100rpx;
padding-left: 54rpx;
padding-left: 34rpx;
font-size: 32rpx;
font-family: SourceHanSansSC-Medium, SourceHanSansSC;
@ -242,12 +250,6 @@
color: #333333;
}
image {
margin: 50rpx 0 0 35rpx;
transform: translateY(-50%);
width: 40rpx;
height: 40rpx;
}
}
}
</style>