compete.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .image {
  6. width: 100%;
  7. height: 280px;
  8. background-color: #eeeeee;
  9. }
  10. .back {
  11. width: 40rpx;
  12. height: 40rpx;
  13. left: 15px;
  14. width: 40rpx;
  15. height: 40rpx;
  16. }
  17. .onea {
  18. font-weight: 600;
  19. position: absolute;
  20. top: 5%;
  21. left: 2%;
  22. }
  23. .ones {
  24. font-weight: 600;
  25. position: absolute;
  26. top: 5%;
  27. left: 42%;
  28. color: #ffffff;
  29. }
  30. .one-2 {
  31. position: absolute;
  32. top: 17%;
  33. left: 41%;
  34. width: 18%;
  35. height: 63.78px;
  36. border-radius: 50%;
  37. }
  38. .one-3 {
  39. position: absolute;
  40. top: 29%;
  41. left: 37.5%;
  42. width: 26%;
  43. height: 63.78px;
  44. }
  45. .imgs {
  46. width: 95%;
  47. height: 64.14px;
  48. border-radius: 90px;
  49. }
  50. .two-1 {
  51. margin-top: -4px;
  52. background-color: #ffffff;
  53. font-size: 15px;
  54. margin-bottom: 6%;
  55. }
  56. .two {
  57. background-color: #ffffff;
  58. }
  59. .two1 {
  60. padding-top: 30px;
  61. padding-bottom: 10px;
  62. }
  63. .two2 {
  64. padding-bottom: 20px;
  65. }
  66. .two-left1 {
  67. float: left;
  68. margin-top: -3px;
  69. width: 10%;
  70. }
  71. .two-left2 {
  72. margin-top: -3px;
  73. float: left;
  74. width: 10%;
  75. }
  76. .zi {
  77. color: #9e9e9e;
  78. }
  79. .date {
  80. margin-right: 2%;
  81. }
  82. .thr {
  83. float: left;
  84. width: 100%;
  85. padding-top: 15px;
  86. background-color: #ffffff;
  87. }
  88. .tuan {
  89. margin-left: 11px;
  90. font-size: 16px;
  91. font-weight: 500;
  92. margin-right: 10px;
  93. }
  94. .thr-left {
  95. width: 79%;
  96. height: 49px;
  97. background-color: #eeeeee;
  98. border-radius: 24.5px;
  99. }
  100. .img {
  101. width: 100%;
  102. height: 49px;
  103. }
  104. .thr-1 {
  105. padding-top: 10px;
  106. padding-left: 10px;
  107. float: left;
  108. width: 17.2%;
  109. background-color: #ffffff;
  110. padding-bottom: 5px;
  111. }
  112. .thr1 {
  113. background-color: #ffffff;
  114. }
  115. .thr-2 {
  116. padding-top: 10px;
  117. padding-left: 8px;
  118. float: left;
  119. width: 18%;
  120. height: 75px;
  121. background-color: #ffffff;
  122. /* border: 1px solid red; */
  123. }
  124. .thr2 {
  125. float: left;
  126. width: 50px;
  127. height: 50px;
  128. border: 2px solid #dddcdc;
  129. }
  130. .name {
  131. margin-left: 5px;
  132. font-size: 13px;
  133. color: #727272;
  134. }
  135. .thr3 {
  136. margin-top: 22%;
  137. margin-left: 23%;
  138. }
  139. .four {
  140. float: left;
  141. width: 100%;
  142. background-color: white;
  143. }
  144. .four-1 {
  145. background-color: white;
  146. width: 100%;
  147. margin-top: 10%;
  148. }
  149. .four1 {
  150. background-color: white;
  151. margin-top: 15%;
  152. margin-bottom: 15%;
  153. margin-left: 10%;
  154. float: left;
  155. width: 37%;
  156. }
  157. .four2 {
  158. background-color: white;
  159. margin-top: 15%;
  160. margin-bottom: 15%;
  161. float: left;
  162. width: 30%;
  163. }
  164. .button {
  165. margin-top: 0 !important;
  166. width: 140px !important;
  167. height: 35px;
  168. background-color: rgba(209, 205, 205, 0.5);
  169. /* background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230)); */
  170. border-top-left-radius: 1.5em;
  171. border-top-right-radius: 0em;
  172. border-bottom-right-radius: 0em;
  173. border-bottom-left-radius: 1.5em;
  174. color: #777777;
  175. font-size: 14px;
  176. }
  177. .buttons {
  178. margin-top: 0 !important;
  179. width: 140px !important;
  180. height: 35px;
  181. background-color: rgba(32, 88, 243, 0.5);
  182. background-image: linear-gradient(to right, rgb(75, 113, 236), rgb(203, 97, 245));
  183. border-top-left-radius: 0em;
  184. border-top-right-radius: 1.5em;
  185. border-bottom-right-radius: 1.5em;
  186. border-bottom-left-radius: 0em;
  187. color: #ffffff;
  188. font-size: 14px;
  189. }
  190. .group {
  191. color: #ffffff;
  192. margin-top: 20%;
  193. text-align: center;
  194. margin-bottom: 10%;
  195. }
  196. .person {
  197. margin-left: 30%;
  198. font-size: 13px;
  199. color: #ffffff;
  200. font-weight: 300;
  201. }