index.less 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. @charset "utf-8";
  2. #paper-process-base {
  3. height: 100%;
  4. color: #000;
  5. .start {
  6. background: #7775CA;
  7. height: 100%;
  8. padding: 40px 20px;
  9. .bg {
  10. height: 100%;
  11. width: 100%;
  12. background: #fff;
  13. }
  14. .fixed-content {
  15. position: fixed;
  16. left: 50%;
  17. top: 50%;
  18. transform: translate(-50%, -50%);
  19. .title {
  20. text-align: center;
  21. font-size: 40px;
  22. font-weight: 600;
  23. margin-bottom: 100px;
  24. }
  25. .desc {
  26. text-align: center;
  27. margin-bottom: 80px;
  28. display: flex;
  29. flex-direction: row;
  30. .block {
  31. display: inline-block;
  32. width: 300px;
  33. .desc-title {
  34. margin-bottom: 20px;
  35. .assets {
  36. margin-right: 10px;
  37. }
  38. }
  39. .desc-info {
  40. font-size: 40px;
  41. font-weight: 600;
  42. }
  43. }
  44. }
  45. .tip {
  46. text-align: center;
  47. margin-bottom: 20px;
  48. }
  49. .submit {
  50. text-align: center;
  51. }
  52. }
  53. }
  54. .layout {
  55. background: #006DAA;
  56. height: 100%;
  57. padding: 0 25px;
  58. display: flex;
  59. flex-direction: column;
  60. position: relative;
  61. .calculator {
  62. position: absolute;
  63. z-index: 9;
  64. top: 92px;
  65. }
  66. .fixed {
  67. position: absolute;
  68. top: 60px;
  69. left: 0;
  70. right: 25px;
  71. border-top: 2px solid #fff;
  72. border-bottom: 2px solid #fff;
  73. height: 30px;
  74. line-height: 26px;
  75. background: #7EAFE0;
  76. color: #fff;
  77. padding: 0 25px;
  78. .calculator-icon {
  79. margin-left: 50px;
  80. cursor: pointer;
  81. }
  82. .collect-icon {
  83. float: right;
  84. cursor: pointer;
  85. }
  86. }
  87. .layout-header {
  88. height: 60px;
  89. color: #fff;
  90. .title {
  91. font-size: 20px;
  92. line-height: 60px;
  93. display: inline-block;
  94. }
  95. .right {
  96. float: right;
  97. text-align: right;
  98. .block {
  99. line-height: 30px;
  100. cursor: pointer;
  101. .assets {
  102. margin-right: 10px;
  103. }
  104. }
  105. }
  106. }
  107. .layout-footer {
  108. height: 35px;
  109. line-height: 35px;
  110. color: #fff;
  111. margin-right: -25px;
  112. .help {
  113. padding: 0 10px;
  114. border-left: 1px solid #fff;
  115. border-right: 1px solid #fff;
  116. display: inline-block;
  117. cursor: pointer;
  118. .assets {
  119. margin-right: 10px;
  120. }
  121. }
  122. .help:hover {
  123. background: darken(#006DAA, 10);
  124. }
  125. .full {
  126. display: inline-block;
  127. padding: 0 10px;
  128. border-right: 1px solid #fff;
  129. cursor: pointer;
  130. }
  131. .full:hover {
  132. background: darken(#006DAA, 10);
  133. }
  134. .next {
  135. float: right;
  136. padding: 0 10px;
  137. border-left: 1px solid #fff;
  138. border-top: 1px solid #fff;
  139. cursor: pointer;
  140. box-sizing: border-box;
  141. height: 35px;
  142. .assets {
  143. margin-left: 20px;
  144. }
  145. }
  146. .next:hover {
  147. background: darken(#006DAA, 10);
  148. }
  149. }
  150. .layout-body {
  151. background: #fff;
  152. flex: 1;
  153. overflow: hidden;
  154. overflow-y: auto;
  155. .block {
  156. padding: 60px 20px 20px;
  157. }
  158. span.\#select\# {
  159. line-height: 20px;
  160. height: 20px;
  161. }
  162. }
  163. .layout-body .one {
  164. .block {
  165. padding-bottom: 0px;
  166. &.block-answer {
  167. padding: 0px 20px 20px 20px
  168. }
  169. }
  170. }
  171. .layout-body .two {
  172. display: flex;
  173. height: 100%;
  174. .block {
  175. overflow: hidden;
  176. overflow-y: auto;
  177. flex: 1;
  178. }
  179. .block-content {
  180. border-right: 4px solid #006DAA;
  181. .navigation {
  182. margin-bottom: 80px;
  183. }
  184. }
  185. .block-answer {
  186. border-left: 4px solid #006DAA;
  187. }
  188. }
  189. .layout-body .relax {
  190. position: absolute;
  191. left: 50%;
  192. top: 50%;
  193. transform: translate(-50%, -50%);
  194. text-align: center;
  195. .title {
  196. color: #000000;
  197. font-size: 32px;
  198. margin-bottom: 40px;
  199. .assets {
  200. margin-left: 10px;
  201. }
  202. }
  203. .time {
  204. .block {
  205. display: inline-block;
  206. width: 110px;
  207. height: 160px;
  208. line-height: 160px;
  209. background: #F2F3F5;
  210. text-align: center;
  211. color: #383838;
  212. font-size: 100px;
  213. padding: 0;
  214. margin: 0 10px;
  215. }
  216. .div {
  217. display: inline-block;
  218. color: #383838;
  219. font-size: 100px;
  220. line-height: 160px;
  221. }
  222. }
  223. }
  224. .layout-body .exercise-start {
  225. padding-top: 60px;
  226. padding-left: 40px;
  227. padding-right: 40px;
  228. padding-bottom: 20px;
  229. .title {
  230. color: #000000;
  231. font-size: 32px;
  232. text-align: center;
  233. margin-bottom: 10px;
  234. }
  235. .desc {
  236. font-size: 16px;
  237. margin-bottom: 25px;
  238. }
  239. .tip {
  240. color: red;
  241. }
  242. .bottom {
  243. .text {
  244. color: #000000;
  245. font-size: 16px;
  246. margin-bottom: 5px;
  247. }
  248. .tip {
  249. color: red;
  250. }
  251. .next {
  252. display: inline-block;
  253. background: #066da9;
  254. color: #fff;
  255. line-height: 32px;
  256. padding: 0 5px;
  257. cursor: pointer;
  258. box-sizing: border-box;
  259. height: 32px;
  260. .assets {
  261. margin-left: 10px;
  262. }
  263. }
  264. .next:hover {
  265. background: darken(#006DAA, 10);
  266. }
  267. }
  268. }
  269. .layout-body .exercise-start.default {
  270. .block-list {
  271. margin-bottom: 40px;
  272. .block-item {
  273. display: inline-block;
  274. width: 33.33%;
  275. .block-title {
  276. margin-bottom: 10px;
  277. .block-title-border {
  278. height: 30px;
  279. line-height: 20px;
  280. display: inline-block;
  281. background: rgba(255, 243, 46, 1);
  282. border-radius: 4px;
  283. border: 1px solid rgba(25, 25, 25, 1);
  284. padding: 5px 10px 5px 5px;
  285. position: relative;
  286. cursor: pointer;
  287. i {
  288. position: absolute;
  289. left: 7px;
  290. top: 9px;
  291. }
  292. span {
  293. display: inline-block;
  294. vertical-align: top;
  295. }
  296. }
  297. .block-title-border::before {
  298. content: '';
  299. display: inline-block;
  300. width: 20px;
  301. height: 20px;
  302. background: #fff;
  303. border: 1px solid #000;
  304. border-radius: 10px;
  305. margin-right: 5px;
  306. }
  307. }
  308. .block-text {
  309. margin-bottom: 20px;
  310. color: #686872;
  311. font-size: 16px;
  312. }
  313. }
  314. }
  315. }
  316. .layout-body .exercise-start.cat {
  317. .title {
  318. margin-bottom: 40px;
  319. }
  320. .block-list {
  321. margin-bottom: 70px;
  322. .block-item {
  323. display: inline-block;
  324. width: 33.33%;
  325. padding: 0 5px;
  326. .block-item-body {
  327. border-radius: 6px;
  328. padding: 60px 20px;
  329. border: 2px solid #CDCDCD;
  330. position: relative;
  331. .block-text {
  332. margin-bottom: 30px;
  333. }
  334. i {
  335. display: none;
  336. }
  337. }
  338. .block-item-body.active {
  339. border: 2px solid #4292f0;
  340. i {
  341. position: absolute;
  342. top: 5px;
  343. left: 5px;
  344. display: block;
  345. }
  346. }
  347. .block-item-body.active::before {
  348. content: '';
  349. display: inline-block;
  350. position: absolute;
  351. top: 0;
  352. left: 0;
  353. border: 20px solid;
  354. border-color: #4292f0 transparent transparent #4292f0;
  355. }
  356. }
  357. }
  358. }
  359. }
  360. .modal {
  361. position: fixed;
  362. top: 0;
  363. left: 0;
  364. right: 0;
  365. bottom: 0;
  366. .mask {
  367. position: fixed;
  368. top: 0;
  369. left: 0;
  370. right: 0;
  371. bottom: 0;
  372. background: rgba(0, 0, 0, 0.3);
  373. }
  374. .body {
  375. position: absolute;
  376. left: 50%;
  377. top: 50%;
  378. transform: translate(-50%, -50%);
  379. background: #006DAA;
  380. width: 400px;
  381. color: #fff;
  382. .title {
  383. height: 38px;
  384. line-height: 38px;
  385. font-size: 18px;
  386. padding-left: 25px;
  387. border-bottom: 1px solid #fff;
  388. }
  389. .desc {
  390. text-align: center;
  391. margin-top: 20px;
  392. margin-bottom: 20px;
  393. padding: 0 20px;
  394. white-space: pre;
  395. }
  396. .btn-list {
  397. text-align: center;
  398. margin-bottom: 15px;
  399. .btn {
  400. display: inline-block;
  401. width: 70px;
  402. line-height: 35px;
  403. height: 35px;
  404. border: 1px solid #fff;
  405. background: #006DAA;
  406. cursor: pointer;
  407. margin: 0 5px;
  408. }
  409. .btn:hover {
  410. background: darken(#006DAA, 5);
  411. }
  412. }
  413. }
  414. }
  415. .show-help {
  416. .help {
  417. padding: 0 10px;
  418. display: inline-block;
  419. cursor: pointer;
  420. .assets {
  421. margin-right: 10px;
  422. }
  423. }
  424. .close {
  425. position: absolute;
  426. right: 10px;
  427. top: -3px;
  428. }
  429. .next {
  430. padding: 0 10px;
  431. cursor: pointer;
  432. box-sizing: border-box;
  433. height: 35px;
  434. display: inline-block;
  435. }
  436. .icon {
  437. padding: 0 10px;
  438. cursor: pointer;
  439. box-sizing: border-box;
  440. height: 35px;
  441. display: inline-block;
  442. }
  443. .body {
  444. .title {
  445. padding-left: 10px;
  446. }
  447. .desc {
  448. text-align: left;
  449. padding: 0 10px;
  450. }
  451. }
  452. }
  453. }