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.
26 lines
406 B
26 lines
406 B
|
|
.box {
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.h3 {
|
|
font-size: 40rpx;
|
|
padding-top: 30rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
}
|
|
.h2 {
|
|
font-size: 30rpx;
|
|
margin: 40rpx 0 8rpx 0;
|
|
font-weight: 700;
|
|
}
|
|
.p {
|
|
font-size: 28rpx;
|
|
margin-left: 12px;
|
|
}
|
|
.txt {
|
|
margin-left: 32rpx;
|
|
font-size: 26rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|