| 1234567891011121314151617181920212223242526 |
- /* pages/clock/clock-tongji/calendar/calendar.wxss */
- .calendar-background {
- font-size: 24rpx;
- padding-top: 20rpx;
- }
- .calendar-item {
- width: 14%;
- height: 50rpx;
- text-align: center;
- }
- .display-space-between {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- }
- .text-gray {
- color: #878787;
- }
- .text-red {
- color: #F87474;
- }
|