calendar.wxss 381 B

1234567891011121314151617181920212223242526
  1. /* pages/clock/clock-tongji/calendar/calendar.wxss */
  2. .calendar-background {
  3. font-size: 24rpx;
  4. padding-top: 20rpx;
  5. }
  6. .calendar-item {
  7. width: 14%;
  8. height: 50rpx;
  9. text-align: center;
  10. }
  11. .display-space-between {
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. flex-wrap: wrap;
  16. }
  17. .text-gray {
  18. color: #878787;
  19. }
  20. .text-red {
  21. color: #F87474;
  22. }