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