list.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* pages/clock/clock-tongji/list.wxss */
  2. page {
  3. background-color: #F5F5F5;
  4. }
  5. .header {
  6. height: 176rpx;
  7. padding: 30rpx;
  8. font-size: 36rpx;
  9. font-family: PingFangSC-Semibold, PingFang SC;
  10. font-weight: 600;
  11. background: #fff;
  12. color: #333333;
  13. box-sizing: border-box;
  14. display: flex;
  15. align-items: center;
  16. margin-top: 20rpx;
  17. }
  18. .avatar {
  19. height: 102rpx;
  20. width: 102rpx;
  21. border-radius: 50%;
  22. position: relative;
  23. }
  24. .avatar-img {
  25. height: 102rpx;
  26. width: 102rpx;
  27. border-radius: 50%;
  28. }
  29. .avatar-icon {
  30. width: 32rpx;
  31. height: 32rpx;
  32. position: absolute;
  33. right: -4rpx;
  34. bottom: -4rpx;
  35. }
  36. .header-info {
  37. margin-left: 40rpx;
  38. }
  39. .approveStatus {
  40. font-size: 26rpx;
  41. font-family: PingFangSC-Semibold, PingFang SC;
  42. font-weight: 600;
  43. color: #0177FF;
  44. }
  45. .approveStatus-color {
  46. color: #999999;
  47. }
  48. .mouth,
  49. .week {
  50. margin-top: 20rpx;
  51. background: #fff;
  52. }
  53. .title {
  54. height: 138rpx;
  55. font-size: 34rpx;
  56. font-family: PingFangSC-Semibold, PingFang SC;
  57. font-weight: 600;
  58. color: #000000;
  59. padding: 0 30rpx;
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. }
  64. .time {
  65. font-size: 28rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. color: #000000;
  68. }
  69. .content {
  70. height: 116rpx;
  71. font-size: 30rpx;
  72. font-family: PingFangSC-Regular, PingFang SC;
  73. font-weight: 400;
  74. border-bottom: 1rpx solid #F5F5F5;
  75. padding: 30rpx;
  76. box-sizing: border-box;
  77. display: flex;
  78. align-items: center;
  79. justify-content: space-between;
  80. }
  81. .label {
  82. color: #666666;
  83. }
  84. .calendar-content-choose {
  85. height: 100%;
  86. font-size: 28rpx;
  87. font-family: PingFangSC-Regular, PingFang SC;
  88. font-weight: 400;
  89. color: #000000;
  90. display: flex;
  91. align-items: center;
  92. }
  93. .last,
  94. .next {
  95. height: 100%;
  96. width: 60rpx;
  97. display: flex;
  98. align-items: center;
  99. /* justify-content: center; */
  100. }
  101. .last {
  102. width: 120rpx;
  103. justify-content: center;
  104. }
  105. .next {
  106. justify-content: flex-end;
  107. }
  108. .calendar-content-choose image {
  109. height: 29rpx;
  110. width: 17rpx;
  111. }