sleepReport.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* pages/sleepReport/sleepReport.wxss */
  2. .content {
  3. width: 100vw;
  4. display: flex;
  5. flex-direction: column;
  6. padding-top: 30rpx;
  7. position: relative;
  8. padding-bottom: 200rpx;
  9. }
  10. .big-item {
  11. width: 100%;
  12. display: flex;
  13. margin-bottom: 36rpx;
  14. align-items: center;
  15. flex-direction: column;
  16. }
  17. .select_date_btn {
  18. background: #FFFFFF;
  19. color: #0BC3AA;
  20. border: 1rpx solid #0BC3AA;
  21. font-size: 24rpx;
  22. position: absolute;
  23. right: 36rpx;
  24. top: 30rpx;
  25. border-radius: 30rpx;
  26. padding: 6rpx 18rpx;
  27. }
  28. .date-title {
  29. width: calc(100% - 36rpx);
  30. color: #333333;
  31. margin-left: 36rpx;
  32. top: 36rpx;
  33. font-size: 32rpx;
  34. }
  35. .sub-item {
  36. width: 690rpx;
  37. margin-top: 32rpx;
  38. box-shadow: 0rpx 8rpx 20rpx 0rpx #F1F1F1;
  39. border-radius: 24rpx;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. }
  44. .h-view {
  45. display: flex;
  46. flex-direction: row;
  47. align-items: center;
  48. width: calc(100% - 60rpx);
  49. }
  50. .icon {
  51. width: 28rpx;
  52. height: 28rpx;
  53. }
  54. .sub-time {
  55. flex: 1;
  56. color: #666666;
  57. margin-left: 16rpx;
  58. font-size: 24rpx;
  59. }
  60. .name {
  61. font-size: 24rpx;
  62. color: #333333;
  63. }
  64. .v-item {
  65. flex: 1;
  66. display: flex;
  67. height: 190rpx;
  68. justify-content: center;
  69. flex-direction: column;
  70. align-items: center;
  71. }
  72. .t1 {
  73. font-size: 32rpx;
  74. font-weight: 700;
  75. color: #333333;
  76. }
  77. .t2 {
  78. font-weight: 400;
  79. font-size: 24rpx;
  80. color: #333333;
  81. }
  82. .t3 {
  83. font-size: 32rpx;
  84. font-weight: 700;
  85. color: #0BC3AA;
  86. }
  87. .desc {
  88. margin-top: 12rpx;
  89. color: #888888;
  90. font-size: 24rpx;
  91. }