55 lines
853 B
CSS
55 lines
853 B
CSS
page{
|
|
background-color: #f6f6fa;
|
|
}
|
|
|
|
.rule-container {
|
|
margin: 20rpx;
|
|
padding: 30rpx 20rpx;
|
|
background-color: #fff;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.rule-title {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
text-align: center;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.rule-tip {
|
|
font-size: 24rpx;
|
|
color: #ff4444;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.rule-details {
|
|
background-color: #fff;
|
|
border-radius: 12rpx;
|
|
padding: 30rpx 20rpx;
|
|
}
|
|
|
|
.rule-item {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.rule-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.rule-item-title {
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
color: #333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.rule-item-content {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
line-height: 36rpx;
|
|
text-align: justify;
|
|
margin-left: 20rpx;
|
|
} |