default.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. .container {
  2. background-color: #583027;
  3. justify-content: flex-start;
  4. }
  5. .scroll-view_H {
  6. width: 100%;
  7. height: 460rpx;
  8. }
  9. .homepage_headline_illus {
  10. width: 1500rpx;
  11. height: 460rpx;
  12. }
  13. .panel {
  14. width: 100%;
  15. background-color: #583027;
  16. height: 2364rpx;
  17. justify-content: flex-start;
  18. }
  19. .line1 {
  20. width: 100%;
  21. height: 120rpx;
  22. background-color: #291112;
  23. }
  24. .panel0 {
  25. width: 100%;
  26. position: absolute;
  27. top: 460rpx;
  28. align-items: flex-start;
  29. }
  30. .panel00 {
  31. width: 680rpx;
  32. height: 2264rpx;
  33. justify-content: flex-start;
  34. }
  35. .panel000 {
  36. width: 100%;
  37. height: 90rpx;
  38. background-color: #4f2921;
  39. position: relative;
  40. }
  41. .line2 {
  42. width: 100%;
  43. height: 10rpx;
  44. background-color: rgba(0, 0, 0, 0.30);
  45. position: absolute;
  46. top:0;
  47. }
  48. .panel000 .text {
  49. margin: 0 6rpx;
  50. color: #e3e3e3;
  51. font-size: 36rpx;
  52. text-shadow: 8rpx 8rpx 6rpx #1e1e1e, -8rpx -8rpx 6rpx #1e1e1e;
  53. }
  54. .panel001 {
  55. width: 100%;
  56. height: 368rpx;
  57. background-color: #723c30;
  58. }
  59. .panel0010 {
  60. flex-wrap: wrap;
  61. }
  62. .homepage_question_illus_grade01 {
  63. width: 290rpx;
  64. height: 134rpx;
  65. margin: 10rpx 15rpx 10rpx 15rpx;
  66. }
  67. .universalpic_line_zigzag_brown_down {
  68. width: 100%;
  69. height: 49rpx;
  70. }
  71. .universalpic_line_zigzag_brown_up {
  72. width: 100%;
  73. height: 79rpx;
  74. margin-top: 10rpx;
  75. }
  76. .panel002 {
  77. width: 100%;
  78. height: 638rpx;
  79. background-color: #723c30;
  80. position: relative;
  81. }
  82. .panel0020 {
  83. width: 560rpx;
  84. height: 568rpx;
  85. background-color: #aa5d49;
  86. border-radius: 14rpx;
  87. position: relative;
  88. }
  89. .homepage_clipboard_illus_clip {
  90. width: 220rpx;
  91. height: 116rpx;
  92. position: absolute;
  93. left: 230rpx;
  94. top: 5rpx;
  95. }
  96. .homepage_clipboard_illus_ruler {
  97. width: 218rpx;
  98. height: 57rpx;
  99. position: absolute;
  100. right: 77rpx;
  101. bottom: 14rpx;
  102. }
  103. .panel00200 {
  104. margin-top: -14rpx;
  105. width: 490rpx;
  106. height: 478rpx;
  107. background-color: #ffc76d;
  108. border-radius: 14rpx;
  109. box-shadow: 0px 3px 0px #77472a;
  110. justify-content: flex-start;
  111. font-size: 24rpx;
  112. font-weight: 500;
  113. }
  114. .panel00200 .text0 {
  115. font-size: 36rpx;
  116. color: #fff;
  117. margin-top: 70rpx;
  118. text-shadow: -3rpx -3rpx 4rpx #bd682d,
  119. -3rpx 3rpx 4rpx #bd682d,
  120. 3rpx -3rpx 4rpx #bd682d,
  121. 3rpx 3rpx 4rpx #bd682d;
  122. }
  123. .panel00200 .line {
  124. margin-top: 50rpx;
  125. width: 430rpx;
  126. height: 4rpx;
  127. background-color: #638a79;
  128. border-radius: 2rpx;
  129. }
  130. .panel00200 .line2 {
  131. margin-top: 20rpx;
  132. }
  133. .panel002000 {
  134. width: 410rpx;
  135. justify-content: space-between;
  136. margin-top: 20rpx;
  137. }
  138. .panel00200 .text2 {
  139. font-size: 24rpx;
  140. font-weight: 600;
  141. }
  142. .btn {
  143. width: 208rpx;
  144. height: 90rpx;
  145. background-color: #035834;
  146. border-radius: 8rpx;
  147. position: relative;
  148. padding-left: 0;
  149. padding-right: 0;
  150. }
  151. .btn::after {
  152. border: 0px;
  153. }
  154. .btn1 {
  155. width: 100%;
  156. height: 70rpx;
  157. background-color: #03af69;
  158. border-radius: 8rpx;
  159. line-height: 70rpx;
  160. text-align: center;
  161. color: #fff;
  162. font-size: 32rpx;
  163. }
  164. .btn2 {
  165. background-color: #315982;
  166. margin-left: 14rpx;
  167. }
  168. .btn3 {
  169. background-color: #3b85d0;
  170. }
  171. .btn6 {
  172. width: 430rpx;
  173. margin-left: 0rpx;
  174. }
  175. .panel00201 {
  176. width: 160rpx;
  177. height: 160rpx;
  178. background-color: #fff;
  179. border-radius: 4rpx;
  180. position: absolute;
  181. left: 18rpx;
  182. top: 30rpx;
  183. }
  184. .universalpic_face_default_black_size01 {
  185. width: 140rpx;
  186. height: 140rpx;
  187. border-radius: 4rpx;
  188. }
  189. .panel003 {
  190. width: 100%;
  191. height: 1050rpx;
  192. background-color: #723c30;
  193. box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
  194. color: #edc1b4;
  195. justify-content: flex-start;
  196. }
  197. .circularBottom {
  198. border-bottom-left-radius: 20rpx;
  199. border-bottom-right-radius: 20rpx;
  200. }
  201. .panel0030 {
  202. width: 100%;
  203. font-size: 20rpx;
  204. justify-content: space-between;
  205. align-items: flex-start;
  206. margin-top: 30rpx;
  207. }
  208. .panel00300 {
  209. margin-left: 40rpx;
  210. align-items: flex-start;
  211. }
  212. .panel003000 {
  213. font-size: 24rpx;
  214. width: 314rpx;
  215. justify-content: space-between;
  216. margin-top: 30rpx;
  217. }
  218. .panel003000 .line {
  219. width: 5rpx;
  220. height: 20rpx;
  221. background-color: #583027;
  222. }
  223. .btn4 {
  224. background-color: #583027;
  225. margin-right: 80rpx;
  226. width: 140rpx;
  227. height: 154rpx;
  228. border-radius: 20rpx;
  229. }
  230. .btn5 {
  231. height: 140rpx;
  232. background-color: #9d4d3c;
  233. font-size: 22rpx;
  234. color: #fff;
  235. border-radius: 20rpx;
  236. }
  237. .universalpic_share_size01 {
  238. width: 50rpx;
  239. height: 50rpx;
  240. margin-top: 24rpx;
  241. }
  242. .panel0031 {
  243. margin-top: 35rpx;
  244. width: 100%;
  245. font-size:24rpx;
  246. color:#EDC1B4;
  247. align-items: flex-start;
  248. }
  249. .panel00310 {
  250. margin-left: 40rpx;
  251. }
  252. .panel0031 .line{
  253. margin-top: 30rpx;
  254. width: 100%;
  255. height:1rpx;
  256. background-color: #985546;
  257. }
  258. .panel00311 {
  259. margin-top: 30rpx;
  260. width: 100%;
  261. justify-content: space-between;
  262. }
  263. .panel003110 {
  264. margin-left: 40rpx;
  265. font-size:28rpx;
  266. }
  267. .universalpic_product_kousuan_icon_size01 {
  268. width: 40rpx;
  269. height: 40rpx;
  270. border-radius: 50%;
  271. margin-right: 20rpx;
  272. }
  273. .universalpic_indicator_pink {
  274. width: 16rpx;
  275. height: 26rpx;
  276. margin-right: 30rpx;
  277. }