/* 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; }