activity.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .main.data-v-8f22acf3 {
  4. display: flex;
  5. flex-direction: column;
  6. width: 100vw;
  7. height: 66vh;
  8. }
  9. .main .first.data-v-8f22acf3 {
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. padding: 2vw;
  14. border-bottom: 1px solid var(--f5Color);
  15. }
  16. .main .first input.data-v-8f22acf3 {
  17. width: 100%;
  18. padding: 2vw;
  19. background-color: var(--f1Color);
  20. font-size: var(--font14Size);
  21. border-radius: 5px;
  22. }
  23. .main .second.data-v-8f22acf3 {
  24. position: relative;
  25. flex-grow: 1;
  26. }
  27. .main .second .other.data-v-8f22acf3 {
  28. display: flex;
  29. }
  30. .main .second .other .other_1.data-v-8f22acf3 {
  31. padding: 2vw 2vw 2vw 5vw;
  32. font-size: 20px;
  33. font-weight: bold;
  34. }
  35. .main .second .other .other_1 .line.data-v-8f22acf3 {
  36. height: 18vh;
  37. margin: 0 0 0 2px;
  38. border-left: 1px dashed var(--f99Color);
  39. }
  40. .main .second .other .other_2.data-v-8f22acf3 {
  41. width: 90%;
  42. }
  43. .main .second .other .other_2 .list .list_1.data-v-8f22acf3 {
  44. display: flex;
  45. align-items: center;
  46. padding: 4vw 2vw 2vw 2vw;
  47. }
  48. .main .second .other .other_2 .list .list_1 .date.data-v-8f22acf3 {
  49. font-size: var(--font16Size);
  50. font-weight: bold;
  51. }
  52. .main .second .other .other_2 .list .list_1 .status.data-v-8f22acf3 {
  53. font-size: 10px;
  54. margin: 0 1vw;
  55. padding: 1px 5px;
  56. }
  57. .main .second .other .other_2 .list .list_1 .status0.data-v-8f22acf3 {
  58. color: var(--mainColor);
  59. background-color: var(--f35BColor);
  60. }
  61. .main .second .other .other_2 .list .list_1 .status1.data-v-8f22acf3 {
  62. color: var(--mainColor);
  63. background-color: var(--fFFColor);
  64. }
  65. .main .second .other .other_2 .list .list_1 .status2.data-v-8f22acf3 {
  66. color: var(--mainColor);
  67. background-color: var(--fF0Color);
  68. }
  69. .main .second .other .other_2 .list .list_1 .status3.data-v-8f22acf3 {
  70. color: var(--f99Color);
  71. background-color: var(--f9Color);
  72. }
  73. .main .second .other .other_2 .list .list_2.data-v-8f22acf3 {
  74. border: 1px solid var(--f5Color);
  75. padding: 2vw;
  76. border-radius: 2px;
  77. }
  78. .main .second .other .other_2 .list .list_2 .name.data-v-8f22acf3 {
  79. font-size: var(--font16Size);
  80. font-weight: bold;
  81. margin: 2vw;
  82. }
  83. .main .second .other .other_2 .list .list_2 .score.data-v-8f22acf3 {
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. font-size: var(--font14Size);
  88. background-color: var(--f9Color);
  89. border-radius: 5vw;
  90. padding: 1vw 0;
  91. }
  92. .main .second .other .other_2 .list .list_2 .score .red.data-v-8f22acf3 {
  93. display: flex;
  94. align-items: center;
  95. margin: 0 1vw 0 0;
  96. }
  97. .main .second .other .other_2 .list .list_2 .score .red .red_image.data-v-8f22acf3 {
  98. margin: 0 1vw;
  99. }
  100. .main .second .other .other_2 .list .list_2 .score .red .red_image .image.data-v-8f22acf3 {
  101. width: 8vw;
  102. height: 8vw;
  103. border-radius: 8vw;
  104. }
  105. .main .second .other .other_2 .list .list_2 .score .red .red_score.data-v-8f22acf3 {
  106. font-size: var(--font16Size);
  107. color: var(--fF0Color);
  108. }
  109. .main .second .other .other_2 .list .list_2 .score .center.data-v-8f22acf3 {
  110. font-size: var(--font16Size);
  111. color: var(--fF0Color);
  112. }
  113. .main .second .other .other_2 .list .list_2 .score .blue.data-v-8f22acf3 {
  114. display: flex;
  115. align-items: center;
  116. margin: 0 0 0 1vw;
  117. }
  118. .main .second .other .other_2 .list .list_2 .score .blue .blue_image.data-v-8f22acf3 {
  119. margin: 0 1vw;
  120. }
  121. .main .second .other .other_2 .list .list_2 .score .blue .blue_image .image.data-v-8f22acf3 {
  122. width: 8vw;
  123. height: 8vw;
  124. border-radius: 8vw;
  125. }
  126. .main .second .other .other_2 .list .list_2 .score .blue .blue_score.data-v-8f22acf3 {
  127. font-size: var(--font16Size);
  128. color: var(--fF0Color);
  129. }
  130. .scroll-view.data-v-8f22acf3 {
  131. position: absolute;
  132. top: 0;
  133. left: 0;
  134. right: 0;
  135. bottom: 0;
  136. }
  137. .scroll-view .list-scroll-view.data-v-8f22acf3 {
  138. display: flex;
  139. flex-direction: column;
  140. }
  141. .is_bottom.data-v-8f22acf3 {
  142. width: 100%;
  143. text-align: center;
  144. }
  145. .is_bottom text.data-v-8f22acf3 {
  146. padding: 2vw 0;
  147. display: inline-block;
  148. color: var(--f85Color);
  149. font-size: var(--font14Size);
  150. }