activity.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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: var(--font12Size);
  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(--fF0Color);
  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(--f99Color);
  67. background-color: var(--f9Color);
  68. }
  69. .main .second .other .other_2 .list .list_2.data-v-8f22acf3 {
  70. border: 1px solid var(--f5Color);
  71. padding: 2vw;
  72. border-radius: 2px;
  73. }
  74. .main .second .other .other_2 .list .list_2 .name.data-v-8f22acf3 {
  75. font-size: var(--font16Size);
  76. font-weight: bold;
  77. margin: 2vw;
  78. }
  79. .main .second .other .other_2 .list .list_2 .score.data-v-8f22acf3 {
  80. display: flex;
  81. align-items: center;
  82. justify-content: center;
  83. font-size: var(--font14Size);
  84. background-color: var(--f9Color);
  85. border-radius: 5vw;
  86. padding: 1vw 0;
  87. }
  88. .main .second .other .other_2 .list .list_2 .score .red.data-v-8f22acf3 {
  89. display: flex;
  90. align-items: center;
  91. margin: 0 1vw 0 0;
  92. }
  93. .main .second .other .other_2 .list .list_2 .score .red .red_image.data-v-8f22acf3 {
  94. margin: 0 1vw;
  95. }
  96. .main .second .other .other_2 .list .list_2 .score .red .red_image .image.data-v-8f22acf3 {
  97. width: 8vw;
  98. height: 8vw;
  99. border-radius: 8vw;
  100. }
  101. .main .second .other .other_2 .list .list_2 .score .red .red_score.data-v-8f22acf3 {
  102. font-size: var(--font16Size);
  103. color: var(--fF0Color);
  104. }
  105. .main .second .other .other_2 .list .list_2 .score .center.data-v-8f22acf3 {
  106. font-size: var(--font16Size);
  107. color: var(--fF0Color);
  108. }
  109. .main .second .other .other_2 .list .list_2 .score .blue.data-v-8f22acf3 {
  110. display: flex;
  111. align-items: center;
  112. margin: 0 0 0 1vw;
  113. }
  114. .main .second .other .other_2 .list .list_2 .score .blue .blue_image.data-v-8f22acf3 {
  115. margin: 0 1vw;
  116. }
  117. .main .second .other .other_2 .list .list_2 .score .blue .blue_image .image.data-v-8f22acf3 {
  118. width: 8vw;
  119. height: 8vw;
  120. border-radius: 8vw;
  121. }
  122. .main .second .other .other_2 .list .list_2 .score .blue .blue_score.data-v-8f22acf3 {
  123. font-size: var(--font16Size);
  124. color: var(--fF0Color);
  125. }
  126. .scroll-view.data-v-8f22acf3 {
  127. position: absolute;
  128. top: 0;
  129. left: 0;
  130. right: 0;
  131. bottom: 0;
  132. }
  133. .scroll-view .list-scroll-view.data-v-8f22acf3 {
  134. display: flex;
  135. flex-direction: column;
  136. }
  137. .is_bottom.data-v-8f22acf3 {
  138. width: 100%;
  139. text-align: center;
  140. }
  141. .is_bottom text.data-v-8f22acf3 {
  142. padding: 2vw 0;
  143. display: inline-block;
  144. color: var(--f85Color);
  145. font-size: var(--font14Size);
  146. }