123456789101112131415161718192021222324 |
- /* required by usingComponents */
- /* pages/user_rules/user_rules.wxss */
- page{
- height: 100%
- }
- .use_rule{
- padding:0 30rpx;
- }
- .rule-title{
- font-size: 34rpx;
- font-weight: bold;
- height: 100rpx;
- margin-top: 30rpx;
- line-height: 100rpx;
- }
- .title{
- font-size: 32rpx;
- font-weight: 500;
- margin: 30rpx 0;
- }
- .text{
- font-size: 28rpx;
- color: #636363;
- }
|