user_index.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. .container{
  2. width: 100%;
  3. justify-content: flex-start;
  4. color:#fff;
  5. background-color: #FC7406;
  6. }
  7. .panel0{
  8. width:500rpx;
  9. height:110rpx;
  10. margin-top: 30rpx;
  11. border-radius: 20rpx;
  12. }
  13. .panel01{
  14. font-size:36rpx;
  15. background-color:#FC7406;
  16. width:250rpx;
  17. }
  18. .panel01Left{
  19. color:#fff;
  20. background-color: #793703;
  21. height:110rpx;
  22. border-top-left-radius: 20rpx;
  23. border-bottom-left-radius: 20rpx;
  24. }
  25. .panel02Left{
  26. color:#fff;
  27. background-color: #B27F00;
  28. height:110rpx;
  29. border-top-left-radius: 20rpx;
  30. border-bottom-left-radius: 20rpx;
  31. color:#FFB808;
  32. }
  33. .panel01Right{
  34. color:#fff;
  35. background-color: #AB4E05;
  36. height:110rpx;
  37. border-top-right-radius: 20rpx;
  38. border-bottom-right-radius: 20rpx;
  39. color:#FC7406;
  40. }
  41. .panel02Right{
  42. color:#fff;
  43. background-color: #6E4E00;
  44. height:110rpx;
  45. border-top-right-radius: 20rpx;
  46. border-bottom-right-radius: 20rpx;
  47. }
  48. .avatar{
  49. width:160rpx;
  50. height:160rpx;
  51. margin-top: 60rpx;
  52. border-radius: 50%;
  53. }
  54. .promotion_user_home_title01{
  55. width:200rpx;
  56. height:67rpx;
  57. margin-top: 30rpx;
  58. }
  59. .text1{
  60. font-size:96rpx;
  61. font-family: 'Roboto-Black';
  62. color:#2E2E2E;
  63. }
  64. .text2{
  65. font-size:96rpx;
  66. font-family: 'Roboto-Black';
  67. }
  68. .text9{
  69. font-size:36rpx;
  70. margin-top: 20rpx;
  71. color:#2E2E2E;
  72. }
  73. .text10{
  74. font-size:64rpx;
  75. font-family: 'Roboto-Black';
  76. color:#2E2E2E;
  77. text-align: center;
  78. }
  79. .panelAD{
  80. width:710rpx;
  81. height:230rpx;
  82. margin-top: 60rpx;
  83. white-space: nowrap;
  84. }
  85. .adImage{
  86. width:710rpx;
  87. height:230rpx;
  88. display: inline-block;
  89. }
  90. .panelTitle{
  91. width:650rpx;
  92. justify-content: flex-start;
  93. margin-top: 50rpx;
  94. }
  95. .panel1{
  96. width:710rpx;
  97. background-color: #F2F2F2;
  98. border-radius: 20rpx;
  99. color:#4D4D4D;
  100. margin: 30rpx 0 0 0;
  101. justify-content: flex-start;
  102. box-shadow: 0 20rpx 0 0 rgba(0,0,0,0.1);
  103. }
  104. .panel12{
  105. margin-top: 40rpx;
  106. flex-wrap: wrap;
  107. }
  108. .panel111{
  109. width:355rpx;
  110. height:208rpx;
  111. }
  112. .panel112{
  113. width:236rpx;
  114. height:203rpx;
  115. position: relative;
  116. }
  117. .text3{
  118. font-size:64rpx;
  119. font-family: 'Roboto-Black';
  120. color:#4d4d4d;
  121. }
  122. .text4{
  123. font-size:24rpx;
  124. margin-top: 10rpx;
  125. }
  126. .text8{
  127. font-size:24rpx;
  128. margin-top: 22rpx;
  129. }
  130. .line{
  131. width:4rpx;
  132. height:40rpx;
  133. background-color: #4D4D4D;
  134. }
  135. .line2{
  136. background-color: #FD9949;
  137. }
  138. .universalpic_indicator_right_deepgray{
  139. width:16rpx;
  140. height:26rpx;
  141. margin: 0 10rpx;
  142. }
  143. .panel2{
  144. width:100%;
  145. background-color: #F2F2F2;
  146. justify-content: space-between;
  147. height: 100rpx;
  148. }
  149. .panel2_0{
  150. background-color: #2e2e2e;
  151. color:#fff;
  152. border-bottom-left-radius: 20rpx;
  153. border-bottom-right-radius: 20rpx;
  154. }
  155. .panel2_1{
  156. border-top:1rpx solid #e3e3e3;
  157. border-bottom-left-radius: 20rpx;
  158. border-bottom-right-radius: 20rpx;
  159. background-color: #fff;
  160. justify-content: center;
  161. font-size: 28rpx;
  162. font-weight: 400;
  163. }
  164. .panel21{
  165. font-size: 28rpx;
  166. font-weight: 400;
  167. width:238rpx;
  168. min-height: 100rpx;
  169. }
  170. .Arrow{
  171. width:16rpx;
  172. height:26rpx;
  173. margin-right: 30rpx;
  174. }
  175. .text5{
  176. font-size:36rpx;
  177. margin-top: 40rpx;
  178. }
  179. .promotion_index_rules{
  180. width:46rpx;
  181. height:46rpx;
  182. }
  183. .textMessage{
  184. position: absolute;
  185. top:20rpx;
  186. left:40rpx;
  187. width:80rpx;
  188. height:36rpx;
  189. line-height: 36rpx;
  190. border-radius: 18rpx;
  191. background-color: #FE6659;
  192. text-align: center;
  193. font-size: 20rpx;
  194. font-weight: 600;
  195. color:#fff;
  196. }
  197. .textBottom{
  198. font-size:28rpx;
  199. color:#fff;
  200. margin: 70rpx 0 60rpx 0;
  201. }
  202. .panel3{
  203. width:710rpx;
  204. margin-top: 10rpx;
  205. justify-content: space-between;
  206. }
  207. .panel13{
  208. width:430rpx;
  209. height:210rpx;
  210. justify-content: flex-end;
  211. align-items: flex-start;
  212. background-color: #CAF1FB;
  213. }
  214. .text6{
  215. margin: 0 0 30rpx 30rpx;
  216. font-size:34rpx;
  217. }
  218. .panel14{
  219. width:260rpx;
  220. height:210rpx;
  221. background-color: #F7E1D1;
  222. justify-content: flex-end;
  223. align-items: flex-start;
  224. }
  225. .Null1{
  226. height:30rpx;
  227. }