ZDcolorClass.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  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:29px;
  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:29px;
  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. }
  313. //===========================表格内按钮===========================
  314. .table-button-box{
  315. display: flex;
  316. margin:0 auto;
  317. .table-button-null{
  318. flex:1;
  319. }
  320. .table-button-p{
  321. color:$list_button_color;
  322. line-height:23px;
  323. font-size:14px;
  324. cursor:pointer;
  325. margin:0 10px !important;
  326. text-align:center;
  327. }
  328. }
  329. .cell{
  330. //.button-box{
  331. // display: flex;
  332. // margin:0 auto;
  333. //}
  334. .table-min-button{
  335. //flex:1;
  336. height:23px;
  337. color:$list_button_color;
  338. line-height:23px;
  339. font-size:14px;
  340. cursor:pointer;
  341. margin:0 10px !important;
  342. text-align:center;
  343. }
  344. .table-button-one-90{
  345. width:90px;
  346. height:30px;
  347. line-height:30px;
  348. border:1px solid $list_button_back;
  349. color:$list_button_color;
  350. font-size:14px;
  351. border-radius: 4px;
  352. cursor:pointer;
  353. margin:0;
  354. text-align:center;
  355. i{
  356. margin:0 5px 0 0;
  357. }
  358. }
  359. .table-button-lab-120{
  360. width:120px;
  361. height:30px;
  362. line-height:30px;
  363. border:1px solid $list_button_back;
  364. color:$list_button_color;
  365. font-size:14px;
  366. border-radius: 4px;
  367. cursor:pointer;
  368. margin:0;
  369. text-align:center;
  370. i{
  371. margin:0 5px 0 0;
  372. }
  373. }
  374. }
  375. //悬浮样式
  376. .table-button-one-90:hover{
  377. border:1px solid $list_button_back;
  378. background: $list_button_back;
  379. color:$color_ff;
  380. }
  381. .table-button-one-120{
  382. width:120px;
  383. height:30px;
  384. line-height:30px;
  385. border:1px solid $list_button_back;
  386. color:$list_button_color;
  387. font-size:14px;
  388. border-radius: 4px;
  389. cursor:pointer;
  390. margin:0;
  391. text-align:center;
  392. i{
  393. margin:0 5px 0 0;
  394. }
  395. }
  396. //悬浮样式
  397. .table-button-one-120:hover{
  398. border:1px solid $list_button_back;
  399. background: $list_button_back;
  400. color:$color_ff;
  401. }
  402. .table-button-warning-90{
  403. width:90px;
  404. height:30px;
  405. line-height:30px;
  406. border:1px solid $color_FFC76E;
  407. color:$color_FFC76E;
  408. font-size:14px;
  409. border-radius: 4px;
  410. cursor:pointer;
  411. margin:0;
  412. text-align:center;
  413. i{
  414. margin:0 5px 0 0;
  415. }
  416. }
  417. .table-button-warning-90:hover{
  418. color:$color_ff!important;
  419. background: $color_FFC76E;
  420. }
  421. .table-button-warning-120{
  422. width:120px;
  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-120:hover{
  437. color:$color_ff!important;
  438. background: $color_FFC76E;
  439. }
  440. .table-button-grey-90{
  441. width:90px;
  442. height:30px;
  443. line-height:30px;
  444. border:1px solid #999;
  445. color:#999;
  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-grey-90:hover{
  456. color:$color_ff!important;
  457. background: #999;
  458. }
  459. .table-button-grey-120{
  460. width:120px;
  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-120:hover{
  475. color:$color_ff!important;
  476. background: #999;
  477. }
  478. .table-button-success-90{
  479. width:90px;
  480. height:30px;
  481. line-height:30px;
  482. border:1px solid #39A922;
  483. color:#39A922;
  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-success-90:hover{
  494. color:$color_ff!important;
  495. background: #39A922;
  496. }
  497. .table-button-success-120{
  498. width:120px;
  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-120-none{
  513. width:120px;
  514. height:30px;
  515. line-height:30px;
  516. border:1px solid #39A922;
  517. color:#39A922;
  518. font-size:14px;
  519. border-radius: 4px;
  520. margin:0;
  521. text-align:center;
  522. i{
  523. margin:0 5px 0 0;
  524. }
  525. }
  526. .table-button-success-120:hover{
  527. color:$color_ff!important;
  528. background: #39A922;
  529. }
  530. .table-button-purple-90{
  531. width:90px;
  532. height:30px;
  533. line-height:30px;
  534. border:1px solid #C179F4;
  535. color:#C179F4;
  536. font-size:14px;
  537. border-radius: 4px;
  538. cursor:pointer;
  539. margin:0;
  540. text-align:center;
  541. i{
  542. margin:0 5px 0 0;
  543. }
  544. }
  545. .table-button-purple-90:hover{
  546. color:$color_ff!important;
  547. background: #C179F4;
  548. }
  549. .table-button-purple-120{
  550. width:120px;
  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-120:hover{
  565. color:$color_ff!important;
  566. background: #C179F4;
  567. }
  568. .table-button-dark-90{
  569. width:90px;
  570. height:30px;
  571. line-height:30px;
  572. border:1px solid #0045AF;
  573. color:#0045AF;
  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. //悬浮样式
  584. .table-button-dark-90:hover{
  585. border:1px solid #0045AF;
  586. background: #0045AF;
  587. color:$color_ff;
  588. }
  589. .table-button-dark-120{
  590. width:120px;
  591. height:30px;
  592. line-height:30px;
  593. border:1px solid #0045AF;
  594. color:#0045AF;
  595. font-size:14px;
  596. border-radius: 4px;
  597. cursor:pointer;
  598. margin:0;
  599. text-align:center;
  600. i{
  601. margin:0 5px 0 0;
  602. }
  603. }
  604. //悬浮样式
  605. .table-button-dark-120:hover{
  606. border:1px solid #0045AF;
  607. background: #0045AF;
  608. color:$color_ff;
  609. }
  610. .table-button-red-90{
  611. width:90px;
  612. height:30px;
  613. line-height:30px;
  614. border:1px solid #FF6666;
  615. color:#FF6666;
  616. font-size:14px;
  617. border-radius: 4px;
  618. cursor:pointer;
  619. margin:0;
  620. text-align:center;
  621. i{
  622. margin:0 5px 0 0;
  623. }
  624. }
  625. //悬浮样式
  626. .table-button-red-90:hover{
  627. border:1px solid #FF6666;
  628. background: #FF6666;
  629. color:$color_ff;
  630. }
  631. .table-button-red-120{
  632. width:120px;
  633. height:30px;
  634. line-height:30px;
  635. border:1px solid #FF6666;
  636. color:#FF6666;
  637. font-size:14px;
  638. border-radius: 4px;
  639. cursor:pointer;
  640. margin:0;
  641. text-align:center;
  642. i{
  643. margin:0 5px 0 0;
  644. }
  645. }
  646. .table-button-red-120-none{
  647. width:120px;
  648. height:30px;
  649. line-height:30px;
  650. border:1px solid #FF6666;
  651. color:#FF6666;
  652. font-size:14px;
  653. border-radius: 4px;
  654. margin:0;
  655. text-align:center;
  656. i{
  657. margin:0 5px 0 0;
  658. }
  659. }
  660. //悬浮样式
  661. .table-button-red-120:hover{
  662. border:1px solid #FF6666;
  663. background: #FF6666;
  664. color:$color_ff;
  665. }
  666. .table-more-p{
  667. width:90px;
  668. height:30px;
  669. line-height:30px;
  670. color:#0183FA;
  671. font-size:14px;
  672. cursor:pointer;
  673. margin:0;
  674. text-align:center;
  675. }
  676. .table-type-color-red{
  677. color:#FF6666;
  678. }
  679. .table-type-color-ash{
  680. color:#999999;
  681. }
  682. .table-type-color-green{
  683. color:#52D273;
  684. }
  685. //===========================考试级别颜色=======================
  686. .exam-level-1{
  687. color:$exam1;
  688. border:1px solid $exam1;
  689. border-radius:4px;
  690. }
  691. .exam-level-2{
  692. color:$exam2;
  693. border:1px solid $exam2;
  694. border-radius:4px;
  695. }
  696. .exam-level-3{
  697. color:$exam3;
  698. border:1px solid $exam3;
  699. border-radius:4px;
  700. }
  701. .table-type-color-red{
  702. color:#FF6666;
  703. }