detail.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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: 42%;
  37. width: 23%;
  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. padding-top: 15px;
  80. background-color: #ffffff;
  81. }
  82. .tuan {
  83. margin-left: 11px;
  84. font-size: 16px;
  85. font-weight: 500;
  86. margin-right: 10px;
  87. }
  88. .thr-left{
  89. width: 79%;
  90. height: 49px;
  91. background-color: #eeeeee;
  92. border-radius: 24.5px;
  93. }
  94. .img{
  95. width: 100%;
  96. height: 49px;
  97. }
  98. .thr-1{
  99. padding-top: 10px;
  100. padding-left: 10px;
  101. float: left;
  102. width: 17.2%;
  103. background-color: #ffffff;
  104. padding-bottom: 5px;
  105. }
  106. .thr1{
  107. background-color: #ffffff;
  108. }
  109. .thr-2{
  110. padding-top: 10px;
  111. padding-left: 8px;
  112. float: left;
  113. width: 18%;
  114. height: 75px;
  115. background-color: #ffffff;
  116. /* border: 1px solid red; */
  117. }
  118. .thr2{
  119. float: left;
  120. width: 50px;
  121. height: 50px;
  122. border: 2px solid #dddcdc;
  123. }
  124. .name{
  125. margin-left: 10px;
  126. font-size: 13px;
  127. color: #727272;
  128. }
  129. .thr3{
  130. margin-top: 22%;
  131. margin-left: 23%;
  132. }
  133. .four{
  134. background-color: white;
  135. }
  136. .four-1{
  137. background-color: white;
  138. width: 100%;
  139. height: 280px;
  140. margin-top: 10%;
  141. }
  142. .four1{
  143. background-color: white;
  144. margin-top: 15%;
  145. margin-bottom: 15%;
  146. margin-left: 10%;
  147. float: left;
  148. width: 37%;
  149. }
  150. .four2{
  151. background-color: white;
  152. margin-top: 15%;
  153. margin-bottom: 15%;
  154. float: left;
  155. width: 30%;
  156. }
  157. .button{
  158. margin-top: 0 !important;
  159. width: 140px !important;
  160. height: 35px;
  161. background-color: rgba(209, 205, 205, 0.5);
  162. /* background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230)); */
  163. border-top-left-radius: 1.5em;
  164. border-top-right-radius: 0em;
  165. border-bottom-right-radius: 0em;
  166. border-bottom-left-radius: 1.5em;
  167. color:#777777;
  168. font-size: 14px;
  169. }
  170. .buttons{
  171. margin-top: 0 !important;
  172. width: 140px !important;
  173. height: 35px;
  174. background-color: rgba(32, 88, 243, 0.5);
  175. background-image: linear-gradient(to right, rgb(75, 113, 236) , rgb(203, 97, 245));
  176. border-top-left-radius: 0em;
  177. border-top-right-radius: 1.5em;
  178. border-bottom-right-radius: 1.5em;
  179. border-bottom-left-radius: 0em;
  180. color:#ffffff;
  181. font-size: 14px;
  182. }
  183. .group{
  184. color: #ffffff;
  185. margin-top: 20%;
  186. margin-left: 2%;
  187. margin-bottom: 10%;
  188. }
  189. .person{
  190. margin-left: 18%;
  191. font-size: 13px;
  192. color: #ffffff;
  193. font-weight: 300;
  194. }