detail.wxss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. .container {
  2. background-color: #4F4745;
  3. justify-content: flex-start;
  4. width: 100%;
  5. font-weight: 500;
  6. }
  7. .makepaper_headline_illus_lab{
  8. width: 100%;
  9. height:350rpx;
  10. }
  11. .questioncard_icon {
  12. width: 86rpx;
  13. height: 96rpx;
  14. position: absolute;
  15. top:86rpx;
  16. left:490rpx;
  17. z-index: 10;
  18. }
  19. .Example{
  20. font-family: 'Roboto-Bold';
  21. font-size:24rpx;
  22. color:#D3E9FF;
  23. position: absolute;
  24. top:191rpx;
  25. left:329rpx;
  26. z-index: 10;
  27. }
  28. .makepaper_headline_illus_windows{
  29. width: 100%;
  30. height:350rpx;
  31. position: absolute;
  32. top:0;
  33. z-index: 20;
  34. }
  35. .line0 {
  36. width: 100%;
  37. height: 20rpx;
  38. background-color: #FFCE50;
  39. }
  40. .line1 {
  41. width: 100%;
  42. height: 150rpx;
  43. background-color: #B47C35;
  44. }
  45. .makepaper_headline_illus_board{
  46. width: 563rpx;
  47. height: 100rpx;
  48. }
  49. .line1 .text{
  50. color:#FAE5D2;
  51. margin-top: -80rpx;
  52. font-size:42rpx;
  53. }
  54. .line1 .text2{
  55. font-size:32rpx;
  56. margin-top: -70rpx;
  57. }
  58. .line2 {
  59. width: 100%;
  60. height: 10rpx;
  61. background-color: #9A6726;
  62. }
  63. .line3 {
  64. width: 100%;
  65. height: 120rpx;
  66. background-color: #3A3332;
  67. }
  68. .line4 {
  69. width: 100%;
  70. height: 30rpx;
  71. background-color: rgba(0,0,0,0.1);
  72. margin-top: -120rpx;
  73. z-index: 20;
  74. }
  75. .panel1 {
  76. width: 680rpx;
  77. background-color: #262626;
  78. margin-top: -30rpx;
  79. z-index: 10;
  80. color:#9B9B9B;
  81. justify-content: flex-start;
  82. border-bottom-left-radius: 40rpx;
  83. border-bottom-right-radius: 40rpx;
  84. }
  85. .panel1 .text1{
  86. font-size:36rpx;
  87. margin-top: 60rpx;
  88. font-weight: 600;
  89. }
  90. .panel1 .text2{
  91. font-size:36rpx;
  92. margin-top: 30rpx;
  93. color:#d2d2d2;
  94. }
  95. .panel1 .text2_1{
  96. margin-top: 30rpx;
  97. height:100rpx;
  98. }
  99. .panel1 .text3{
  100. font-size:24rpx;
  101. margin-top: 10rpx;
  102. color:#868686;
  103. }
  104. .universalpic_attention_black_size01{
  105. width: 20rpx;
  106. height: 20rpx;
  107. margin-right: 10rpx;
  108. }
  109. .universalpic_indicator_cell_size01{
  110. width:400rpx;
  111. height:104rpx;
  112. margin-top: -94rpx;
  113. }
  114. .btnSelect{
  115. width: 310rpx;
  116. height:104rpx;
  117. font-size: 36rpx;
  118. color:#D2D2D2;
  119. text-align: center;
  120. line-height: 90rpx;
  121. margin-top: -10rpx;
  122. }
  123. .universalpic_line_dashed_size01{
  124. width:634rpx;
  125. height:4rpx;
  126. margin-top: 45rpx;
  127. }
  128. .panel1 .text4{
  129. font-size:36rpx;
  130. margin-top: 40rpx;
  131. font-weight: 600;
  132. }
  133. .panel1 .error1{
  134. margin-top: 60rpx;
  135. }
  136. .universalpic_value_cell_size01{
  137. width:400rpx;
  138. height:104rpx;
  139. margin-top: 30rpx;
  140. }
  141. .panel1 .error2{
  142. margin-top: 30rpx;
  143. }
  144. .panel1 .error3{
  145. margin-top: 0rpx;
  146. text-align: left;
  147. margin-left: 50rpx;
  148. }
  149. .error4{
  150. height:474rpx;
  151. }
  152. .panel1 .panel10{
  153. margin-top: -97rpx;
  154. width:400rpx;
  155. height:104rpx;
  156. justify-content: space-between;
  157. }
  158. .panel1 .btnAddSub{
  159. width:90rpx;
  160. height:84rpx;
  161. margin-top: 5rpx;
  162. border-radius: 8rpx;
  163. }
  164. .panel1 .btnAddSubDisabled{
  165. background-color: rgba(46, 46, 46, 0.7);
  166. height:64rpx;
  167. }
  168. .panel1 .Number{
  169. color:#D2D2D2;
  170. font-size: 36rpx;
  171. margin-top: -30rpx;
  172. }
  173. .panel1 .text5{
  174. font-size:24rpx;
  175. margin-top: 10rpx;
  176. color:#868686;
  177. font-weight: 400;
  178. }
  179. .btnStart {
  180. width: 680rpx;
  181. height:150rpx;
  182. background-color: #7D2B25;
  183. border-bottom-left-radius: 40rpx;
  184. border-bottom-right-radius: 40rpx;
  185. position: relative;
  186. margin-top: 30rpx;
  187. }
  188. .btnStart0 {
  189. height: 150rpx;
  190. }
  191. .btnStart1 {
  192. width: 100%;
  193. height: 130rpx;
  194. background-color: #B3443B;
  195. border-bottom-left-radius: 40rpx;
  196. border-bottom-right-radius: 40rpx;
  197. line-height: 130rpx;
  198. text-align: center;
  199. color: #DEC2B8;
  200. font-size: 56rpx;
  201. font-weight: 700;
  202. }
  203. .btn {
  204. width: 600rpx;
  205. height: 130rpx;
  206. background-color: #7D2B25;
  207. border-radius: 10rpx;
  208. position: relative;
  209. margin-top: 80rpx;
  210. margin-bottom: 60rpx;
  211. }
  212. .btn1 {
  213. width: 100%;
  214. height: 100rpx;
  215. background-color: #B3443B;
  216. border-radius: 10rpx;
  217. line-height: 100rpx;
  218. text-align: center;
  219. color: #DEC2B8;
  220. font-size: 48rpx;
  221. }
  222. .btn2Distabled {
  223. background-color: #1E1E1E;
  224. margin-top: 60rpx;
  225. }
  226. .btn1Distabled {
  227. background-color: #2E2E2E;
  228. color: #4D4D4D;
  229. }
  230. .universalpic_line_zigzag_black_down{
  231. width: 680rpx;
  232. height: 49rpx;
  233. }
  234. .universalpic_line_zigzag_black_up{
  235. width: 680rpx;
  236. height: 79rpx;
  237. margin-top: 10rpx;
  238. }
  239. .panel2 {
  240. width: 680rpx;
  241. height: 1384rpx;
  242. background-color: #262626;
  243. margin-top: 40rpx;
  244. z-index: 10;
  245. border-radius: 20rpx;
  246. box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
  247. justify-content: flex-start;
  248. }
  249. .panel2 .panel20{
  250. width: 100rpx;
  251. height: 100rpx;
  252. background-color: #19C575;
  253. margin-top: 140rpx;
  254. border-radius: 50%;
  255. }
  256. .panel2 .text6{
  257. font-size:32rpx;
  258. margin-top: 50rpx;
  259. color:#9B9B9B;
  260. }
  261. .panel2 .androidPanel{
  262. width: 100%;
  263. height: 70rpx;
  264. background-color: #2E2E2E;
  265. margin: 30rpx 0 0 0;
  266. }
  267. .universalpic_attention_blue_size01{
  268. width: 20rpx;
  269. height: 20rpx;
  270. margin-right: 10rpx;
  271. }
  272. .panel2 .androidPanel .text{
  273. color:#787878;
  274. font-size:24rpx;
  275. }
  276. .panel2 .androidPanel .text2{
  277. color:#fff;
  278. font-size:24rpx;
  279. text-decoration:underline;
  280. }
  281. .btn2 {
  282. margin-top: 60rpx;
  283. }
  284. .panel2 .panel21{
  285. width: 600rpx;
  286. margin-top: 40rpx;
  287. flex-wrap: wrap;
  288. justify-content: center;
  289. }
  290. .panel2 .panel210{
  291. width: 130rpx;
  292. height:184rpx;
  293. border-radius: 8rpx;
  294. background-color: #dddddd;
  295. margin: 0 10rpx 20rpx 10rpx;
  296. }
  297. .universalpic_right_white_size01{
  298. width: 50rpx;
  299. height: 38rpx;
  300. }
  301. .panel2 .text8{
  302. font-size:32rpx;
  303. margin-top: 60rpx;
  304. color:#9B9B9B;
  305. }
  306. .panel2 .panel22{
  307. width:100%;
  308. margin-top: 60rpx;
  309. justify-content: space-around;
  310. align-items: flex-start;
  311. }
  312. .panel2 .panel220{
  313. width:260rpx;
  314. justify-content: flex-start;
  315. }
  316. .panel2 .panel2200{
  317. width:106rpx;
  318. height:106rpx;
  319. border-radius: 50%;
  320. background-color: #4D4D4D;
  321. }
  322. .universalpic_print_gray_size01{
  323. width:48rpx;
  324. height:50rpx;
  325. }
  326. .universalpic_write_gray_size01{
  327. width:50rpx;
  328. height:50rpx;
  329. }
  330. .panel2 .text9{
  331. width:260rpx;
  332. font-size:24rpx;
  333. margin-top: 40rpx;
  334. color:#868686;
  335. text-align: center;
  336. font-weight: 400;
  337. }
  338. .panel2 .text10{
  339. color:#fff;
  340. text-decoration:underline;
  341. }
  342. .line5 {
  343. width: 100%;
  344. height: 100rpx;
  345. }
  346. .menuPanel{
  347. position: fixed;
  348. top: 0;
  349. width: 100%;
  350. background-color:rgba(229, 167, 68, 0.9);
  351. z-index: 30;
  352. }
  353. .menu {
  354. position: fixed;
  355. bottom: 0;
  356. width: 100%;
  357. background-color: #d2d2d2;
  358. z-index: 30;
  359. font-weight: 400;
  360. }
  361. .menu .text1 {
  362. font-size: 24rpx;
  363. margin: 30rpx;
  364. }
  365. .menu .panel {
  366. font-size: 36rpx;
  367. height: 111rpx;
  368. width: 100%;
  369. background-color: #fff;
  370. position: relative;
  371. }
  372. .menu .line {
  373. height: 2rpx;
  374. width: 100%;
  375. background-color: #e3e3e3;
  376. }
  377. .menu .line2 {
  378. height: 20rpx;
  379. width: 100%;
  380. background-color: #d2d2d2;
  381. }
  382. .universalpic_select_on_black {
  383. height: 30rpx;
  384. width: 30rpx;
  385. position: absolute;
  386. left:40rpx;
  387. top:40rpx;
  388. }
  389. .Canvas{
  390. width: 1050px;
  391. height: 1485px;
  392. position: fixed;
  393. left:760rpx;
  394. top:0rpx;
  395. }
  396. .loading {
  397. position: fixed;
  398. top:0;
  399. z-index: 100;
  400. background-color: rgba(229,167,68,1);
  401. }
  402. .loading .loading1 {
  403. position: absolute;
  404. top:230rpx;
  405. width:100%;
  406. }
  407. .loading1 .line1 {
  408. width:100%;
  409. height:20rpx;
  410. background-color: #A63917;
  411. }
  412. .loading1 .line2 {
  413. width:100%;
  414. height:279rpx;
  415. background-color: #FFE6C2;
  416. z-index: 100;
  417. }
  418. .loading1 .textLoading1 {
  419. font-size:48rpx;
  420. margin-top:60rpx;
  421. font-weight: 400;
  422. }
  423. .loading1 .textLoading2 {
  424. font-size:24rpx;
  425. margin-top: 10rpx;
  426. }
  427. .loading1 .line3 {
  428. width:100%;
  429. height:250rpx;
  430. background-color: #A63917;
  431. color:#fff;
  432. }
  433. .loading1 .textLoading3 {
  434. font-size:28rpx;
  435. }
  436. .loading1 .textLoading4 {
  437. font-size:32rpx;
  438. margin-top: 10rpx;
  439. font-weight: 400;
  440. text-align: center;
  441. width: 690rpx;
  442. }
  443. .loading1 .line4 {
  444. width:100%;
  445. height:20rpx;
  446. background-color: #7D2B25;
  447. margin-top: 0rpx;
  448. }
  449. .loading1 .universalpic_attention_light_red_bg{
  450. width:172rpx;
  451. height:192rpx;
  452. z-index: 110;
  453. position: absolute;
  454. top:-91rpx;
  455. }
  456. .loading1 .universalpic_attention_light_red{
  457. width:90rpx;
  458. height:90rpx;
  459. position: absolute;
  460. top: -40rpx;
  461. z-index: 110;
  462. }
  463. .loading .close {
  464. position: fixed;
  465. bottom:126rpx;
  466. width:100%;
  467. }
  468. .loading .close1 {
  469. width:120rpx;
  470. height:120rpx;
  471. border-radius: 50%;
  472. background-color: #B3443B;
  473. }
  474. .universalpic_close_white_size01{
  475. width:26rpx;
  476. height:26rpx;
  477. }
  478. .Help_aside_makepaper{
  479. width: 100%;
  480. height: 320rpx;
  481. position: fixed;
  482. bottom: 0rpx;
  483. z-index: 100;
  484. }
  485. .Help_aside_savepaper{
  486. width: 100%;
  487. height: 270rpx;
  488. position: fixed;
  489. bottom: 0rpx;
  490. z-index: 100;
  491. }
  492. .Help_aside_makepaper_wrong{
  493. width: 100%;
  494. height: 290rpx;
  495. position: fixed;
  496. bottom: 0rpx;
  497. z-index: 100;
  498. }
  499. .panel11{
  500. width: 640rpx;
  501. height:92rpx;
  502. margin: 60rpx 0 0 0;
  503. background: #4D4D4D;
  504. border-radius: 20rpx;
  505. font-size: 28rpx;
  506. color: #D2D2D2;
  507. }
  508. .panel3{
  509. width: 100%;
  510. height:20rpx;
  511. background-color: #262626;
  512. margin: 80rpx 0 0 0;
  513. }
  514. .ad_02{
  515. width:750rpx;
  516. }