28 lines
410 B
Plaintext
28 lines
410 B
Plaintext
.head{
|
|
height:554rpx;
|
|
background-color: #F4BD00;
|
|
}
|
|
.bottom{
|
|
background-color: #fff;
|
|
position: absolute;
|
|
bottom: 0;
|
|
top:530rpx;
|
|
left:0;right:0;
|
|
border-radius: 24rpx 24rpx 0 0;
|
|
padding:60rpx 40rpx;
|
|
}
|
|
.bottom .yellow{
|
|
color:#FEC400;
|
|
margin-left:0;
|
|
}
|
|
.policy{
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.policy .radio{
|
|
margin-right:10rpx;
|
|
}
|
|
.button{
|
|
margin-top:40rpx;
|
|
} |