tiku.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. /*====sl修改样式开始====*/
  2. .jdt_style textarea {
  3. min-height: 180rpx;
  4. }
  5. .jdt_style {
  6. padding: 26rpx;
  7. background: #fff;
  8. margin: 26rpx 0;
  9. border-radius: 12rpx;
  10. border: #eeeeee solid 1px;
  11. }
  12. .tkt_button {
  13. width: 100%;
  14. margin: 0 auto;
  15. background-color: #3c7bfc;
  16. border-radius: 60rpx;
  17. color: #fff;
  18. font-size: 36rpx;
  19. text-align: center;
  20. margin-bottom: 30rpx;
  21. }
  22. .tkt_style {
  23. padding: 26rpx;
  24. background: #fff;
  25. margin: 26rpx 0;
  26. border-radius: 12rpx;
  27. border: #eeeeee solid 1px;
  28. }
  29. /*====sl修改样式结束====*/
  30. page {
  31. background: #f6f6f6
  32. }
  33. .kaoshi-head-top {
  34. /* color: #fff; */
  35. }
  36. .kaoshi-head-top .kaoshi-head-left {
  37. width: 20%;
  38. display: flex;
  39. align-items: center;
  40. }
  41. .kaoshi-head-top .kaoshi-head-m {
  42. width: 60%;
  43. text-align: center;
  44. display: flex;
  45. font-size: 14px;
  46. justify-content: center;
  47. align-items: center;
  48. font-weight: normal;
  49. }
  50. .moshi-active {
  51. background: #3c7bfc;
  52. color: #ffffff;
  53. height: 28px;
  54. border-radius: 5px;
  55. text-align: center;
  56. line-height: 28px;
  57. padding: 0 10px;
  58. width: 29%;
  59. margin-left: 6px;
  60. font-size: 14px;
  61. font-weight: normal;
  62. }
  63. .moshi {
  64. height: 28px;
  65. border-radius: 5px;
  66. text-align: center;
  67. line-height: 28px;
  68. padding: 0 10px;
  69. margin-left: 6px;
  70. width: 29%;
  71. border: solid 1px #3c7bfc;
  72. color: #3c7bfc;
  73. font-size: 14px;
  74. font-weight: normal;
  75. }
  76. .index-head-top .index-head-r {
  77. width: 20%;
  78. text-align: right;
  79. dispaly: flex
  80. }
  81. .index-head-r .iconfont {
  82. font-size: 24px;
  83. flex: 1;
  84. align-items: center;
  85. }
  86. .index-head-top .index-head-l .iconfont {
  87. font-size: 20px;
  88. }
  89. .questionBankAnswer {
  90. background: #fff;
  91. margin: 0px 15px 10px;
  92. padding: 16px 16px 16px 0;
  93. font-size: 16px;
  94. border-radius: 8px;
  95. }
  96. .questionBankAnswer-flex {
  97. display: flex;
  98. justify-content: space-between;
  99. align-items: baseline;
  100. }
  101. .questionBankAnswer-top-l {
  102. width: 100%;
  103. display: flex;
  104. font-size: 16px;
  105. justify-content: space-between;
  106. align-items: center;
  107. }
  108. .questionBankAnswer-top {
  109. color: #9a9a9a;
  110. }
  111. .questionBankAnswer-top span {
  112. color: #000;
  113. font-weight: bold;
  114. }
  115. .questionBankAnswer-tx {
  116. /* background: #ececec; */
  117. /* color: #3c7bfc; */
  118. /* padding: 4px 12px; */
  119. font-size: 16px;
  120. padding-left: 11px;
  121. /* margin-left: 8px; */
  122. /* border-radius: 14px 14px 14px 0; */
  123. line-height: 16px;
  124. border-left: 5px solid #3c7bfc;
  125. }
  126. .questionBankAnswer-top-r {
  127. color: #ababab;
  128. font-size: 13px;
  129. }
  130. .questionBankAnswer-title {
  131. margin-top: 10px;
  132. }
  133. .questionBankAnswer-content {
  134. margin: 10px 15px;
  135. padding: 1px 16px;
  136. background-color: #fff;
  137. border-radius: 8px;
  138. }
  139. .questionBankAnswer-content .active-bg {
  140. background: #e8f7e8;
  141. }
  142. .questionBankAnswer-content .kaoshi {
  143. background: #f7f7f7;
  144. }
  145. .questionBankAnswer-content .error-bg {
  146. background: #feeceb;
  147. }
  148. .questionBankAnswer-content-menu {
  149. display: flex;
  150. align-items: center;
  151. margin: 13px 0;
  152. background: #f7f7f7;
  153. padding: 10px;
  154. border-radius: 6px;
  155. }
  156. .questionBankAnswer-content-num {
  157. width: 30px;
  158. height: 30px;
  159. line-height: 30px;
  160. text-align: center;
  161. border-radius: 50%;
  162. color: #5a5a5a;
  163. margin-top: 2px;
  164. font-size: 18px;
  165. }
  166. .questionBankAnswer-content-menu .active {
  167. background: #0ec380;
  168. color: #fff;
  169. position: relative;
  170. }
  171. .questionBankAnswer-content .kaoshi .active {
  172. background: #3c7bfc !important;
  173. }
  174. .questionBankAnswer-content-menu .error {
  175. background: red;
  176. color: #fff;
  177. }
  178. .questionBankAnswer-content-txt {
  179. flex: 1;
  180. margin-left: 12px;
  181. color: #5a5a5a;
  182. }
  183. .questionBankAnswer-contentbtnbox {
  184. display: flex;
  185. justify-content: center;
  186. align-items: center;
  187. margin-bottom: 15px;
  188. }
  189. .questionBankAnswer-contentprevbtn,
  190. .questionBankAnswer-contentnextbtn {
  191. width: 95px;
  192. margin: 0 10px;
  193. line-height: 35px;
  194. text-align: center;
  195. font-size: 14px;
  196. border: 1px solid #3a79f7;
  197. border-radius: 10px;
  198. }
  199. .questionBankAnswer-contentprevbtn {
  200. color: #3a79f7;
  201. }
  202. .questionBankAnswer-contentnextbtn {
  203. color: #fff;
  204. background-color: #3a79f7;
  205. }
  206. .noprevbtn {
  207. color: #999;
  208. border: 1px solid #d9d9d9;
  209. }
  210. .nonextbtn {
  211. background-color: #ccc;
  212. border: 1px solid #ccc;
  213. }
  214. .questionBankAnswer-dc {
  215. display: flex;
  216. justify-content: flex-start;
  217. align-items: center;
  218. font-size: 14px;
  219. }
  220. .djs {
  221. margin-left: auto;
  222. margin-right: 5px;
  223. }
  224. .questionBankAnswer-dc .questionBankAnswer-dc-flex:first-child {
  225. display: flex;
  226. align-items: center;
  227. text-align: center;
  228. color: #0ec358;
  229. padding: 0 4px;
  230. margin-right: 10px;
  231. }
  232. .questionBankAnswer-dc-flex .iconfont {
  233. font-size: 17px;
  234. margin-right: 5px;
  235. }
  236. .questionBankAnswer-dc .questionBankAnswer-dc-flex:last-child {
  237. display: flex;
  238. align-items: center;
  239. color: #ff4c4c;
  240. }
  241. .questionBankAnswer-dui {
  242. position: absolute;
  243. bottom: 0;
  244. right: -3px;
  245. top: 11px;
  246. }
  247. .questionBankAnswer-dui-img {
  248. width: 21px;
  249. height: 16px;
  250. }
  251. /*收藏*/
  252. .collect .iconfont {
  253. color: #ffe51f;
  254. }
  255. /*题卡*/
  256. .tika {
  257. background: #fff;
  258. position: fixed;
  259. bottom: 0;
  260. width: 100%;
  261. height: 350px;
  262. z-index: 100;
  263. overflow: hidden;
  264. overflow-y: scroll;
  265. border: none !important;
  266. left: 0 !important;
  267. border-radius: 10px 10px 0 0;
  268. }
  269. .order-pay1 {
  270. background: #fff;
  271. font-size: 18px;
  272. z-index: 100;
  273. display: flex;
  274. justify-content: space-between;
  275. align-items: center;
  276. padding: 17px 20px 12px;
  277. border-bottom: solid 1px #eee;
  278. }
  279. .tika-content {
  280. width: 100%;
  281. }
  282. .tika-content-n {
  283. float: left;
  284. display: flex;
  285. justify-content: center;
  286. align-items: center;
  287. width: calc(100%/8 - 16px);
  288. aspect-ratio: 1/1;
  289. border: solid 1px #eee;
  290. border-radius: 50%;
  291. margin: 7px;
  292. font-size: 15px;
  293. }
  294. .order-pay-z {
  295. background: rgba(0, 0, 0, 0.45);
  296. width: 100%;
  297. z-index: 100;
  298. height: 100%;
  299. position: fixed;
  300. top: 0;
  301. left: 0;
  302. right: 0;
  303. bottom: 0;
  304. }
  305. .order-pay {
  306. background: #fff;
  307. position: fixed;
  308. bottom: 0;
  309. width: 100%;
  310. font-size: 18px;
  311. border-top: solid 1px #eee;
  312. z-index: 30;
  313. display: flex;
  314. justify-content: center;
  315. height: 50px;
  316. }
  317. /* .questionBankAnswer-bottom {
  318. flex: 0 0 48%;
  319. display: flex;
  320. font-size: 12px;
  321. } */
  322. .questionBankAnswer-bottom-flex {
  323. display: flex;
  324. flex-direction: column;
  325. justify-content: center;
  326. align-items: center;
  327. flex: 1;
  328. font-size: 12px;
  329. }
  330. .questionBankAnswer-bottom-flex .iconfont {
  331. font-size: 17px;
  332. margin-bottom: 3px;
  333. color: #008ff9;
  334. }
  335. .questionBankAnswer-bottom-flex .icon-shoucang1 {
  336. color: #d9d9d9;
  337. }
  338. .questionBankAnswer-bottom-flex .yellow {
  339. color: #ffe51f;
  340. }
  341. .questionBankAnswer-bottom .questionBankAnswer-bottom-flex:first-child {
  342. padding-left: 10px;
  343. padding-right: 4px;
  344. }
  345. .questionBankAnswer-bottom .questionBankAnswer-bottom-flex:nth-child(2) {
  346. padding-right: 4px;
  347. }
  348. .questionBankAnswer-r {
  349. display: flex;
  350. font-size: 14px;
  351. justify-content: center;
  352. align-items: center;
  353. color: #999;
  354. }
  355. .questionBankAnswer-r .iconfont {
  356. font-size: 17px;
  357. margin-right: 5px;
  358. color: #3c7bfc;
  359. }
  360. .questionBankAnswer-r-menu span {
  361. color: #000;
  362. font-weight: bold;
  363. }
  364. /*答案*/
  365. .questionBankAnswer-jiexi {
  366. background-color: #fff;
  367. margin: 10px 15px;
  368. padding: 10px 16px;
  369. border-radius: 8px;
  370. }
  371. .questionBankAnswer-jiexi-daan {
  372. background: #f7f7f7;
  373. margin: 5px auto 0;
  374. display: flex;
  375. padding: 11px;
  376. font-size: 14px;
  377. }
  378. .dui {
  379. background: #e8f7e8;
  380. }
  381. .cuo {
  382. background: #feeceb;
  383. }
  384. .jianda {
  385. flex-direction: column;
  386. padding: 0;
  387. background: none;
  388. }
  389. .jianda .questionBankAnswer-jiexi-flex {
  390. width: 100%;
  391. margin-top: 10px;
  392. align-items: flex-start;
  393. }
  394. .jianda .questionBankAnswer-jiexi-daan-flex {
  395. align-items: flex-start;
  396. }
  397. .jianda .questionBankAnswer-jiexi-daan-flex .questionBankAnswer-jiexi-daan-flex-dui,
  398. .jianda .questionBankAnswer-jiexi-daan-flex .questionBankAnswer-jiexi-daan-flex-cuo {
  399. color: #999;
  400. }
  401. .jdttishi {
  402. font-size: 11px;
  403. text-align: center;
  404. color: #afafaf;
  405. padding: 6px 0;
  406. }
  407. .questionBankAnswer-jiexi-daan-flex {
  408. display: flex;
  409. align-items: center;
  410. flex-direction: column;
  411. flex: 1;
  412. }
  413. .questionBankAnswer-jiexi-daan-flex-dui {
  414. color: #60c25f;
  415. font-size: 30px;
  416. }
  417. .questionBankAnswer-jiexi-flex {
  418. display: flex;
  419. width: 56%;
  420. }
  421. .questionBankAnswer-jiexi-daan-line {
  422. width: 1px;
  423. height: 20px;
  424. background: #dadada;
  425. margin: 19px 11px 0 8px;
  426. }
  427. .questionBankAnswer-jiexi-daan-flex-cuo {
  428. color: #f4665b;
  429. font-size: 30px;
  430. }
  431. /*答题数据*/
  432. .questionBankAnswer-jiexi-sj {
  433. display: flex;
  434. padding: 12px 10px;
  435. font-size: 16px;
  436. background: #ebf6ff;
  437. margin: 0 10px;
  438. flex-direction: column;
  439. margin-top: 10px;
  440. }
  441. .questionBankAnswer-jiexi-sj-title {
  442. font-size: 15px;
  443. color: #6d7276;
  444. margin-bottom: 3px;
  445. }
  446. .questionBankAnswer-jiexi-sj span {
  447. color: #60c25f;
  448. font-weight: bold;
  449. }
  450. /*解析*/
  451. .questionBankAnswer-jiexi-jx {
  452. padding: 12px 0 0;
  453. font-size: 16px;
  454. /* margin-bottom: 44px; */
  455. }
  456. .questionBankAnswer-jiexi-jx-title {
  457. border-left: 4px solid #3c7bfc;
  458. color: #000000;
  459. margin: 5px 0 13px;
  460. padding-left: 8px;
  461. line-height: 16px;
  462. font-size: 16px;
  463. }
  464. .duoxuan {
  465. width: 97px;
  466. line-height: 37px;
  467. margin: 0 auto 12px;
  468. background-color: #3c7bfc;
  469. border-radius: 10px;
  470. color: #fff;
  471. font-size: 14px;
  472. }
  473. .duoxuan_checked {
  474. width: 97px;
  475. margin: 0 auto 12px;
  476. line-height: 37px;
  477. font-size: 14px;
  478. background-color: #d6d6d6;
  479. border-radius: 10px;
  480. color: #f8f8f8
  481. }
  482. /* 列表 */
  483. .uni-list {
  484. background-color: #FFFFFF;
  485. position: relative;
  486. width: 100%;
  487. display: flex;
  488. flex-direction: column;
  489. }
  490. .uni-list:after {
  491. position: absolute;
  492. z-index: 10;
  493. right: 0;
  494. bottom: 0;
  495. left: 0;
  496. height: 1px;
  497. content: '';
  498. -webkit-transform: scaleY(.5);
  499. transform: scaleY(.5);
  500. background-color: none;
  501. }
  502. .uni-list::before {
  503. position: absolute;
  504. z-index: 10;
  505. right: 0;
  506. top: 0;
  507. left: 0;
  508. height: 1px;
  509. content: '';
  510. -webkit-transform: scaleY(.5);
  511. transform: scaleY(.5);
  512. background-color: #c8c7cc;
  513. }
  514. .uni-list-cell {
  515. position: relative;
  516. display: flex;
  517. flex-direction: row;
  518. justify-content: space-between;
  519. align-items: center;
  520. }
  521. .uni-list-cell-hover {
  522. background-color: #eee;
  523. }
  524. .uni-list-cell-pd {
  525. padding: 22upx 30upx;
  526. }
  527. .uni-list-cell-left {
  528. font-size: 28upx;
  529. padding: 0 30upx;
  530. }
  531. .uni-list-cell-db {
  532. font-size: 16px;
  533. }
  534. .uni-list-cell-db,
  535. .uni-list-cell-right {
  536. flex: 1;
  537. }
  538. .uni-list-cell::after {
  539. position: absolute;
  540. z-index: 3;
  541. right: 30upx;
  542. bottom: 0;
  543. left: 30upx;
  544. height: 1px;
  545. content: '';
  546. -webkit-transform: scaleY(.5);
  547. transform: scaleY(.5);
  548. background-color: #e4e4e4;
  549. }
  550. .uni-list .uni-list-cell:last-child::after {
  551. height: 0upx;
  552. }
  553. .uni-list-cell-last.uni-list-cell::after {
  554. height: 0upx;
  555. }
  556. .uni-list-cell-divider {
  557. position: relative;
  558. display: flex;
  559. color: #999;
  560. background-color: #f7f7f7;
  561. padding: 15upx 20upx;
  562. }
  563. .uni-list-cell-divider::before {
  564. position: absolute;
  565. right: 0;
  566. top: 0;
  567. left: 0;
  568. height: 1px;
  569. content: '';
  570. -webkit-transform: scaleY(.5);
  571. transform: scaleY(.5);
  572. background-color: #c8c7cc;
  573. }
  574. .uni-list-cell-divider::after {
  575. position: absolute;
  576. right: 0;
  577. bottom: 0;
  578. left: 0;
  579. height: 1px;
  580. content: '';
  581. -webkit-transform: scaleY(.5);
  582. transform: scaleY(.5);
  583. background-color: #e4e4e4;
  584. }
  585. .uni-list-cell-navigate {
  586. font-size: 30upx;
  587. padding: 22upx 30upx;
  588. line-height: 48upx;
  589. position: relative;
  590. display: flex;
  591. box-sizing: border-box;
  592. width: 100%;
  593. flex: 1;
  594. justify-content: space-between;
  595. align-items: center;
  596. }
  597. .uni-list-cell-navigate {
  598. padding-right: 36upx;
  599. }
  600. .uni-navigate-badge {
  601. padding-right: 50upx;
  602. }
  603. .uni-list-cell-navigate.uni-navigate-right:after {
  604. font-family: uniicons;
  605. content: '\e583';
  606. position: absolute;
  607. right: 24upx;
  608. top: 50%;
  609. color: #bbb;
  610. -webkit-transform: translateY(-50%);
  611. transform: translateY(-50%);
  612. }
  613. .uni-list-cell-navigate.uni-navigate-bottom:after {
  614. font-family: uniicons;
  615. content: '\e581';
  616. position: absolute;
  617. right: 24upx;
  618. top: 50%;
  619. color: #bbb;
  620. -webkit-transform: translateY(-50%);
  621. transform: translateY(-50%);
  622. }
  623. .uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
  624. font-family: uniicons;
  625. content: '\e580';
  626. position: absolute;
  627. right: 24upx;
  628. top: 50%;
  629. color: #bbb;
  630. -webkit-transform: translateY(-50%);
  631. transform: translateY(-50%);
  632. }
  633. .uni-collapse.uni-list-cell {
  634. flex-direction: column;
  635. }
  636. .uni-list-cell-navigate.uni-active {
  637. background: #eee;
  638. }
  639. .uni-list.uni-collapse {
  640. box-sizing: border-box;
  641. height: 0;
  642. overflow: hidden;
  643. }
  644. .uni-collapse .uni-list-cell {
  645. padding-left: 20upx;
  646. }
  647. .uni-collapse .uni-list-cell::after {
  648. left: 52upx;
  649. }
  650. .uni-list.uni-active {
  651. height: auto;
  652. }
  653. .jiucuo .jc-h1 {
  654. font-size: 18px;
  655. margin-bottom: 12px;
  656. }
  657. .jiucuo-textarea {
  658. border: solid 1px #f5f5f5;
  659. padding: 10px;
  660. width: 100%;
  661. }
  662. .jc-button {
  663. height: 38px;
  664. line-height: 38px;
  665. width: 100%;
  666. margin-top: 10px;
  667. background: #3c7bfc !important;
  668. color: #000 !important;
  669. border-radius: 30px;
  670. }
  671. .qkbutton {
  672. background: #3c7bfc;
  673. color: #fff;
  674. padding: 5px 12px;
  675. font-size: 13px;
  676. border-radius: 4px;
  677. margin: 3px;
  678. }
  679. /*夜间模式*/
  680. .yejian {
  681. min-height: 100vh;
  682. }
  683. .yejian,
  684. .yejian .kaoshi-head,
  685. .yejian .kaoshi-head-m,
  686. .yejian .questionBankAnswer,
  687. .yejian .questionBankAnswer-jiexi-daan,
  688. .yejian .questionBankAnswer-jiexi-sj,
  689. .yejian .order-pay1,
  690. .yejian .tika {
  691. background: #3a3a3a !important;
  692. color: #7b7b7b !important;
  693. }
  694. .yejian .questionBankAnswer-jiexi-jx-title {
  695. color: #7b7b7b !important;
  696. }
  697. .yejian .questionBankAnswer-top span {
  698. color: #3a79f7;
  699. }
  700. .yejian .kaoshi-head,
  701. .yejian .order-pay1 {
  702. border-bottom: solid 1px #191919;
  703. }
  704. .yejian .questionBankAnswer-r-menu span {
  705. color: #fff;
  706. font-weight: bold;
  707. }
  708. .yejian .uni-list-cell-pd {
  709. background: #3a3a3a;
  710. }
  711. .yejian .moshi-active {
  712. background: #3c7bfc;
  713. color: #fff;
  714. }
  715. .yejian .tika-content-n {
  716. border: solid 1px #626262;
  717. }
  718. .yejian .index-head-m,
  719. .yejian .questionBankAnswer-r,
  720. .yejian .iconfont {
  721. color: #7b7b7b !important
  722. }
  723. .yejian .order-pay {
  724. border-top: solid 1px #191919;
  725. background: #3a3a3a !important;
  726. color: #7b7b7b !important;
  727. }
  728. .yejian .questionBankAnswer-content-menu {
  729. background: #000;
  730. }
  731. .yejian .questionBankAnswer-tx {
  732. color: #a7a7a7;
  733. }
  734. .yejian .questionBankAnswer-content,
  735. .yejian .jdt_style,
  736. .yejian .tkt_style,
  737. .yejian .questionBankAnswer-jiexi {
  738. background: #222226;
  739. }
  740. .yejian .jdt_style {
  741. border: #727272 solid 1px;
  742. }