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.
36 lines
715 B
36 lines
715 B
1 year ago
|
.body-background {
|
||
|
//background: linear-gradient(180deg, #FF9545 0%, rgba(255, 149, 69, 0) 100%);
|
||
|
background-color: #F5F5F6;
|
||
|
}
|
||
|
.fxx-container{
|
||
|
padding:16rpx 26rpx;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
.fxx-logo{
|
||
|
text-align: center;
|
||
|
margin-bottom:68rpx;
|
||
|
}
|
||
|
.fxx-content{
|
||
|
width:100%;
|
||
|
background:#fff;
|
||
|
border-radius: 20rpx;
|
||
|
padding:38rpx 40rpx;
|
||
|
.content-title{
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 400;
|
||
|
color: #020B18;
|
||
|
line-height: 50rpx;
|
||
|
margin-bottom:26rpx;
|
||
|
}
|
||
|
.content-main{
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 400;
|
||
|
color: #020B18;
|
||
|
line-height: 50rpx;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.br{
|
||
|
height:20rpx;
|
||
|
}
|