yuminge-app/yun-min-program-plugin-master/packageA/member/ClockPunchRule/ClockPunchRule.wxss

20 lines
316 B
Plaintext

/* pages/member/ClockPunchRule/ClockPunchRule.wxss */
.rule {
width: 100%;
height: 100%;
text-align: left;
}
.rule .rule-content .h3 {
font-size: 34rpx;
margin: 20rpx;
}
.rule .rule-content .p {
margin: 20rpx;
font-size: 30rpx;
word-wrap: break-word;
word-break: break-all;
overflow: hidden;
}