| 123456789101112131415161718 |
- /* pages/clock/clock-rule/clock-rule.wxss */
- page {
- /* background-color: #f5f5f5; */
- font-size: 0;
- }
- image {
- width: 100%;
- /* height: 440rpx;
- margin: 22rpx 0; */
- }
- /* .content {
- width: 100%;
- box-sizing: border-box;
- background-color: #fff;
- padding: 30rpx;
- } */
|