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.
70 lines
1.3 KiB
70 lines
1.3 KiB
1 year ago
|
.body-background {
|
||
|
background: linear-gradient(180deg, #FF9545 0%, rgba(255, 149, 69, 0) 100%);
|
||
|
}
|
||
|
.fxx-container{
|
||
|
padding:82rpx 56rpx;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
.fxx-logo{
|
||
|
text-align: center;
|
||
|
margin-bottom:68rpx;
|
||
|
}
|
||
|
.fxx-content{
|
||
|
padding:{
|
||
|
bottom:48rpx;
|
||
|
left:10rpx;
|
||
|
right:10rpx;
|
||
|
}
|
||
|
width:100%;
|
||
|
background:#fff;
|
||
|
border-radius: 20rpx;
|
||
|
.content-title{
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 400;
|
||
|
color: #020B18;
|
||
|
line-height: 50rpx;
|
||
|
margin-bottom:26rpx;
|
||
|
}
|
||
|
.content-image{
|
||
|
justify-content: center;
|
||
|
margin:{
|
||
|
top:38rpx;
|
||
|
bottom:0;
|
||
|
}
|
||
|
}
|
||
|
.content-main{
|
||
|
padding:0 90rpx;
|
||
|
.main-title{
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 400;
|
||
|
color: #020B18;
|
||
|
line-height: 50rpx;
|
||
|
}
|
||
|
.main-desc{
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 400;
|
||
|
color: #FF9545;
|
||
|
line-height: 50rpx;
|
||
|
margin-bottom:36rpx;
|
||
|
}
|
||
|
.main-ext{
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 400;
|
||
|
color: #000000;
|
||
|
line-height: 50rpx;
|
||
|
}
|
||
|
}
|
||
|
.done-btn:nth-child(1){
|
||
|
width:240rpx;
|
||
|
padding:{
|
||
|
right:20rpx;
|
||
|
}
|
||
|
}
|
||
|
.done-btn{
|
||
|
width: 360rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.br{
|
||
|
height:20rpx;
|
||
|
}
|