clockstats.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .number {
  2. font-size: 50rpx;
  3. font-weight: bold;
  4. color: #303133;
  5. }
  6. .number-detail {
  7. margin-top: 10rpx;
  8. font-size: 30rpx;
  9. color: #909399;
  10. }
  11. .state-box {
  12. display: flex;
  13. align-items: center;
  14. height: 200rpx;
  15. width: 100%;
  16. }
  17. .state-box .state {
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. border-radius: 100%;
  22. margin: 20rpx;
  23. height: 150rpx;
  24. width: 150rpx;
  25. }
  26. .state-box .state .state-text {
  27. font-size: 32rpx;
  28. font-weight: bold;
  29. color: #FFF;
  30. }
  31. .state-box .msg-box {
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: space-around;
  35. height: 150rpx;
  36. width: auto;
  37. }
  38. .state-box .msg-box .msg-text {
  39. color: #303133;
  40. font-weight: bold;
  41. font-size: 36rpx;
  42. margin-left: 15rpx;
  43. }
  44. .calendar_container {
  45. height: 100%;
  46. width: 100%;
  47. background-color: #FFF;
  48. margin: 0 auto;
  49. box-sizing: border-box;
  50. border-radius: 12rpx;
  51. }
  52. .image {
  53. margin-left: auto;
  54. margin-right: 20rpx;
  55. width: 200rpx;
  56. height: 200rpx;
  57. border-radius: 12rpx;
  58. background-size: 100%;
  59. background-repeat: no-repeat;
  60. }
  61. .box_tag {
  62. margin-right: 20rpx;
  63. height: 100%;
  64. width: 10rpx;
  65. background-color: #303133;
  66. z-index: 99;
  67. }