暖心人
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
711 B

.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{
width:100%;
background:#fff;
border-radius: 20rpx;
padding:38rpx 40rpx;
.content-title{
font-size: 40rpx;
font-weight: bold;
text-align: center;
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;
}