default.wxss 5.0 KB

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