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.
52 lines
972 B
52 lines
972 B
4 months ago
|
.popup1 {
|
||
|
padding: 84rpx 60rpx;
|
||
|
background: linear-gradient(6deg, #ffffff 0%, #ffe6e4 100%);
|
||
|
.logo {
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
width: 164rpx;
|
||
|
height: 164rpx;
|
||
|
}
|
||
|
.title {
|
||
|
margin-top: 32rpx;
|
||
|
font-size: 48rpx;
|
||
|
color: #f23a2f;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.conent {
|
||
|
margin-top: 30rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #010105;
|
||
|
line-height: 52rpx;
|
||
|
}
|
||
|
.check {
|
||
|
margin-top: 64rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(1, 1, 5, 0.3);
|
||
|
.checkbox {
|
||
|
transform: scale(0.8);
|
||
|
}
|
||
|
}
|
||
|
.link {
|
||
|
color: #f23a2f;
|
||
|
}
|
||
|
.btn1 {
|
||
|
margin-top: 40rpx;
|
||
|
height: 84rpx;
|
||
|
border-radius: 84rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #ffffff;
|
||
|
text-align: center;
|
||
|
line-height: 84rpx;
|
||
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
||
|
}
|
||
|
.btn2 {
|
||
|
margin-top: 20rpx;
|
||
|
height: 84rpx;
|
||
|
text-align: center;
|
||
|
line-height: 84rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(1, 1, 5, 0.4);
|
||
|
}
|
||
|
}
|