detail.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. .container {
  2. background-color: #4F4745;
  3. justify-content: flex-start;
  4. width: 100%;
  5. }
  6. .makepaper_headline_illus_lab{
  7. width: 100%;
  8. height:350rpx;
  9. }
  10. .questioncard_icon {
  11. width: 86rpx;
  12. height: 96rpx;
  13. position: absolute;
  14. top:86rpx;
  15. left:490rpx;
  16. z-index: 10;
  17. }
  18. .Example{
  19. font-family: 'Roboto-Bold';
  20. font-size:24rpx;
  21. color:#D3E9FF;
  22. position: absolute;
  23. top:191rpx;
  24. left:329rpx;
  25. z-index: 10;
  26. }
  27. .makepaper_headline_illus_windows{
  28. width: 100%;
  29. height:350rpx;
  30. position: absolute;
  31. top:0;
  32. z-index: 20;
  33. }
  34. .line0 {
  35. width: 100%;
  36. height: 20rpx;
  37. background-color: #FFCE50;
  38. }
  39. .line1 {
  40. width: 100%;
  41. height: 150rpx;
  42. background-color: #B47C35;
  43. }
  44. .makepaper_headline_illus_board{
  45. width: 563rpx;
  46. height: 100rpx;
  47. }
  48. .line1 .text{
  49. color:#FAE5D2;
  50. margin-top: -80rpx;
  51. font-size:42rpx;
  52. }
  53. .line2 {
  54. width: 100%;
  55. height: 10rpx;
  56. background-color: #9A6726;
  57. }
  58. .line3 {
  59. width: 100%;
  60. height: 120rpx;
  61. background-color: #3A3332;
  62. }
  63. .line4 {
  64. width: 100%;
  65. height: 30rpx;
  66. background-color: rgba(0,0,0,0.1);
  67. margin-top: -120rpx;
  68. z-index: 20;
  69. }
  70. .panel1 {
  71. width: 680rpx;
  72. height: 854rpx;
  73. background-color: #262626;
  74. margin-top: -30rpx;
  75. z-index: 10;
  76. color:#9B9B9B;
  77. justify-content: flex-start;
  78. }
  79. .panel1 .text1{
  80. font-size:32rpx;
  81. margin-top: 60rpx;
  82. }
  83. .panel1 .text2{
  84. font-size:36rpx;
  85. margin-top: 30rpx;
  86. color:#d2d2d2;
  87. }
  88. .panel1 .text2_1{
  89. margin-top: 30rpx;
  90. height:100rpx;
  91. }
  92. .panel1 .text3{
  93. font-size:24rpx;
  94. margin-top: 10rpx;
  95. color:#868686;
  96. }
  97. .universalpic_attention_black_size01{
  98. width: 20rpx;
  99. height: 20rpx;
  100. margin-right: 10rpx;
  101. }
  102. .universalpic_indicator_cell_size01{
  103. width:400rpx;
  104. height:104rpx;
  105. margin-top: -94rpx;
  106. }
  107. .btnSelect{
  108. width: 310rpx;
  109. height:104rpx;
  110. font-size: 36rpx;
  111. color:#D2D2D2;
  112. text-align: center;
  113. line-height: 90rpx;
  114. }
  115. .universalpic_line_dashed_size01{
  116. width:634rpx;
  117. height:4rpx;
  118. margin-top: 40rpx;
  119. }
  120. .panel1 .text4{
  121. font-size:32rpx;
  122. margin-top: 40rpx;
  123. }
  124. .universalpic_value_cell_size01{
  125. width:400rpx;
  126. height:104rpx;
  127. margin-top: 20rpx;
  128. }
  129. .panel1 .panel10{
  130. margin-top: -104rpx;
  131. width:400rpx;
  132. height:104rpx;
  133. justify-content: space-between;
  134. }
  135. .panel1 .btnAddSub{
  136. width:90rpx;
  137. height:104rpx;
  138. }
  139. .panel1 .Number{
  140. color:#D2D2D2;
  141. font-size: 36rpx;
  142. margin-top: -14rpx;
  143. }
  144. .panel1 .text5{
  145. font-size:24rpx;
  146. margin-top: 20rpx;
  147. color:#868686;
  148. font-weight: 400;
  149. }
  150. .btn {
  151. width: 600rpx;
  152. height: 130rpx;
  153. background-color: #7D2B25;
  154. border-radius: 10rpx;
  155. position: relative;
  156. margin-top: 80rpx;
  157. }
  158. .btn1 {
  159. width: 100%;
  160. height: 100rpx;
  161. background-color: #B3443B;
  162. border-radius: 10rpx;
  163. line-height: 100rpx;
  164. text-align: center;
  165. color: #DEC2B8;
  166. font-size: 48rpx;
  167. }
  168. .universalpic_line_zigzag_black_down{
  169. width: 680rpx;
  170. height: 49rpx;
  171. }
  172. .universalpic_line_zigzag_black_up{
  173. width: 680rpx;
  174. height: 79rpx;
  175. }
  176. .panel2 {
  177. width: 680rpx;
  178. height: 1384rpx;
  179. background-color: #262626;
  180. margin-top: -30rpx;
  181. z-index: 10;
  182. border-bottom-left-radius: 20rpx;
  183. border-bottom-right-radius: 20rpx;
  184. box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
  185. justify-content: flex-start;
  186. }
  187. .panel2 .panel20{
  188. width: 100rpx;
  189. height: 100rpx;
  190. background-color: #19C575;
  191. margin-top: 50rpx;
  192. border-radius: 50%;
  193. }
  194. .panel2 .text6{
  195. font-size:32rpx;
  196. margin-top: 30rpx;
  197. color:#9B9B9B;
  198. }
  199. .panel2 .text7{
  200. font-size:24rpx;
  201. margin-top: 50rpx;
  202. color:#868686;
  203. font-weight: 400;
  204. }
  205. .panel2 .panel21{
  206. width: 600rpx;
  207. margin-top: 40rpx;
  208. flex-wrap: wrap;
  209. justify-content: flex-start;
  210. margin-bottom: 40rpx;
  211. }
  212. .panel2 .panel210{
  213. width: 130rpx;
  214. height:184rpx;
  215. border-radius: 8rpx;
  216. background-color: #dddddd;
  217. margin: 0 10rpx 20rpx 10rpx;
  218. }
  219. .universalpic_right_white_size01{
  220. width: 50rpx;
  221. height: 38rpx;
  222. }
  223. .panel2 .text8{
  224. font-size:32rpx;
  225. margin-top: 60rpx;
  226. color:#9B9B9B;
  227. }
  228. .panel2 .panel22{
  229. width:100%;
  230. margin-top: 60rpx;
  231. justify-content: space-around;
  232. align-items: flex-start;
  233. }
  234. .panel2 .panel220{
  235. width:260rpx;
  236. justify-content: flex-start;
  237. }
  238. .panel2 .panel2200{
  239. width:106rpx;
  240. height:106rpx;
  241. border-radius: 50%;
  242. background-color: #4D4D4D;
  243. }
  244. .universalpic_print_gray_size01{
  245. width:48rpx;
  246. height:50rpx;
  247. }
  248. .universalpic_write_gray_size01{
  249. width:50rpx;
  250. height:50rpx;
  251. }
  252. .panel2 .text9{
  253. width:260rpx;
  254. font-size:24rpx;
  255. margin-top: 40rpx;
  256. color:#868686;
  257. text-align: center;
  258. font-weight: 400;
  259. }
  260. .panel2 .text10{
  261. width:260rpx;
  262. font-size:24rpx;
  263. margin-top: 40rpx;
  264. color:#F0F0F0;
  265. text-align: center;
  266. text-decoration:underline;
  267. }
  268. .line5 {
  269. width: 100%;
  270. height: 100rpx;
  271. }
  272. .menu {
  273. position: fixed;
  274. bottom: 0;
  275. width: 100%;
  276. background-color: #d2d2d2;
  277. z-index: 30;
  278. }
  279. .menu .text1 {
  280. font-size: 24rpx;
  281. margin: 30rpx;
  282. }
  283. .menu .panel {
  284. font-size: 36rpx;
  285. height: 111rpx;
  286. width: 100%;
  287. background-color: #fff;
  288. position: relative;
  289. }
  290. .menu .line {
  291. height: 2rpx;
  292. width: 100%;
  293. background-color: #e3e3e3;
  294. }
  295. .menu .line2 {
  296. height: 20rpx;
  297. width: 100%;
  298. background-color: #d2d2d2;
  299. }
  300. .universalpic_select_on_black {
  301. height: 30rpx;
  302. width: 30rpx;
  303. position: absolute;
  304. left:40rpx;
  305. top:40rpx;
  306. }
  307. .Canvas{
  308. width: 1050px;
  309. height: 1485px;
  310. position: fixed;
  311. left:760rpx;
  312. top:0rpx;
  313. }
  314. .loading {
  315. position: fixed;
  316. top:0;
  317. z-index: 100;
  318. background-color: rgba(229,167,68,0.8);
  319. }
  320. .loading .loading1 {
  321. position: absolute;
  322. top:317rpx;
  323. width:100%;
  324. }
  325. .loading1 .line1 {
  326. width:100%;
  327. height:20rpx;
  328. background-color: #A63917;
  329. }
  330. .loading1 .line2 {
  331. width:100%;
  332. height:279rpx;
  333. background-color: #FFE6C2;
  334. z-index: 100;
  335. }
  336. .loading1 .text {
  337. font-size:48rpx;
  338. margin-top:60rpx;
  339. }
  340. .loading1 .text2 {
  341. font-size:24rpx;
  342. margin-top: 10rpx;
  343. }
  344. .loading1 .line3 {
  345. width:100%;
  346. height:250rpx;
  347. background-color: #A63917;
  348. color:#fff;
  349. }
  350. .loading1 .text3 {
  351. font-size:28rpx;
  352. }
  353. .loading1 .text4 {
  354. font-size:32rpx;
  355. margin-top: 10rpx;
  356. font-weight: 400;
  357. text-align: center;
  358. width: 690rpx;
  359. }
  360. .loading1 .line4 {
  361. width:100%;
  362. height:20rpx;
  363. background-color: #7D2B25;
  364. margin-top: 0rpx;
  365. }
  366. .loading1 .universalpic_attention_light_red_bg{
  367. width:172rpx;
  368. height:192rpx;
  369. z-index: 110;
  370. position: absolute;
  371. top:-91rpx;
  372. }
  373. .loading1 .universalpic_attention_light_red{
  374. width:90rpx;
  375. height:90rpx;
  376. position: absolute;
  377. top: -40rpx;
  378. z-index: 110;
  379. }
  380. .loading .close {
  381. position: fixed;
  382. bottom:126rpx;
  383. width:100%;
  384. }
  385. .loading .close1 {
  386. width:120rpx;
  387. height:120rpx;
  388. border-radius: 50%;
  389. background-color: #B3443B;
  390. }
  391. .universalpic_close_white_size01{
  392. width:26rpx;
  393. height:26rpx;
  394. }