home.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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 .active_box.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. border: 1rpx solid #0094FC;
  59. }
  60. .container .body .card .active_box .item_box.data-v-92bb8f34 {
  61. display: flex;
  62. flex-direction: column;
  63. justify-content: space-evenly;
  64. height: 130rpx;
  65. padding-left: 30rpx;
  66. }
  67. .container .body .card .active_box .item_box .title.data-v-92bb8f34 {
  68. font-size: 28rpx;
  69. }
  70. .container .body .card .active_box .item_box .time.data-v-92bb8f34 {
  71. font-size: 24rpx;
  72. }
  73. .container .body .card .active_box .item_box .type.data-v-92bb8f34 {
  74. font-size: 24rpx;
  75. color: #808080;
  76. }
  77. .container .body .card .active_box .item_box .type ._img.data-v-92bb8f34 {
  78. margin-right: 10rpx;
  79. width: 20rpx;
  80. height: 20rpx;
  81. }
  82. .container .body .card .item.data-v-92bb8f34 {
  83. display: inline-block;
  84. margin: 0 15rpx;
  85. width: 300rpx;
  86. height: 130rpx;
  87. line-height: 12rpx;
  88. border-radius: 8rpx;
  89. font-weight: 400;
  90. background-color: #E6E6E6;
  91. }
  92. .container .body .card .item .item_box.data-v-92bb8f34 {
  93. display: flex;
  94. flex-direction: column;
  95. justify-content: space-evenly;
  96. height: 130rpx;
  97. padding-left: 30rpx;
  98. }
  99. .container .body .card .item .item_box .title.data-v-92bb8f34 {
  100. font-size: 28rpx;
  101. }
  102. .container .body .card .item .item_box .time.data-v-92bb8f34 {
  103. font-size: 24rpx;
  104. }
  105. .container .body .card .item .item_box .type.data-v-92bb8f34 {
  106. font-size: 24rpx;
  107. color: #808080;
  108. }
  109. .container .body .card .item .item_box .type ._img.data-v-92bb8f34 {
  110. margin-right: 10rpx;
  111. width: 20rpx;
  112. height: 20rpx;
  113. }
  114. .container .body .clock.data-v-92bb8f34 {
  115. display: flex;
  116. flex-direction: column;
  117. justify-content: center;
  118. align-items: center;
  119. margin: auto;
  120. margin-top: 145rpx;
  121. width: 300rpx;
  122. height: 300rpx;
  123. border-radius: 150rpx;
  124. text-align: center;
  125. color: #fff;
  126. background: linear-gradient(180deg, #00ACFC 0%, #0082FC 100%);
  127. }
  128. .container .body .clock .info.data-v-92bb8f34 {
  129. height: 58rpx;
  130. font-size: 40rpx;
  131. font-weight: 700;
  132. }
  133. .container .body .clock .time.data-v-92bb8f34 {
  134. height: 41rpx;
  135. font-size: 28rpx;
  136. font-weight: 400;
  137. }
  138. .container .body .active.data-v-92bb8f34 {
  139. display: flex;
  140. flex-direction: column;
  141. justify-content: center;
  142. align-items: center;
  143. margin: auto;
  144. margin-top: 145rpx;
  145. width: 300rpx;
  146. height: 300rpx;
  147. border-radius: 150rpx;
  148. text-align: center;
  149. color: #fff;
  150. background: linear-gradient(180deg, #CCCCCC 0%, #B3B3B3 100%);
  151. }
  152. .container .body .active .info.data-v-92bb8f34 {
  153. height: 58rpx;
  154. font-size: 40rpx;
  155. font-weight: 700;
  156. }
  157. .container .body .active .time.data-v-92bb8f34 {
  158. height: 41rpx;
  159. font-size: 28rpx;
  160. font-weight: 400;
  161. }
  162. .container .body .address.data-v-92bb8f34 {
  163. margin-top: 34rpx;
  164. height: 35rpx;
  165. line-height: 35rpx;
  166. text-align: center;
  167. font-size: 24rpx;
  168. font-weight: 400;
  169. color: #808080;
  170. }