42 lines
803 B
Plaintext
42 lines
803 B
Plaintext
.conter {
|
|
width: 690rpx;
|
|
height: auto;
|
|
opacity: 1;
|
|
/* border: 1rpx solid red; */
|
|
margin-left: 30rpx;
|
|
padding-top: 200rpx;
|
|
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.span1 {
|
|
width: 100%;
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-weight: bold;
|
|
color: #FF8A00;
|
|
line-height: 42rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.span2 {
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 33rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.span3 {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 38rpx;
|
|
line-height: 50rpx;
|
|
margin-top: 30rpx;
|
|
} |