apply.wxss 2.5 KB

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