30 lines
597 B
Plaintext
30 lines
597 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.li_rule.data-v-5edbaef7 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
margin: 24rpx auto 0;
|
|
}
|
|
.li_rule .top_tit.data-v-5edbaef7 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.li_rule .top_tit .ruletitle.data-v-5edbaef7 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.li_rule .litext.data-v-5edbaef7 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.li_rule .litext.data-v-5edbaef7:last-child {
|
|
margin-bottom: 0;
|
|
}
|