detail.wxss 2.5 KB

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