index.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. }
  6. .panelTop{
  7. width:100%;
  8. justify-content: space-between;
  9. position: relative;
  10. }
  11. .home_header_bg{
  12. width:750rpx;
  13. height: 220rpx;
  14. position: absolute;
  15. top:0;
  16. left:0;
  17. }
  18. .panelTop1{
  19. justify-content: center;
  20. position: absolute;
  21. top:50rpx;
  22. left:50rpx;
  23. z-index: 10;
  24. }
  25. .panelTop1_1{
  26. left:170rpx;
  27. }
  28. .panelTop1_2{
  29. left:290rpx;
  30. }
  31. .number{
  32. font-style: normal;
  33. font-size:36rpx;
  34. }
  35. .panelTop11{
  36. color:#1E1E1E;
  37. font-size:22rpx;
  38. }
  39. .panelList{
  40. width:100%;
  41. flex-wrap: wrap;
  42. background-color: #DFC7A4;
  43. }
  44. .btn {
  45. border-radius: 20rpx;
  46. background-color: #F8F8F8;
  47. box-shadow: 0 20rpx 1rpx #CDB797;
  48. }
  49. .panelItem{
  50. width:330rpx;
  51. height:306rpx;
  52. background-color: #F8F8F8;
  53. margin:40rpx 15rpx 0 15rpx;
  54. }
  55. .panelItemAD{
  56. width:690rpx;
  57. height:238rpx;
  58. margin:40rpx 0 0 0;
  59. background-color: #fff;
  60. }
  61. .itemImg{
  62. width:207rpx;
  63. height:206rpx;
  64. }
  65. .panelTool{
  66. width:690rpx;
  67. margin:62rpx 0 80rpx 0;
  68. }
  69. .panelTool1{
  70. color:#593613;
  71. font-size:48rpx;
  72. }
  73. .panelTool2{
  74. width:690rpx;
  75. margin-top:30rpx;
  76. justify-content: space-between;
  77. }
  78. .btn1{
  79. width:100rpx;
  80. height:100rpx;
  81. }
  82. .btn2{
  83. width:275rpx;
  84. height:100rpx;
  85. position: relative;
  86. font-size:36rpx;
  87. line-height: 100rpx;
  88. text-align: center;
  89. }
  90. .search{
  91. width:30rpx;
  92. height:30rpx;
  93. }
  94. .number2{
  95. min-width:53rpx;
  96. height:50rpx;
  97. border-radius: 8rpx;
  98. background-color: #593613;
  99. color:#fff;
  100. line-height: 50rpx;
  101. text-align: center;
  102. font-size:24rpx;
  103. font-family: Arial;
  104. position: absolute;
  105. right:20rpx;
  106. }
  107. .png02016{
  108. width:754rpx;
  109. height:35rpx;
  110. }
  111. .panelOther0{
  112. width:100%;
  113. height:26rpx;
  114. background-color: #AA6C33;
  115. }
  116. .panelOther{
  117. width:100%;
  118. height: 190rpx;
  119. justify-content: flex-start;
  120. align-items: flex-start;
  121. background-color: #55382B;
  122. position: relative;
  123. }
  124. .panelOther1{
  125. color:#fff;
  126. margin:50rpx 0 0 50rpx;
  127. font-size:48rpx;
  128. }
  129. .panelOther2{
  130. color:#fff;
  131. margin:0rpx 0 0 50rpx;
  132. font-size:28rpx;
  133. }
  134. .home_triangle_up{
  135. width:34rpx;
  136. height:20rpx;
  137. position: absolute;
  138. bottom:0;
  139. left:100rpx;
  140. z-index: 10;
  141. }
  142. .panelProduct{
  143. width:100%;
  144. background-color: #D5CAC6;
  145. align-items: flex-start;
  146. }
  147. .cpxl_t01{
  148. width: 156rpx;
  149. height:52rpx;
  150. margin: 60rpx 0 0 50rpx;
  151. }
  152. .cpxl_t02{
  153. width: 190rpx;
  154. }
  155. .cpxl_t03{
  156. width: 300rpx;
  157. }
  158. .panelProduct1{
  159. width:100%;
  160. margin: 40rpx 0 20rpx 0;
  161. }
  162. .panelProduct100{
  163. margin: 40rpx 0 0 0;
  164. }
  165. .panelProduct11{
  166. width:330rpx;
  167. height:285rpx;
  168. background: #F8F8F8;
  169. border: 4rpx solid #B67249;
  170. box-shadow: 0 16rpx 0 0 rgba(0,0,0,0.30), inset 0 -20rpx 0 0 rgba(0,0,0,0.20);
  171. border-radius: 30rpx;
  172. margin: 0 15rpx;
  173. align-items: flex-start;
  174. position: relative;
  175. }
  176. .panelProduct10{
  177. width:690rpx;
  178. height:811rpx;
  179. }
  180. .cpxl_logo_01{
  181. width:90rpx;
  182. height:90rpx;
  183. margin-left: 40rpx;
  184. }
  185. .panelProduct111{
  186. font-size: 34rpx;
  187. font-weight: 600;
  188. color:#1E1E1E;
  189. margin: 20rpx 0 0 40rpx;
  190. }
  191. .panelProduct112{
  192. font-weight: 400;
  193. font-size: 24rpx;
  194. color: #4D4D4D;
  195. margin: 0 0 10rpx 40rpx;
  196. }
  197. .panelProduct113{
  198. background: #B67249;
  199. border-radius: 6rpx;
  200. font-size: 20rpx;
  201. color: #FFFFFF;
  202. text-align: center;
  203. width: 60rpx;
  204. height:34rpx;
  205. line-height: 34rpx;
  206. position: absolute;
  207. top:50rpx;
  208. right:40rpx;
  209. }
  210. .panelProduct114{
  211. font-weight: 400;
  212. font-size: 24rpx;
  213. color: #4D4D4D;
  214. margin: 0 0 0 40rpx;
  215. width: 610rpx;
  216. }
  217. .cpxl_ad_01{
  218. width:610rpx;
  219. height:410rpx;
  220. margin: 40rpx 0 0 40rpx;
  221. }
  222. .panelFooter1{
  223. font-size:24rpx;
  224. color:#695852;
  225. margin-top: 20rpx;
  226. }
  227. .panelFooter2{
  228. font-size:24rpx;
  229. color:#695852;
  230. margin-bottom: 100rpx;
  231. }
  232. .home_banner{
  233. width:100%;
  234. height: 280rpx;
  235. }
  236. .HelpInfo2 {
  237. position: fixed;
  238. left: 0;
  239. top: 0;
  240. width: 100%;
  241. background-color:#F5E2BE;
  242. justify-content: flex-start;
  243. z-index: 100;
  244. }
  245. .HelpInfo2 .btn {
  246. width: 600rpx;
  247. height: 640rpx;
  248. background-color: #D2D2D2;
  249. border-radius: 40rpx;
  250. margin: 15rpx;
  251. position: relative;
  252. margin-top: 222rpx;
  253. box-shadow: 0 0 30rpx rgba(0, 0, 0, 0.5);
  254. }
  255. .HelpInfo2 .btn1 {
  256. width: 100%;
  257. height: 640rpx;
  258. border-radius: 40rpx;
  259. color: #fff;
  260. text-align: center;
  261. font-size: 36rpx;
  262. justify-content: flex-start;
  263. }
  264. .HelpInfo2 .home_banner_window {
  265. width: 600rpx;
  266. height: 500rpx;
  267. border-top-left-radius: 40rpx;
  268. border-top-right-radius: 40rpx;
  269. }
  270. .HelpInfo2 .btn2 {
  271. width: 100%;
  272. height: 120rpx;
  273. line-height: 120rpx;
  274. background-color: #F0F0F0;
  275. color: #1e1e1e;
  276. text-align: center;
  277. font-size: 48rpx;
  278. font-weight: 500;
  279. border-bottom-left-radius: 40rpx;
  280. border-bottom-right-radius: 40rpx;
  281. }
  282. .HelpInfo2 .close2 {
  283. position: fixed;
  284. bottom:207rpx;
  285. font-size:26rpx;
  286. color: #1e1e1e;
  287. text-decoration: underline;
  288. font-weight: 500;
  289. z-index: 100;
  290. width:100%;
  291. height:50rpx;
  292. }
  293. .HelpInfo2 .close {
  294. width: 100%;
  295. height: 235rpx;
  296. position: fixed;
  297. bottom:0;
  298. }
  299. .HelpInfo2 .closeImage{
  300. width:33rpx;
  301. height:33rpx;
  302. }
  303. .PanelMiaoguo{
  304. width:100%;
  305. background-color: rgba(0, 0, 0, 0.5);
  306. z-index: 20;
  307. position: fixed;
  308. left: 0;
  309. top: 0;
  310. justify-content: flex-start;
  311. }
  312. .PanelMiaoguo1{
  313. width:100%;
  314. height:1055rpx;
  315. background-color: #1A264C;
  316. color:#fff;
  317. position: fixed;
  318. left: 0;
  319. bottom: 0;
  320. justify-content: flex-start;
  321. }
  322. .Text1{
  323. font-size:32rpx;
  324. margin-top:70rpx;
  325. }
  326. .Text2{
  327. font-size:64rpx;
  328. }
  329. .Text3{
  330. font-size:32rpx;
  331. text-align: center;
  332. }
  333. .Text4{
  334. font-size:32rpx;
  335. margin-top:50rpx;
  336. color:#FF970C;
  337. }
  338. .Text5{
  339. font-size:68rpx;
  340. color:#FF970C;
  341. }
  342. .btn3{
  343. width:580rpx;
  344. height:130rpx;
  345. border-radius: 20rpx;
  346. background-color:#FF970C;
  347. margin-top:20rpx;
  348. }
  349. .bm_sy_banner-open{
  350. width:220rpx;
  351. height:70rpx;
  352. }
  353. .bm_sy_illus{
  354. width:100%;
  355. height:360rpx;
  356. }
  357. .btnRecord{
  358. width:220rpx;
  359. height:80rpx;
  360. position: absolute;
  361. left:232rpx;
  362. top:270rpx;
  363. z-index: 20;
  364. }
  365. .btnReadme{
  366. width:125rpx;
  367. height:80rpx;
  368. position: absolute;
  369. left:35rpx;
  370. top:270rpx;
  371. z-index: 20;
  372. }
  373. .HelpInfo21{
  374. width:100%;
  375. height:500rpx;
  376. border-top-left-radius: 40rpx;
  377. border-top-right-radius: 40rpx;
  378. background-color: #B3443B;
  379. }
  380. .HelpInfo211{
  381. font-size:60rpx;
  382. margin-top:30rpx;
  383. }
  384. .HelpInfo212{
  385. font-size:36rpx;
  386. }
  387. .png02014{
  388. width:190rpx;
  389. height:190rpx;
  390. }
  391. .ad_02{
  392. width:670rpx;
  393. height:225rpx;
  394. margin: 40rpx 0 0 40rpx;
  395. }