detail.wxss 2.8 KB

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