1
0

index.less 9.1 KB

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