ZDcolorClass.scss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. @import './ZDcolor.sass';
  2. /*===============鼠标样式==============*/
  3. .cursor_hover{
  4. cursor:pointer;
  5. }
  6. /*=========================logo======================*/
  7. .logo_color{
  8. color:$logo_color;
  9. }
  10. .log_bottom-border{
  11. border-bottom:1px solid $logo_color;
  12. }
  13. /*===================================背景颜色===================================*/
  14. .back_one{
  15. background: $back_one;
  16. }
  17. .back_ff{
  18. background: $back_ff;
  19. }
  20. .back_33{
  21. background: $back_33;
  22. }
  23. .back_66{
  24. background: $back_66;
  25. }
  26. .back_f5{
  27. background: $back_f5;
  28. }
  29. .back_fb{
  30. background: $back_fb;
  31. }
  32. /*===================================字体颜色===================================*/
  33. .color_one{
  34. color:$color_one;
  35. }
  36. .color_warn{
  37. color:$color_warn;
  38. }
  39. .color_ff{
  40. color: $color_ff;
  41. }
  42. .color_33{
  43. color: $color_33;
  44. }
  45. .color_66{
  46. color: $color_66;
  47. }
  48. .color_99{
  49. color: $color_99;
  50. }
  51. .color_f5{
  52. color: $color_f5;
  53. }
  54. .color_FF6666{
  55. color:$color_FF6666;
  56. }
  57. .color_0183FA{
  58. color:$color_0183FA;
  59. }
  60. .color_A11DDF{
  61. color: $color_A11DDF;
  62. }
  63. .color_14AE10{
  64. color: $color_14AE10;
  65. }
  66. .color_FF4E00{
  67. color: $color_FF4E00;
  68. }
  69. //=====================border==================
  70. .border-top-dashed{
  71. border-top:2px dashed $border_f9;
  72. }
  73. .border-bottom-dashed{
  74. border-bottom:2px dashed $border_f9;
  75. }
  76. .border-solid-color-one{
  77. border: 1px solid $border_one;
  78. }
  79. .border-solid-color-99{
  80. border: 1px solid $border_99;
  81. }
  82. .border-solid-color-FF6666{
  83. border: 1px solid $color_FF6666;
  84. }
  85. //=====================危险级别====================
  86. .lv1Danger{
  87. color:$lv1Danger;
  88. }
  89. .lv2Danger{
  90. color:$lv2Danger;
  91. }
  92. .lv3Danger{
  93. color:$lv3Danger;
  94. }
  95. .lv4Danger{
  96. color:$lv4Danger;
  97. }
  98. .lv1Back{
  99. background:$lv1Danger;
  100. }
  101. .lv2Back{
  102. background:$lv2Danger;
  103. }
  104. .lv3Back{
  105. background:$lv3Danger;
  106. }
  107. .lv4Back{
  108. background:$lv4Danger;
  109. }
  110. //==============================按钮样式
  111. .del-button-one-90{
  112. width: 90px;
  113. height: 40px;
  114. line-height:40px;
  115. font-size:14px;
  116. border-radius: 6px;
  117. color: #FF6666;
  118. border: 1px solid #FF6666;
  119. background: #ffffff;
  120. cursor:pointer;
  121. margin:0;
  122. text-align:center;
  123. i{
  124. margin:0 5px 0 0;
  125. }
  126. }
  127. .del-button-one-90:hover{
  128. border:1px solid #FF6666;
  129. background: #FF6666;
  130. color:#fff;
  131. }
  132. .add-button-one-90{
  133. width: 90px;
  134. height: 40px;
  135. line-height:40px;
  136. font-size:14px;
  137. border-radius: 6px;
  138. color: #0045af;
  139. border: 1px solid #0045af;
  140. background: #ffffff;
  141. cursor:pointer;
  142. margin:0;
  143. text-align:center;
  144. i{
  145. margin:0 5px 0 0;
  146. }
  147. }
  148. .add-button-one-90:hover{
  149. border:1px solid #0045af;
  150. background: #0045af;
  151. color:#fff;
  152. }
  153. .add-button-one-120{
  154. width: 120px;
  155. height: 40px;
  156. line-height:40px;
  157. font-size:14px;
  158. border-radius: 6px;
  159. color: #0045af;
  160. border: 1px solid #0045af;
  161. background: #ffffff;
  162. cursor:pointer;
  163. margin:0;
  164. text-align:center;
  165. i{
  166. margin:0 5px 0 0;
  167. }
  168. }
  169. .add-button-one-120:hover{
  170. border:1px solid #0045af;
  171. background: #0045af;
  172. color:#fff;
  173. }
  174. .add-button-one-150{
  175. width: 150px;
  176. height: 40px;
  177. line-height:40px;
  178. font-size:14px;
  179. border-radius: 6px;
  180. color: #0045af;
  181. border: 1px solid #0045af;
  182. background: #ffffff;
  183. cursor:pointer;
  184. margin:0;
  185. text-align:center;
  186. i{
  187. margin:0 5px 0 0;
  188. }
  189. }
  190. .add-button-one-150:hover{
  191. border:1px solid #0045af;
  192. background: #0045af;
  193. color:#fff;
  194. }
  195. .add-button-two-90{
  196. width: 90px;
  197. height: 40px;
  198. line-height:40px;
  199. font-size:14px;
  200. border-radius: 6px;
  201. color: #0183FA;
  202. border: 1px solid #0183FA;
  203. background: #ffffff;
  204. cursor:pointer;
  205. margin:0;
  206. text-align:center;
  207. i{
  208. margin:0 5px 0 0;
  209. }
  210. }
  211. .add-button-two-90:hover{
  212. border:1px solid #0183FA;
  213. background: #0183FA;
  214. color:#fff;
  215. }
  216. .inquire-button-one{
  217. cursor:pointer;
  218. display: inline-block;
  219. text-align: center;
  220. width: 70px;
  221. height: 40px;
  222. line-height:40px;
  223. border-radius: 6px;
  224. border: 1px solid #0045af;
  225. color:#ffffff;
  226. background:#0045af;
  227. margin:0 10px 0 0;
  228. }
  229. .inquire-button-one:hover{
  230. color:#ffffff;
  231. background:#0183FA;
  232. border: 1px solid #0183FA;
  233. }
  234. .inquire-button-two{
  235. cursor:pointer;
  236. display: inline-block;
  237. text-align: center;
  238. width: 70px;
  239. height: 40px;
  240. line-height:40px;
  241. border-radius: 6px;
  242. border: 1px solid #FFC000;
  243. color:#ffffff;
  244. background:#FFC000;
  245. margin:0 10px 0 0;
  246. }
  247. .inquire-button-two:hover{
  248. color:#ffffff;
  249. background:#FFD700;
  250. border: 1px solid #FFD700;
  251. }
  252. .reset-button-one{
  253. cursor:pointer;
  254. display: inline-block;
  255. text-align: center;
  256. width: 70px;
  257. height: 40px;
  258. line-height:40px;
  259. border-radius: 6px;
  260. border: 1px solid #DCDFE6;
  261. color:#606266;
  262. font-size: 14px;
  263. background:#ffffff;
  264. margin:0;
  265. }
  266. .reset-button-one:hover{
  267. color:#0183FA;
  268. background:rgba(1,131,250,0.1);
  269. border: 1px solid #0183FA;
  270. }
  271. //===========================浮窗按钮样式===========================
  272. .dialog-footer-box{
  273. .dialog-footer-button-null{
  274. flex:1;
  275. }
  276. .dialog-footer-button-info{
  277. width:70px;
  278. height:30px;
  279. line-height:30px;
  280. text-align: center;
  281. border:1px solid #E0E0E0;
  282. background:#E0E0E0;
  283. color:#999999;
  284. cursor: pointer;
  285. font-size:12px;
  286. margin:0 10px;
  287. border-radius:6px;
  288. }
  289. .dialog-footer-button-info:hover{
  290. border:1px solid #999999;
  291. color:#fff;
  292. background:#999999;
  293. }
  294. .dialog-footer-button-primary{
  295. width:70px;
  296. height:30px;
  297. line-height:30px;
  298. text-align: center;
  299. border:1px solid #0045AF;
  300. color:#fff;
  301. background:#0045AF;
  302. cursor: pointer;
  303. font-size:12px;
  304. margin:0 10px;
  305. border-radius:6px;
  306. }
  307. .dialog-footer-button-primary:hover{
  308. border:1px solid #409eff;
  309. color:#fff;
  310. background:#409eff;
  311. }
  312. .dialog-footer-button-border{
  313. width:70px;
  314. height:30px;
  315. line-height:30px;
  316. text-align: center;
  317. border:1px solid #0045AF;
  318. color:#0045AF;
  319. background:#fff;
  320. cursor: pointer;
  321. font-size:12px;
  322. margin:0 10px;
  323. border-radius:6px;
  324. }
  325. .dialog-footer-button-border:hover{
  326. border:1px solid #409eff;
  327. color:#fff;
  328. background:#409eff;
  329. }
  330. }
  331. //===========================表格内按钮===========================
  332. .table-button-box{
  333. height:23px;
  334. display: flex;
  335. margin:0 auto;
  336. .table-button-null{
  337. flex:1;
  338. }
  339. .table-button-p{
  340. color:$list_button_color;
  341. line-height:23px;
  342. font-size:14px;
  343. cursor:pointer;
  344. margin:0 10px !important;
  345. text-align:center;
  346. }
  347. }
  348. .cell{
  349. //.button-box{
  350. // display: flex;
  351. // margin:0 auto;
  352. //}
  353. .table-min-button{
  354. //flex:1;
  355. height:23px;
  356. color:$list_button_color;
  357. line-height:23px;
  358. font-size:14px;
  359. cursor:pointer;
  360. margin:0 10px !important;
  361. text-align:center;
  362. }
  363. .table-button-one-90{
  364. width:90px;
  365. height:30px;
  366. line-height:30px;
  367. border:1px solid $list_button_back;
  368. color:$list_button_color;
  369. font-size:14px;
  370. border-radius: 4px;
  371. cursor:pointer;
  372. margin:0;
  373. text-align:center;
  374. i{
  375. margin:0 5px 0 0;
  376. }
  377. }
  378. .table-button-lab-120{
  379. width:120px;
  380. height:30px;
  381. line-height:30px;
  382. border:1px solid $list_button_back;
  383. color:$list_button_color;
  384. font-size:14px;
  385. border-radius: 4px;
  386. cursor:pointer;
  387. margin:0;
  388. text-align:center;
  389. i{
  390. margin:0 5px 0 0;
  391. }
  392. }
  393. }
  394. //悬浮样式
  395. .table-button-one-90:hover{
  396. border:1px solid $list_button_back;
  397. background: $list_button_back;
  398. color:$color_ff;
  399. }
  400. .table-button-one-120{
  401. width:120px;
  402. height:30px;
  403. line-height:30px;
  404. border:1px solid $list_button_back;
  405. color:$list_button_color;
  406. font-size:14px;
  407. border-radius: 4px;
  408. cursor:pointer;
  409. margin:0;
  410. text-align:center;
  411. i{
  412. margin:0 5px 0 0;
  413. }
  414. }
  415. //悬浮样式
  416. .table-button-one-120:hover{
  417. border:1px solid $list_button_back;
  418. background: $list_button_back;
  419. color:$color_ff;
  420. }
  421. .table-button-warning-90{
  422. width:90px;
  423. height:30px;
  424. line-height:30px;
  425. border:1px solid $color_FFC76E;
  426. color:$color_FFC76E;
  427. font-size:14px;
  428. border-radius: 4px;
  429. cursor:pointer;
  430. margin:0;
  431. text-align:center;
  432. i{
  433. margin:0 5px 0 0;
  434. }
  435. }
  436. .table-button-warning-90:hover{
  437. color:$color_ff!important;
  438. background: $color_FFC76E;
  439. }
  440. .table-button-warning-120{
  441. width:120px;
  442. height:30px;
  443. line-height:30px;
  444. border:1px solid $color_FFC76E;
  445. color:$color_FFC76E;
  446. font-size:14px;
  447. border-radius: 4px;
  448. cursor:pointer;
  449. margin:0;
  450. text-align:center;
  451. i{
  452. margin:0 5px 0 0;
  453. }
  454. }
  455. .table-button-warning-120:hover{
  456. color:$color_ff!important;
  457. background: $color_FFC76E;
  458. }
  459. .table-button-grey-90{
  460. width:90px;
  461. height:30px;
  462. line-height:30px;
  463. border:1px solid #999;
  464. color:#999;
  465. font-size:14px;
  466. border-radius: 4px;
  467. cursor:pointer;
  468. margin:0;
  469. text-align:center;
  470. i{
  471. margin:0 5px 0 0;
  472. }
  473. }
  474. .table-button-grey-90:hover{
  475. color:$color_ff!important;
  476. background: #999;
  477. }
  478. .table-button-grey-120{
  479. width:120px;
  480. height:30px;
  481. line-height:30px;
  482. border:1px solid #999;
  483. color:#999;
  484. font-size:14px;
  485. border-radius: 4px;
  486. cursor:pointer;
  487. margin:0;
  488. text-align:center;
  489. i{
  490. margin:0 5px 0 0;
  491. }
  492. }
  493. .table-button-grey-120:hover{
  494. color:$color_ff!important;
  495. background: #999;
  496. }
  497. .table-button-success-90{
  498. width:90px;
  499. height:30px;
  500. line-height:30px;
  501. border:1px solid #39A922;
  502. color:#39A922;
  503. font-size:14px;
  504. border-radius: 4px;
  505. cursor:pointer;
  506. margin:0;
  507. text-align:center;
  508. i{
  509. margin:0 5px 0 0;
  510. }
  511. }
  512. .table-button-success-90:hover{
  513. color:$color_ff!important;
  514. background: #39A922;
  515. }
  516. .table-button-success-120{
  517. width:120px;
  518. height:30px;
  519. line-height:30px;
  520. border:1px solid #39A922;
  521. color:#39A922;
  522. font-size:14px;
  523. border-radius: 4px;
  524. cursor:pointer;
  525. margin:0;
  526. text-align:center;
  527. i{
  528. margin:0 5px 0 0;
  529. }
  530. }
  531. .table-button-success-120-none{
  532. width:120px;
  533. height:30px;
  534. line-height:30px;
  535. border:1px solid #39A922;
  536. color:#39A922;
  537. font-size:14px;
  538. border-radius: 4px;
  539. margin:0;
  540. text-align:center;
  541. i{
  542. margin:0 5px 0 0;
  543. }
  544. }
  545. .table-button-success-120:hover{
  546. color:$color_ff!important;
  547. background: #39A922;
  548. }
  549. .table-button-purple-90{
  550. width:90px;
  551. height:30px;
  552. line-height:30px;
  553. border:1px solid #C179F4;
  554. color:#C179F4;
  555. font-size:14px;
  556. border-radius: 4px;
  557. cursor:pointer;
  558. margin:0;
  559. text-align:center;
  560. i{
  561. margin:0 5px 0 0;
  562. }
  563. }
  564. .table-button-purple-90:hover{
  565. color:$color_ff!important;
  566. background: #C179F4;
  567. }
  568. .table-button-purple-120{
  569. width:120px;
  570. height:30px;
  571. line-height:30px;
  572. border:1px solid #C179F4;
  573. color:#C179F4;
  574. font-size:14px;
  575. border-radius: 4px;
  576. cursor:pointer;
  577. margin:0;
  578. text-align:center;
  579. i{
  580. margin:0 5px 0 0;
  581. }
  582. }
  583. .table-button-purple-120:hover{
  584. color:$color_ff!important;
  585. background: #C179F4;
  586. }
  587. .table-button-dark-90{
  588. width:90px;
  589. height:30px;
  590. line-height:30px;
  591. border:1px solid #0045AF;
  592. color:#0045AF;
  593. font-size:14px;
  594. border-radius: 4px;
  595. cursor:pointer;
  596. margin:0;
  597. text-align:center;
  598. i{
  599. margin:0 5px 0 0;
  600. }
  601. }
  602. //悬浮样式
  603. .table-button-dark-90:hover{
  604. border:1px solid #0045AF;
  605. background: #0045AF;
  606. color:$color_ff;
  607. }
  608. .table-button-dark-120{
  609. width:120px;
  610. height:30px;
  611. line-height:30px;
  612. border:1px solid #0045AF;
  613. color:#0045AF;
  614. font-size:14px;
  615. border-radius: 4px;
  616. cursor:pointer;
  617. margin:0;
  618. text-align:center;
  619. i{
  620. margin:0 5px 0 0;
  621. }
  622. }
  623. //悬浮样式
  624. .table-button-dark-120:hover{
  625. border:1px solid #0045AF;
  626. background: #0045AF;
  627. color:$color_ff;
  628. }
  629. .table-button-red-90{
  630. width:90px;
  631. height:30px;
  632. line-height:30px;
  633. border:1px solid #FF6666;
  634. color:#FF6666;
  635. font-size:14px;
  636. border-radius: 4px;
  637. cursor:pointer;
  638. margin:0;
  639. text-align:center;
  640. i{
  641. margin:0 5px 0 0;
  642. }
  643. }
  644. //悬浮样式
  645. .table-button-red-90:hover{
  646. border:1px solid #FF6666;
  647. background: #FF6666;
  648. color:$color_ff;
  649. }
  650. .table-button-red-120{
  651. width:120px;
  652. height:30px;
  653. line-height:30px;
  654. border:1px solid #FF6666;
  655. color:#FF6666;
  656. font-size:14px;
  657. border-radius: 4px;
  658. cursor:pointer;
  659. margin:0;
  660. text-align:center;
  661. i{
  662. margin:0 5px 0 0;
  663. }
  664. }
  665. .table-button-red-120-none{
  666. width:120px;
  667. height:30px;
  668. line-height:30px;
  669. border:1px solid #FF6666;
  670. color:#FF6666;
  671. font-size:14px;
  672. border-radius: 4px;
  673. margin:0;
  674. text-align:center;
  675. i{
  676. margin:0 5px 0 0;
  677. }
  678. }
  679. //悬浮样式
  680. .table-button-red-120:hover{
  681. border:1px solid #FF6666;
  682. background: #FF6666;
  683. color:$color_ff;
  684. }
  685. .table-more-p{
  686. width:90px;
  687. height:30px;
  688. line-height:30px;
  689. color:#0183FA;
  690. font-size:14px;
  691. cursor:pointer;
  692. margin:0;
  693. text-align:center;
  694. }
  695. .table-type-color-red{
  696. color:#FF6666;
  697. }
  698. .table-type-color-ash{
  699. color:#999999;
  700. }
  701. .table-type-color-green{
  702. color:#52D273;
  703. }
  704. //===========================考试级别颜色=======================
  705. .exam-level-1{
  706. color:$exam1;
  707. border:1px solid $exam1;
  708. border-radius:4px;
  709. }
  710. .exam-level-2{
  711. color:$exam2;
  712. border:1px solid $exam2;
  713. border-radius:4px;
  714. }
  715. .exam-level-3{
  716. color:$exam3;
  717. border:1px solid $exam3;
  718. border-radius:4px;
  719. }
  720. .table-type-color-red{
  721. color:#FF6666;
  722. }