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.
24 lines
372 B
24 lines
372 B
|
|
page{
|
|
background: #fff;
|
|
}
|
|
.type-popup {
|
|
width: 600rpx;
|
|
height: 680rpx;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
padding: 0 20rpx;
|
|
}
|
|
.bottom-btn{
|
|
width: 45%;
|
|
height: 100rpx;
|
|
background: linear-gradient(90deg, #60F3FF, #088FEB);
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
margin: 0 3%;
|
|
}
|
|
|
|
|