index.less 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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: 62px;
  69. left: 0;
  70. right: 0;
  71. height: 30px;
  72. line-height: 30px;
  73. background: #7EAFE0;
  74. color: #fff;
  75. padding: 0 25px;
  76. z-index: 100;
  77. .calculator-icon {
  78. margin-left: 50px;
  79. cursor: pointer;
  80. }
  81. .collect-icon {
  82. float: right;
  83. cursor: pointer;
  84. transform: translateY(5px);
  85. line-height: 16px;
  86. height: 16px;
  87. }
  88. }
  89. .layout-header {
  90. height: 60px;
  91. color: #fff;
  92. .title {
  93. font-size: 20px;
  94. line-height: 60px;
  95. display: inline-block;
  96. }
  97. .right {
  98. float: right;
  99. text-align: right;
  100. .block {
  101. line-height: 30px;
  102. cursor: pointer;
  103. .assets {
  104. margin-right: 10px;
  105. }
  106. }
  107. }
  108. }
  109. .layout-footer {
  110. height: 35px;
  111. line-height: 35px;
  112. color: #fff;
  113. margin-right: -25px;
  114. .help {
  115. padding: 0 10px;
  116. border-left: 1px solid #fff;
  117. border-right: 1px solid #fff;
  118. display: inline-block;
  119. cursor: pointer;
  120. .assets {
  121. margin-right: 10px;
  122. }
  123. }
  124. .help:hover {
  125. background: darken(#006DAA, 10);
  126. }
  127. .full {
  128. display: inline-block;
  129. padding: 0 10px;
  130. border-right: 1px solid #fff;
  131. cursor: pointer;
  132. }
  133. .full:hover {
  134. background: darken(#006DAA, 10);
  135. }
  136. .next {
  137. float: right;
  138. padding: 0 10px;
  139. border-left: 1px solid #fff;
  140. border-top: 1px solid #fff;
  141. cursor: pointer;
  142. box-sizing: border-box;
  143. height: 35px;
  144. .assets {
  145. margin-left: 20px;
  146. }
  147. }
  148. .next:hover {
  149. background: darken(#006DAA, 10);
  150. }
  151. }
  152. .layout-body {
  153. background: #fff;
  154. flex: 1;
  155. overflow: hidden;
  156. overflow-y: auto;
  157. .block {
  158. padding: 60px 20px 20px;
  159. }
  160. span.\#select\# {
  161. line-height: 20px;
  162. height: 20px;
  163. }
  164. }
  165. .layout-body .two {
  166. display: flex;
  167. height: 100%;
  168. .block {
  169. overflow: hidden;
  170. overflow-y: auto;
  171. flex: 1;
  172. }
  173. .block-content {
  174. border-right: 4px solid #006DAA;
  175. .navigation {
  176. margin-bottom: 80px;
  177. }
  178. }
  179. .block-answer {
  180. border-left: 4px solid #006DAA;
  181. }
  182. }
  183. .layout-body .relax {
  184. position: absolute;
  185. left: 50%;
  186. top: 50%;
  187. transform: translate(-50%, -50%);
  188. text-align: center;
  189. .title {
  190. color: #000000;
  191. font-size: 32px;
  192. margin-bottom: 40px;
  193. .assets {
  194. margin-left: 10px;
  195. }
  196. }
  197. .time {
  198. .block {
  199. display: inline-block;
  200. width: 110px;
  201. height: 160px;
  202. line-height: 160px;
  203. background: #F2F3F5;
  204. text-align: center;
  205. color: #383838;
  206. font-size: 100px;
  207. padding: 0;
  208. margin: 0 10px;
  209. }
  210. .div {
  211. display: inline-block;
  212. color: #383838;
  213. font-size: 100px;
  214. line-height: 160px;
  215. }
  216. }
  217. }
  218. .layout-body .exercise-start {
  219. padding-top: 60px;
  220. padding-left: 40px;
  221. padding-right: 40px;
  222. padding-bottom: 20px;
  223. .title {
  224. color: #000000;
  225. font-size: 32px;
  226. text-align: center;
  227. margin-bottom: 10px;
  228. }
  229. .desc {
  230. font-size: 16px;
  231. margin-bottom: 25px;
  232. }
  233. .tip {
  234. color: red;
  235. }
  236. .bottom {
  237. .text {
  238. color: #000000;
  239. font-size: 16px;
  240. margin-bottom: 5px;
  241. }
  242. .tip {
  243. color: red;
  244. }
  245. .next {
  246. display: inline-block;
  247. background: #066da9;
  248. color: #fff;
  249. line-height: 32px;
  250. padding: 0 5px;
  251. cursor: pointer;
  252. box-sizing: border-box;
  253. height: 32px;
  254. .assets {
  255. margin-left: 10px;
  256. }
  257. }
  258. .next:hover {
  259. background: darken(#006DAA, 10);
  260. }
  261. }
  262. }
  263. .layout-body .exercise-start.default {
  264. .block-list {
  265. margin-bottom: 40px;
  266. .block-item {
  267. display: inline-block;
  268. width: 33.33%;
  269. .block-title {
  270. margin-bottom: 10px;
  271. .block-title-border {
  272. height: 30px;
  273. line-height: 20px;
  274. display: inline-block;
  275. background: rgba(255, 243, 46, 1);
  276. border-radius: 4px;
  277. border: 1px solid rgba(25, 25, 25, 1);
  278. padding: 5px 10px 5px 5px;
  279. position: relative;
  280. cursor: pointer;
  281. i {
  282. position: absolute;
  283. left: 7px;
  284. top: 9px;
  285. }
  286. span {
  287. display: inline-block;
  288. vertical-align: top;
  289. }
  290. }
  291. .block-title-border::before {
  292. content: '';
  293. display: inline-block;
  294. width: 20px;
  295. height: 20px;
  296. background: #fff;
  297. border: 1px solid #000;
  298. border-radius: 10px;
  299. margin-right: 5px;
  300. }
  301. }
  302. .block-text {
  303. margin-bottom: 20px;
  304. color: #686872;
  305. font-size: 16px;
  306. }
  307. }
  308. }
  309. }
  310. .layout-body .exercise-start.cat {
  311. .title {
  312. margin-bottom: 40px;
  313. }
  314. .block-list {
  315. margin-bottom: 70px;
  316. .block-item {
  317. display: inline-block;
  318. width: 33.33%;
  319. padding: 0 5px;
  320. .block-item-body {
  321. border-radius: 6px;
  322. padding: 60px 20px;
  323. border: 2px solid #CDCDCD;
  324. position: relative;
  325. .block-text {
  326. margin-bottom: 30px;
  327. }
  328. i {
  329. display: none;
  330. }
  331. }
  332. .block-item-body.active {
  333. border: 2px solid #4292f0;
  334. i {
  335. position: absolute;
  336. top: 5px;
  337. left: 5px;
  338. display: block;
  339. }
  340. }
  341. .block-item-body.active::before {
  342. content: '';
  343. display: inline-block;
  344. position: absolute;
  345. top: 0;
  346. left: 0;
  347. border: 20px solid;
  348. border-color: #4292f0 transparent transparent #4292f0;
  349. }
  350. }
  351. }
  352. }
  353. }
  354. .modal {
  355. position: fixed;
  356. top: 0;
  357. left: 0;
  358. right: 0;
  359. bottom: 0;
  360. .body {
  361. position: absolute;
  362. left: 50%;
  363. top: 50%;
  364. transform: translate(-50%, -50%);
  365. background: #006DAA;
  366. width: 400px;
  367. color: #fff;
  368. .title {
  369. height: 38px;
  370. line-height: 38px;
  371. font-size: 18px;
  372. padding-left: 25px;
  373. border-bottom: 1px solid #fff;
  374. }
  375. .desc {
  376. text-align: center;
  377. margin-top: 20px;
  378. margin-bottom: 20px;
  379. }
  380. .btn-list {
  381. text-align: center;
  382. margin-bottom: 15px;
  383. .btn {
  384. display: inline-block;
  385. width: 70px;
  386. line-height: 35px;
  387. height: 35px;
  388. border: 1px solid #fff;
  389. background: #006DAA;
  390. cursor: pointer;
  391. }
  392. .btn:hover {
  393. background: darken(#006DAA, 5);
  394. }
  395. }
  396. }
  397. }
  398. }