home.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-92bb8f34 {
  5. padding-top: 20rpx;
  6. }
  7. .container .header.data-v-92bb8f34 {
  8. display: flex;
  9. margin: 0 30rpx 30rpx 30rpx;
  10. width: 690rpx;
  11. height: 130rpx;
  12. background-color: #fff;
  13. }
  14. .container .header .img.data-v-92bb8f34 {
  15. margin: 30rpx;
  16. width: 70rpx;
  17. height: 70rpx;
  18. }
  19. .container .header .img ._img.data-v-92bb8f34 {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .container .header .msg.data-v-92bb8f34 {
  24. margin: 30rpx 0;
  25. height: 70rpx;
  26. line-height: 36rpx;
  27. }
  28. .container .header .msg .name.data-v-92bb8f34 {
  29. font-size: 32rpx;
  30. font-weight: 400;
  31. }
  32. .container .header .msg .major.data-v-92bb8f34 {
  33. font-size: 24rpx;
  34. font-weight: 400;
  35. color: #A6A6A6;
  36. }
  37. .container .body.data-v-92bb8f34 {
  38. margin: 0 30rpx;
  39. width: 690rpx;
  40. height: 919rpx;
  41. background-color: #fff;
  42. }
  43. .container .body .card.data-v-92bb8f34 {
  44. padding-top: 30rpx;
  45. white-space: nowrap;
  46. height: 160rpx;
  47. overflow-x: auto;
  48. }
  49. .container .body .card .item.data-v-92bb8f34 {
  50. display: inline-block;
  51. margin: 0 15rpx;
  52. width: 300rpx;
  53. height: 130rpx;
  54. line-height: 12rpx;
  55. border-radius: 8rpx;
  56. font-weight: 400;
  57. background-color: #E6E6E6;
  58. }
  59. .container .body .card .item .item_box.data-v-92bb8f34 {
  60. display: flex;
  61. flex-direction: column;
  62. justify-content: space-evenly;
  63. height: 130rpx;
  64. padding-left: 30rpx;
  65. }
  66. .container .body .card .item .item_box .title.data-v-92bb8f34 {
  67. font-size: 28rpx;
  68. }
  69. .container .body .card .item .item_box .time.data-v-92bb8f34 {
  70. font-size: 24rpx;
  71. }
  72. .container .body .card .item .item_box .type.data-v-92bb8f34 {
  73. font-size: 24rpx;
  74. color: #808080;
  75. }
  76. .container .body .card .item .item_box .type ._img.data-v-92bb8f34 {
  77. margin-right: 10rpx;
  78. width: 20rpx;
  79. height: 20rpx;
  80. }
  81. .container .body .clock.data-v-92bb8f34 {
  82. display: flex;
  83. flex-direction: column;
  84. justify-content: center;
  85. align-items: center;
  86. margin: auto;
  87. margin-top: 145rpx;
  88. width: 300rpx;
  89. height: 300rpx;
  90. border-radius: 150rpx;
  91. text-align: center;
  92. color: #fff;
  93. background: linear-gradient(180deg, #00ACFC 0%, #0082FC 100%);
  94. }
  95. .container .body .clock .info.data-v-92bb8f34 {
  96. height: 58rpx;
  97. font-size: 40rpx;
  98. font-weight: 700;
  99. }
  100. .container .body .clock .time.data-v-92bb8f34 {
  101. height: 41rpx;
  102. font-size: 28rpx;
  103. font-weight: 400;
  104. }
  105. .container .body .active.data-v-92bb8f34 {
  106. display: flex;
  107. flex-direction: column;
  108. justify-content: center;
  109. align-items: center;
  110. margin: auto;
  111. margin-top: 145rpx;
  112. width: 300rpx;
  113. height: 300rpx;
  114. border-radius: 150rpx;
  115. text-align: center;
  116. color: #fff;
  117. background: linear-gradient(180deg, #CCCCCC 0%, #B3B3B3 100%);
  118. }
  119. .container .body .active .info.data-v-92bb8f34 {
  120. height: 58rpx;
  121. font-size: 40rpx;
  122. font-weight: 700;
  123. }
  124. .container .body .active .time.data-v-92bb8f34 {
  125. height: 41rpx;
  126. font-size: 28rpx;
  127. font-weight: 400;
  128. }
  129. .container .body .address.data-v-92bb8f34 {
  130. margin-top: 34rpx;
  131. height: 35rpx;
  132. line-height: 35rpx;
  133. text-align: center;
  134. font-size: 24rpx;
  135. font-weight: 400;
  136. color: #808080;
  137. }