detail.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. .group {
  46. color: #ffffff;
  47. text-align: center;
  48. margin: 10px 0;
  49. }
  50. .person {
  51. text-align: center;
  52. font-size: 13px;
  53. color: #ffffff;
  54. font-weight: 300;
  55. }
  56. .two-1 {
  57. margin-top: -4px;
  58. background-color: #ffffff;
  59. font-size: 15px;
  60. margin-bottom: 6%;
  61. }
  62. .two {
  63. background-color: #ffffff;
  64. }
  65. .two1 {
  66. padding-top: 30px;
  67. padding-bottom: 10px;
  68. }
  69. .two2 {
  70. padding-bottom: 20px;
  71. }
  72. .two-left1 {
  73. float: left;
  74. margin-top: -3px;
  75. width: 10%;
  76. }
  77. .two-left2 {
  78. margin-top: -3px;
  79. float: left;
  80. width: 10%;
  81. }
  82. .zi {
  83. color: #9e9e9e;
  84. }
  85. .date {
  86. margin-right: 2%;
  87. }
  88. .thr {
  89. float: left;
  90. width: 100%;
  91. padding-top: 15px;
  92. background-color: #ffffff;
  93. }
  94. .tuan {
  95. margin-left: 11px;
  96. font-size: 16px;
  97. font-weight: 550;
  98. margin-right: 10px;
  99. }
  100. .thr-left {
  101. width: 49px;
  102. height: 49px;
  103. background-color: #eeeeee;
  104. border-radius: 24.5px;
  105. margin: 0 10px;
  106. }
  107. .thr-right {
  108. text-align: center;
  109. }
  110. .img {
  111. border-radius: 50%;
  112. width: 49px;
  113. height: 49px;
  114. }
  115. .two_jian {
  116. position: relative;
  117. top: -20px;
  118. left: 35px;
  119. width: 20px;
  120. height: 20px;
  121. }
  122. .thr-1 {
  123. padding-top: 10px;
  124. padding-left: 10px;
  125. float: left;
  126. width: 18%;
  127. background-color: #ffffff;
  128. padding-bottom: 5px;
  129. }
  130. .thr1 {
  131. background-color: #ffffff;
  132. }
  133. .thr-2 {
  134. padding-top: 10px;
  135. padding-left: 8px;
  136. float: left;
  137. width: 18%;
  138. height: 75px;
  139. background-color: #ffffff;
  140. /* border: 1px solid red; */
  141. }
  142. .thr2 {
  143. float: left;
  144. width: 50px;
  145. height: 50px;
  146. border: 2px solid #dddcdc;
  147. }
  148. .name {
  149. text-align: center;
  150. font-size: 13px;
  151. color: #727272;
  152. }
  153. .thr3 {
  154. margin-top: 22%;
  155. margin-left: 23%;
  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. }