list.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. font-size: 34rpx;
  55. font-family: PingFangSC-Semibold, PingFang SC;
  56. font-weight: 600;
  57. color: #000000;
  58. padding: 30rpx;
  59. display: flex;
  60. align-items: center;
  61. justify-content: space-between;
  62. }
  63. .time {
  64. font-size: 28rpx;
  65. font-family: PingFangSC-Regular, PingFang SC;
  66. color: #000000;
  67. }
  68. .content {
  69. height: 116rpx;
  70. font-size: 30rpx;
  71. font-family: PingFangSC-Regular, PingFang SC;
  72. font-weight: 400;
  73. border-bottom: 1rpx solid #F5F5F5;
  74. padding: 30rpx;
  75. box-sizing: border-box;
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. }
  80. .label {
  81. color: #666666;
  82. }