detail.wxss 3.2 KB

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