index.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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 .one {
  166. .block {
  167. padding-bottom: 0px;
  168. &.block-answer {
  169. padding: 0px 20px 20px 20px
  170. }
  171. }
  172. }
  173. .layout-body .two {
  174. display: flex;
  175. height: 100%;
  176. .block {
  177. overflow: hidden;
  178. overflow-y: auto;
  179. flex: 1;
  180. }
  181. .block-content {
  182. border-right: 4px solid #006DAA;
  183. .navigation {
  184. margin-bottom: 80px;
  185. }
  186. }
  187. .block-answer {
  188. border-left: 4px solid #006DAA;
  189. }
  190. }
  191. .layout-body .relax {
  192. position: absolute;
  193. left: 50%;
  194. top: 50%;
  195. transform: translate(-50%, -50%);
  196. text-align: center;
  197. .title {
  198. color: #000000;
  199. font-size: 32px;
  200. margin-bottom: 40px;
  201. .assets {
  202. margin-left: 10px;
  203. }
  204. }
  205. .time {
  206. .block {
  207. display: inline-block;
  208. width: 110px;
  209. height: 160px;
  210. line-height: 160px;
  211. background: #F2F3F5;
  212. text-align: center;
  213. color: #383838;
  214. font-size: 100px;
  215. padding: 0;
  216. margin: 0 10px;
  217. }
  218. .div {
  219. display: inline-block;
  220. color: #383838;
  221. font-size: 100px;
  222. line-height: 160px;
  223. }
  224. }
  225. }
  226. .layout-body .exercise-start {
  227. padding-top: 60px;
  228. padding-left: 40px;
  229. padding-right: 40px;
  230. padding-bottom: 20px;
  231. .title {
  232. color: #000000;
  233. font-size: 32px;
  234. text-align: center;
  235. margin-bottom: 10px;
  236. }
  237. .desc {
  238. font-size: 16px;
  239. margin-bottom: 25px;
  240. }
  241. .tip {
  242. color: red;
  243. }
  244. .bottom {
  245. .text {
  246. color: #000000;
  247. font-size: 16px;
  248. margin-bottom: 5px;
  249. }
  250. .tip {
  251. color: red;
  252. }
  253. .next {
  254. display: inline-block;
  255. background: #066da9;
  256. color: #fff;
  257. line-height: 32px;
  258. padding: 0 5px;
  259. cursor: pointer;
  260. box-sizing: border-box;
  261. height: 32px;
  262. .assets {
  263. margin-left: 10px;
  264. }
  265. }
  266. .next:hover {
  267. background: darken(#006DAA, 10);
  268. }
  269. }
  270. }
  271. .layout-body .exercise-start.default {
  272. .block-list {
  273. margin-bottom: 40px;
  274. .block-item {
  275. display: inline-block;
  276. width: 33.33%;
  277. .block-title {
  278. margin-bottom: 10px;
  279. .block-title-border {
  280. height: 30px;
  281. line-height: 20px;
  282. display: inline-block;
  283. background: rgba(255, 243, 46, 1);
  284. border-radius: 4px;
  285. border: 1px solid rgba(25, 25, 25, 1);
  286. padding: 5px 10px 5px 5px;
  287. position: relative;
  288. cursor: pointer;
  289. i {
  290. position: absolute;
  291. left: 7px;
  292. top: 9px;
  293. }
  294. span {
  295. display: inline-block;
  296. vertical-align: top;
  297. }
  298. }
  299. .block-title-border::before {
  300. content: '';
  301. display: inline-block;
  302. width: 20px;
  303. height: 20px;
  304. background: #fff;
  305. border: 1px solid #000;
  306. border-radius: 10px;
  307. margin-right: 5px;
  308. }
  309. }
  310. .block-text {
  311. margin-bottom: 20px;
  312. color: #686872;
  313. font-size: 16px;
  314. }
  315. }
  316. }
  317. }
  318. .layout-body .exercise-start.cat {
  319. .title {
  320. margin-bottom: 40px;
  321. }
  322. .block-list {
  323. margin-bottom: 70px;
  324. .block-item {
  325. display: inline-block;
  326. width: 33.33%;
  327. padding: 0 5px;
  328. .block-item-body {
  329. border-radius: 6px;
  330. padding: 60px 20px;
  331. border: 2px solid #CDCDCD;
  332. position: relative;
  333. .block-text {
  334. margin-bottom: 30px;
  335. }
  336. i {
  337. display: none;
  338. }
  339. }
  340. .block-item-body.active {
  341. border: 2px solid #4292f0;
  342. i {
  343. position: absolute;
  344. top: 5px;
  345. left: 5px;
  346. display: block;
  347. }
  348. }
  349. .block-item-body.active::before {
  350. content: '';
  351. display: inline-block;
  352. position: absolute;
  353. top: 0;
  354. left: 0;
  355. border: 20px solid;
  356. border-color: #4292f0 transparent transparent #4292f0;
  357. }
  358. }
  359. }
  360. }
  361. }
  362. .modal {
  363. position: fixed;
  364. top: 0;
  365. left: 0;
  366. right: 0;
  367. bottom: 0;
  368. .body {
  369. position: absolute;
  370. left: 50%;
  371. top: 50%;
  372. transform: translate(-50%, -50%);
  373. background: #006DAA;
  374. width: 400px;
  375. color: #fff;
  376. .title {
  377. height: 38px;
  378. line-height: 38px;
  379. font-size: 18px;
  380. padding-left: 25px;
  381. border-bottom: 1px solid #fff;
  382. }
  383. .desc {
  384. text-align: center;
  385. margin-top: 20px;
  386. margin-bottom: 20px;
  387. }
  388. .btn-list {
  389. text-align: center;
  390. margin-bottom: 15px;
  391. .btn {
  392. display: inline-block;
  393. width: 70px;
  394. line-height: 35px;
  395. height: 35px;
  396. border: 1px solid #fff;
  397. background: #006DAA;
  398. cursor: pointer;
  399. }
  400. .btn:hover {
  401. background: darken(#006DAA, 5);
  402. }
  403. }
  404. }
  405. }
  406. }