index.less 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. @charset "utf-8";
  2. #paper-question {
  3. height: 100%;
  4. .base {
  5. height: 100%;
  6. .layout {
  7. background: #fff;
  8. height: 100%;
  9. display: flex;
  10. flex-direction: row;
  11. .layout-header {
  12. height: 60px;
  13. line-height: 60px;
  14. margin: 0 50px;
  15. position: fixed;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. box-shadow: 0px 4px 14px 0px rgba(189, 199, 215, 0.16);
  20. text-align: center;
  21. z-index: 80;
  22. .left {
  23. position: absolute;
  24. .no {
  25. font-size: 20px;
  26. display: inline-block;
  27. color: #303036;
  28. font-size: 20px;
  29. margin-right: 25px;
  30. }
  31. .title {
  32. color: #A7A7B7;
  33. display: inline-block;
  34. font-size: 20px;
  35. img {
  36. margin-top: -3px;
  37. margin-right: 5px;
  38. }
  39. }
  40. }
  41. .menu-wrap {
  42. position: absolute;
  43. right: 0;
  44. text-align: left;
  45. padding: 0 10px;
  46. white-space: nowrap;
  47. .menu-content {
  48. position: absolute;
  49. background: #fff;
  50. text-align: left;
  51. top: 50px;
  52. right: 10px;
  53. border: 1px solid #EAEDF2;
  54. padding: 10px 20px;
  55. min-width: 150px;
  56. p {
  57. line-height: 30px;
  58. height: 30px;
  59. text-align: left;
  60. margin: 0;
  61. }
  62. }
  63. }
  64. .center {
  65. position: absolute;
  66. right: 50%;
  67. transform: translateX(100%);
  68. .icon {
  69. margin-left: 20px;
  70. }
  71. }
  72. .right {
  73. position: absolute;
  74. right: 0;
  75. .b {
  76. margin-left: 30px;
  77. .s {
  78. color: #4299FF;
  79. }
  80. }
  81. .icon {
  82. margin-left: 10px;
  83. }
  84. }
  85. }
  86. }
  87. .layout-footer {
  88. position: fixed;
  89. bottom: 0;
  90. left: 0;
  91. right: 0;
  92. height: 60px;
  93. line-height: 60px;
  94. box-shadow: 0px -4px 14px 0px rgba(189, 199, 215, 0.16);
  95. .left {
  96. width: 30%;
  97. display: inline-block;
  98. padding-left: 50px;
  99. }
  100. .right {
  101. width: 30%;
  102. display: inline-block;
  103. text-align: right;
  104. padding-right: 50px;
  105. .icon {
  106. margin-left: 10px;
  107. }
  108. }
  109. .center {
  110. width: 40%;
  111. display: inline-block;
  112. text-align: center;
  113. .item {
  114. margin: 0 10px;
  115. }
  116. }
  117. }
  118. .layout-body {
  119. background: #fff;
  120. flex: 1;
  121. overflow: hidden;
  122. margin: 60px 0;
  123. .layout-content {
  124. height: 100%;
  125. position: relative;
  126. .one {
  127. flex: 1;
  128. display: flex;
  129. flex-direction: column;
  130. }
  131. .two {
  132. flex: 1;
  133. display: flex;
  134. flex-direction: row;
  135. overflow: hidden;
  136. height: 100%;
  137. }
  138. .block {
  139. flex: 1;
  140. }
  141. .block-content,
  142. .block-answer,
  143. .block-awa {
  144. padding: 30px 60px;
  145. color: #303036;
  146. height: 100%;
  147. overflow: hidden;
  148. overflow-y: auto;
  149. }
  150. .block-content {
  151. h2 {
  152. padding: 65px 0 20px 0px;
  153. font-size: 20px;
  154. color: #303036;
  155. }
  156. }
  157. .block-awa {
  158. background: #EFF3F7;
  159. h2 {
  160. font-size: 20px;
  161. color: #303036;
  162. margin-top: 37px;
  163. margin-bottom: 23px;
  164. }
  165. .detail {
  166. .info {
  167. font-weight: bold;
  168. font-size: 18px;
  169. color: #303036;
  170. span.b {
  171. margin-right: 80px;
  172. .s {
  173. color: #4299FF;
  174. }
  175. }
  176. }
  177. }
  178. .content-awa {
  179. padding-top: 50px;
  180. color: #686872;
  181. font-size: 16px;
  182. }
  183. .show-awa {
  184. font-size: 12px;
  185. width: 100%;
  186. height: 100%;
  187. margin: 50% 0;
  188. text-align: center;
  189. line-height: 20px;
  190. color: #A7A7B7;
  191. }
  192. }
  193. .block-analysis {
  194. background: #EFF3F7;
  195. padding: 25px 25px 0 20px;
  196. display: flex;
  197. flex-direction: column;
  198. .tabs.division {
  199. margin: 0 -2px;
  200. .tab {
  201. margin: 0 2px;
  202. }
  203. }
  204. .block-answer {
  205. padding: 38px 50px;
  206. }
  207. .block {
  208. background: #fff;
  209. }
  210. .detail {
  211. flex: 1;
  212. display: flex;
  213. flex-direction: column;
  214. .detail-block {
  215. margin-top: 5px;
  216. flex: 1;
  217. padding: 30px 50px;
  218. overflow: hidden;
  219. overflow-y: auto;
  220. font-size: 16px;
  221. color: #686872;
  222. }
  223. .answer-block {
  224. margin-bottom: 5px;
  225. }
  226. }
  227. .other {
  228. flex: 1;
  229. background: #fff;
  230. padding: 30px 50px;
  231. overflow: hidden;
  232. overflow-y: auto;
  233. font-size: 16px;
  234. color: #686872;
  235. .other-answer {
  236. margin-bottom: 30px;
  237. }
  238. }
  239. }
  240. .two-analysis {
  241. position: absolute;
  242. height: 100%;
  243. top: 0;
  244. left: 0;
  245. width: 50%;
  246. transition: all 0.3s;
  247. transform: translateX(200%);
  248. }
  249. .two-analysis.show {
  250. transform: translateX(100%);
  251. }
  252. .fixed-analysis {
  253. height: 110px;
  254. line-height: 20px;
  255. position: absolute;
  256. width: 35px;
  257. padding: 5px;
  258. right: 0;
  259. top: 50%;
  260. transform: translateY(-50%);
  261. border: 1px solid #E7E7E7;
  262. background: #fff;
  263. z-index: 9;
  264. color: #787883;
  265. cursor: pointer;
  266. text-align: center;
  267. }
  268. }
  269. }
  270. .modal {
  271. position: fixed;
  272. top: 0;
  273. left: 0;
  274. right: 0;
  275. bottom: 0;
  276. >.mask {
  277. background: #000;
  278. opacity: .2;
  279. width: 100%;
  280. height: 100%;
  281. }
  282. .body {
  283. position: absolute;
  284. left: 50%;
  285. top: 50%;
  286. transform: translate(-50%, -50%);
  287. background: #fff;
  288. width: 630px;
  289. color: #686872;
  290. padding: 20px 30px;
  291. .title {
  292. color: #303036;
  293. font-size: 20px;
  294. font-weight: 600;
  295. }
  296. .desc {
  297. color: #686872;
  298. font-size: 16px;
  299. padding: 20px 0;
  300. .select-inline {
  301. margin-bottom: 15px;
  302. .select {
  303. display: inline-block;
  304. }
  305. }
  306. .label {
  307. margin-bottom: 5px;
  308. }
  309. }
  310. .textarea {
  311. width: 570px;
  312. height: 80px;
  313. background: rgba(247, 247, 247, 1);
  314. margin-bottom: 15px;
  315. border: none;
  316. padding: 5px 10px;
  317. }
  318. .textarea::placeholder {
  319. color: #A7A7B7;
  320. }
  321. .bottom {
  322. border-top: 1px solid #E1E1E1;
  323. padding-top: 10px;
  324. text-align: right;
  325. }
  326. }
  327. }
  328. .modal.ask-ok,
  329. .modal.error-ok {
  330. .body {
  331. .content {
  332. width: 100%;
  333. padding-top: 20px;
  334. padding-bottom: 40px;
  335. color: #686872;
  336. overflow: hidden;
  337. .left {
  338. float: left;
  339. width: 360px;
  340. font-size: 18px;
  341. a {
  342. padding-top: 30px;
  343. display: inline-block;
  344. font-size: 14px;
  345. }
  346. }
  347. .right {
  348. float: right;
  349. text-align: right;
  350. font-size: 12px;
  351. }
  352. }
  353. .confirm {
  354. text-align: center;
  355. padding-bottom: 10px;
  356. .answer-button.lager {
  357. font-size: 16px;
  358. }
  359. }
  360. }
  361. }
  362. .modal.note {
  363. .body {
  364. width: 720px;
  365. .content {
  366. padding-top: 20px;
  367. .tabs {
  368. display: inline-block;
  369. width: 170px;
  370. vertical-align: top;
  371. margin-left: -30px;
  372. margin-right: 30px;
  373. .tab {
  374. padding: 5px 0px 5px 40px;
  375. line-height: 20px;
  376. color: #686872;
  377. margin-bottom: 30px;
  378. cursor: pointer;
  379. transition: all 0.3s;
  380. border-top-right-radius: 25px;
  381. border-bottom-right-radius: 25px;
  382. .date {
  383. font-size: 12px;
  384. }
  385. }
  386. .tab.active,
  387. .tab:hover {
  388. color: #fff;
  389. background: #4299FF;
  390. }
  391. }
  392. .input {
  393. display: inline-block;
  394. .textarea {
  395. width: 490px;
  396. height: 350px;
  397. margin-bottom: 20px;
  398. }
  399. }
  400. }
  401. }
  402. }
  403. }
  404. }