examine.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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: -41%;
  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: -22%;
  36. margin-left: 32%;
  37. width: 40%;
  38. height: 63.78px;
  39. }
  40. .imgs {
  41. border-radius: 50%;
  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. float: left;
  85. width: 100%;
  86. padding-top: 15px;
  87. background-color: #ffffff;
  88. }
  89. .tuan {
  90. margin-left: 11px;
  91. font-size: 16px;
  92. font-weight: 550;
  93. margin-right: 10px;
  94. }
  95. .image {
  96. width: 100%;
  97. height: 240px;
  98. background-color: #eeeeee;
  99. }
  100. .thr-left {
  101. margin:auto;
  102. width: 79%;
  103. height: 49px;
  104. background-color: #eeeeee;
  105. border-radius: 24.5px;
  106. }
  107. .img {
  108. width: 100%;
  109. height: 49px;
  110. }
  111. .thr-1 {
  112. padding-top: 10px;
  113. padding-left: 10px;
  114. float: left;
  115. width: 17.2%;
  116. background-color: #ffffff;
  117. padding-bottom: 5px;
  118. }
  119. .thr1 {
  120. display: flex;
  121. flex-direction: column;
  122. background-color: #ffffff;
  123. }
  124. .thr-2 {
  125. padding-top: 10px;
  126. padding-left: 8px;
  127. float: left;
  128. width: 18%;
  129. height: 75px;
  130. background-color: #ffffff;
  131. /* border: 1px solid red; */
  132. }
  133. .thr2 {
  134. float: left;
  135. width: 50px;
  136. height: 50px;
  137. border: 2px solid #dddcdc;
  138. }
  139. .name {
  140. text-align: center;
  141. font-size: 13px;
  142. color: #727272;
  143. }
  144. .thr3 {
  145. margin-top: 22%;
  146. margin-left: 23%;
  147. }
  148. .group {
  149. text-align: center;
  150. color: #ffffff;
  151. margin-top: 10%;
  152. margin-bottom: 10%;
  153. }
  154. .buttonend {
  155. background-color: rgb(136, 136, 136);
  156. border-radius: 15px;
  157. font-size: 13px !important;
  158. color: #fff;
  159. }
  160. .four {
  161. float: left;
  162. width: 100%;
  163. margin-top: 3%;
  164. }
  165. .four1 {
  166. padding-top: 10px;
  167. padding-left: 10px;
  168. background-color: #ffffff;
  169. }
  170. .four11{
  171. font-size: 15px;
  172. font-weight: 550;
  173. }
  174. .names {
  175. float: left;
  176. width: 47%;
  177. margin-top: 2px;
  178. font-size: 16px;
  179. color: #0034cf;
  180. font-weight: bold;
  181. }
  182. .text1{
  183. color: #616161;
  184. font-size: 13px;
  185. }
  186. .left{
  187. float: left;
  188. width: 68%;
  189. }
  190. .num{
  191. margin-top: 10px;
  192. margin-left: 300px;
  193. }
  194. .four2{
  195. width: 100%;
  196. height: 60px;
  197. padding-top: 2%;
  198. }
  199. .list {
  200. padding-left: 10px;
  201. background-color: #fff;
  202. margin-bottom: 5px;
  203. }
  204. .text3 {
  205. font-size: 18px;
  206. font-weight: 700;
  207. color: #f73838;
  208. }