2025-07-12 10:21:02 +08:00

20 lines
259 B
CSS

.container{
padding: 10rpx 20rpx;
}
.title{
font-weight: bold;
text-align: center;
font-size: 32rpx;
}
.info{
font-size: 22rpx;
color: #969696;
text-align: center;
margin:10rpx 0 20rpx 0 ;
}
.content{
font-size: 28rpx;
}