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.
41 lines
807 B
41 lines
807 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; |
|
position:relative; |
|
.fxx-logo{ |
|
text-align: center; |
|
margin-bottom:68rpx; |
|
position: absolute; |
|
top:0; |
|
z-index: -1; |
|
} |
|
.fxx-content{ |
|
margin-top:220rpx; |
|
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; |
|
} |