You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
456 B
30 lines
456 B
|
|
._container{
|
|
margin: 20rpx 30rpx;
|
|
padding: 40rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 28rpx;
|
|
}
|
|
._l{
|
|
margin-bottom: 30rpx;
|
|
}
|
|
._left{
|
|
width: 20%;
|
|
}
|
|
._middle{
|
|
flex:1;
|
|
}
|
|
._button{
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
width: 312rpx;
|
|
background: linear-gradient(90deg, #FF4284 0%, #FF1D42 100%);
|
|
border-radius: 44rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
left: 50%;
|
|
transform: translate(-50%,0);
|
|
}
|