console.display.less 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. @charset "UTF-8";
  2. @import "console.config.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  7. // +----------------------------------------------------------------------
  8. // | 官方网站: http://demo.thinkadmin.top
  9. // +----------------------------------------------------------------------
  10. // | 开源协议 ( https://mit-license.org )
  11. // +----------------------------------------------------------------------
  12. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  13. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  14. // +----------------------------------------------------------------------
  15. .headimg {
  16. width: 35px;
  17. height: 35px;
  18. display: inline-block;
  19. overflow: hidden;
  20. text-align: center;
  21. margin-right: 5px;
  22. border-radius: 50%;
  23. vertical-align: middle;
  24. background-size: cover;
  25. background-repeat: no-repeat;
  26. background-position: center center;
  27. &-no {
  28. border: none;
  29. box-shadow: none;
  30. border-radius: 0;
  31. }
  32. &-xs {
  33. width: 28px;
  34. height: 28px;
  35. }
  36. &-md {
  37. width: 55px;
  38. height: 55px;
  39. }
  40. > img {
  41. width: 110%;
  42. height: 110%;
  43. max-width: 110%;
  44. max-height: 110%;
  45. margin: -5% 0 0 -5%;
  46. }
  47. & + * {
  48. vertical-align: middle;
  49. }
  50. }
  51. fieldset {
  52. margin: 0 0 10px 0;
  53. border: 1px solid @BoxBorderColor;
  54. padding: 10px 20px 5px 20px;
  55. background: #fff;
  56. border-radius: @BoxBorderRadius;
  57. legend {
  58. color: #666;
  59. padding: 0 10px;
  60. font-size: 13px;
  61. }
  62. }
  63. .layui-tab, .layui-card {
  64. border-radius: @BoxBorderRadius;
  65. }
  66. .layui-tab {
  67. .layui-tab-title {
  68. border-top-left-radius: @BoxBorderRadius;
  69. border-top-right-radius: @BoxBorderRadius;
  70. > li:first-child {
  71. padding: 0 15px 0 17px;
  72. margin-left: 0 !important;
  73. border-top-left-radius: @BoxBorderRadius;
  74. &:after {
  75. border-left: none
  76. }
  77. }
  78. }
  79. .layui-tab-content {
  80. border-bottom-left-radius: @BoxBorderRadius;
  81. border-bottom-right-radius: @BoxBorderRadius;
  82. }
  83. > .layui-tab-content {
  84. padding: 20px;
  85. background: #fff;
  86. }
  87. }
  88. .layui-card {
  89. > .layui-card-header {
  90. padding: 0 20px;
  91. }
  92. > .layui-card-body {
  93. padding: 20px;
  94. }
  95. }
  96. .layui-code {
  97. border-radius: @BoxBorderRadius;
  98. }
  99. .layui-btn {
  100. border: 1px solid #009688;
  101. &:hover:not(.layui-btn-disabled) {
  102. box-shadow: @ShadowMaxInset;
  103. }
  104. &-warm {
  105. border: 1px solid #FFB800;
  106. }
  107. &-danger {
  108. border: 1px solid #FF5722;
  109. }
  110. &-normal {
  111. border: 1px solid #1E9FFF;
  112. }
  113. &-disabled {
  114. border: 1px solid @BoxBorderColor;
  115. }
  116. &-primary {
  117. background: #fff;
  118. }
  119. &-group {
  120. border: 1px solid #098;
  121. overflow: hidden;
  122. background: #009688;
  123. line-height: 28px;
  124. border-radius: 2px;
  125. + .layui-btn {
  126. margin-left: 8px;
  127. }
  128. .layui-btn {
  129. height: 28px;
  130. line-height: 28px;
  131. border-width: 0 !important;
  132. border-radius: 0 !important;
  133. + .layui-btn {
  134. margin-left: 1px !important;
  135. }
  136. &-primary:hover {
  137. border-color: #009688;
  138. }
  139. }
  140. }
  141. .layui-icon {
  142. float: left;
  143. margin-right: 5px;
  144. }
  145. & + .layui-btn {
  146. margin-left: 8px;
  147. }
  148. }
  149. .layui-badge {
  150. margin-right: 5px;
  151. &-middle {
  152. width: 1em;
  153. height: auto;
  154. padding: 5px;
  155. line-height: 16px;
  156. white-space: normal;
  157. vertical-align: middle;
  158. }
  159. }
  160. /*! 搜索表单样式 */
  161. .form-search {
  162. .layui-btn {
  163. height: 32px;
  164. padding: 0 10px;
  165. font-size: 13px;
  166. line-height: 32px;
  167. .layui-icon {
  168. font-size: 15px
  169. }
  170. }
  171. .layui-form-label {
  172. width: auto !important;
  173. height: 32px;
  174. padding: 0 8px;
  175. line-height: 32px;
  176. border-color: @InputBorderNormalColor;
  177. }
  178. .layui-input-inline {
  179. width: 170px;
  180. display: inline-block !important;
  181. margin: 0 10px 0 -1px !important;
  182. input, select {
  183. width: 100%;
  184. height: 32px;
  185. padding: 0 8px;
  186. line-height: 32px;
  187. border-color: @InputBorderNormalColor;
  188. }
  189. }
  190. .layui-form-select dl {
  191. top: 31px;
  192. padding: 0;
  193. border-color: @InputBorderActiveColor;
  194. }
  195. }
  196. /* 表单验证异常提示 */
  197. .label-required {
  198. &-prev:before {
  199. width: 1em;
  200. color: red;
  201. content: '*';
  202. display: inline-block;
  203. position: absolute;
  204. text-align: left;
  205. font-weight: 700;
  206. line-height: 1.6em;
  207. margin-left: -0.8em;
  208. }
  209. &:after, &-next:after {
  210. top: 6px;
  211. right: 5px;
  212. color: red;
  213. content: '*';
  214. position: absolute;
  215. margin-left: 4px;
  216. font-weight: 700;
  217. line-height: 1.8em
  218. }
  219. &-null:before {
  220. content: none !important
  221. }
  222. }
  223. .layui-input, .layui-select {
  224. line-height: 38px;
  225. border-color: @InputBorderNormalColor;
  226. &:hover, &:active, &:focus {
  227. border-color: @InputBorderActiveColor;
  228. }
  229. }
  230. .layui-disabled, .layui-disabled:hover {
  231. color: #333 !important;
  232. background: #EEE !important;
  233. }
  234. .layui-form-checkbox.layui-form-checked {
  235. i {
  236. border-color: #5FB878;
  237. }
  238. }
  239. label.think-radio, label.think-checkbox {
  240. cursor: pointer;
  241. margin-right: 10px;
  242. display: inline-block;
  243. }
  244. .think-radio, .think-checkbox {
  245. margin-top: 10px;
  246. font-weight: 400;
  247. line-height: 18px;
  248. input[type=radio], input[type=checkbox] {
  249. width: 18px;
  250. height: 18px;
  251. cursor: pointer;
  252. border: 1px solid @RadioBorderNormalColor;
  253. position: relative;
  254. background: #fff;
  255. margin-right: 5px;
  256. vertical-align: bottom;
  257. display: inline-block !important;
  258. box-sizing: border-box !important;
  259. appearance: none;
  260. -webkit-appearance: none;
  261. &:checked {
  262. border-color: #009688;
  263. &:after {
  264. display: block;
  265. position: relative;
  266. animation-duration: .3s;
  267. -webkit-animation-duration: .3s;
  268. animation-fill-mode: both;
  269. -webkit-animation-fill-mode: both;
  270. animation-name: layui-scale-spring;
  271. -webkit-animation-name: layui-scale-spring;
  272. }
  273. }
  274. }
  275. input[type=radio] {
  276. border-radius: 1em;
  277. &:checked:after {
  278. top: 4px;
  279. left: 4px;
  280. width: 8px;
  281. height: 8px;
  282. cursor: pointer;
  283. content: '';
  284. background: #009688;
  285. border-radius: 1em;
  286. }
  287. }
  288. input[type=checkbox] {
  289. border-radius: 1px;
  290. &:checked:after {
  291. color: #009688;
  292. cursor: pointer;
  293. padding: 2px;
  294. content: "\e605";
  295. font-size: 12px;
  296. font-style: normal;
  297. font-weight: 700;
  298. font-family: layui-icon !important;
  299. -webkit-font-smoothing: antialiased;
  300. -moz-osx-font-smoothing: grayscale
  301. }
  302. }
  303. }
  304. .layui-table {
  305. td, th {
  306. font-size: 12px;
  307. }
  308. td.list-table-check-td + td,
  309. th.list-table-check-td + th {
  310. padding-left: 5px;
  311. }
  312. .list-table-sort-td {
  313. width: 10px !important;
  314. text-align: center !important;
  315. padding-left: 5px !important;
  316. padding-right: 5px !important;
  317. button {
  318. width: 56px;
  319. background: #009688
  320. }
  321. input {
  322. width: 50px;
  323. color: #666;
  324. padding: 2px;
  325. font-size: 9pt;
  326. border: 1px solid @InputBorderNormalColor;
  327. text-align: center;
  328. line-height: 18px
  329. }
  330. }
  331. .list-table-check-td {
  332. width: 10px !important;
  333. text-align: center !important;
  334. padding-left: 15px !important;
  335. padding-right: 15px !important;
  336. input {
  337. margin: 0 !important;
  338. vertical-align: middle
  339. }
  340. }
  341. }
  342. table.layui-table {
  343. input.layui-input, .layui-btn.layui-btn-sm {
  344. height: 28px;
  345. line-height: 28px;
  346. box-sizing: border-box;
  347. }
  348. .layui-btn.layui-btn-sm {
  349. margin-top: -1px;
  350. }
  351. }
  352. table.layui-table[lay-size="lg"] {
  353. input.layui-input, .layui-btn.layui-btn-sm {
  354. height: 38px;
  355. line-height: 38px;
  356. box-sizing: border-box;
  357. }
  358. }
  359. .layui-table-view {
  360. margin-bottom: 0;
  361. .layui-table-page {
  362. .layui-laypage {
  363. .layui-laypage-prev,
  364. .layui-laypage-next {
  365. padding: 0 8px;
  366. border-radius: 3px;
  367. }
  368. .layui-laypage-prev {
  369. margin-left: 0 !important;
  370. }
  371. .layui-laypage-next {
  372. margin-right: 6px !important;
  373. }
  374. }
  375. }
  376. }
  377. .layui-layer-content {
  378. .layui-form.layui-card {
  379. margin: 0;
  380. box-shadow: none !important;
  381. .layui-card-body {
  382. padding: 20px 40px 0 0;
  383. }
  384. }
  385. }
  386. .layui-layer-dialog {
  387. .layui-layer-content {
  388. .layui-layer-ico {
  389. top: 50% !important;
  390. margin-top: -15px !important
  391. }
  392. }
  393. }
  394. .laydate-footer-btns {
  395. span {
  396. line-height: 24px !important
  397. }
  398. }
  399. .layui-tags {
  400. display: flex;
  401. flex-wrap: wrap;
  402. vertical-align: middle;
  403. .layui-tag {
  404. color: #FFF;
  405. height: 38px;
  406. margin: 3px 4px 3px 0;
  407. padding: 0 4px 0 10px;
  408. display: inline-block;
  409. font-size: 14px;
  410. line-height: 38px;
  411. border-radius: 2px;
  412. white-space: nowrap;
  413. background: #1E9FFF !important;
  414. user-select: none;
  415. -ms-user-select: none;
  416. -moz-user-select: none;
  417. -webkit-user-select: none;
  418. .layui-icon {
  419. font-size: 14px;
  420. font-weight: 700;
  421. margin-left: 5px;
  422. &:hover {
  423. cursor: pointer;
  424. color: #FF5722;
  425. }
  426. }
  427. &-input {
  428. width: 100px;
  429. resize: none;
  430. margin: 3px 8px 3px 0;
  431. overflow: hidden;
  432. white-space: nowrap;
  433. }
  434. }
  435. }
  436. /** 手机盒子及微信菜单 */
  437. .mobile-preview {
  438. width: 317px;
  439. height: 580px;
  440. position: relative;
  441. background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
  442. box-shadow: @ShadowMinOuter;
  443. border-radius: @BoxBorderRadius;
  444. .mobile-header {
  445. color: #fff;
  446. width: auto;
  447. margin: 0 30px;
  448. overflow: hidden;
  449. font-size: 15px;
  450. padding-top: 30px;
  451. text-align: center;
  452. white-space: nowrap;
  453. text-overflow: ellipsis;
  454. word-wrap: normal;
  455. user-select: none;
  456. -moz-user-select: none;
  457. -webkit-user-select: none;
  458. pointer-events: none;
  459. -webkit-pointer-events: none;
  460. }
  461. .mobile-body {
  462. top: 60px;
  463. left: 0;
  464. right: 0;
  465. bottom: 0;
  466. border: 1px solid #ccc;
  467. position: absolute;
  468. background: #f5f5f5;
  469. border-radius: 0 0 @BoxBorderRadius @BoxBorderRadius;
  470. iframe {
  471. width: 100%;
  472. height: 100%
  473. }
  474. }
  475. .mobile-footer {
  476. left: 0;
  477. right: 0;
  478. bottom: 0;
  479. margin: 0;
  480. border: 1px solid #ccc;
  481. position: absolute;
  482. padding-left: 43px;
  483. background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
  484. list-style-type: none;
  485. border-radius: 0 0 @BoxBorderRadius @BoxBorderRadius;
  486. li {
  487. float: left;
  488. width: 33.33%;
  489. position: relative;
  490. text-align: center;
  491. line-height: 50px;
  492. a {
  493. width: auto;
  494. color: #616161;
  495. border: 1px solid hsla(0, 0%, 100%, 0);
  496. display: block;
  497. overflow: hidden;
  498. word-wrap: normal;
  499. margin-top: -1px;
  500. border-left: 1px solid #e7e7eb;
  501. white-space: nowrap;
  502. text-overflow: ellipsis;
  503. margin-bottom: -1px;
  504. text-decoration: none;
  505. &:hover {
  506. background: rgba(0, 0, 0, .02)
  507. }
  508. &.active {
  509. border: 1px solid #44b549 !important;
  510. box-shadow: 0 0 1px #44b549
  511. }
  512. span:before {
  513. width: 1px;
  514. height: 1px;
  515. content: '';
  516. display: inline-block
  517. }
  518. }
  519. > .close {
  520. top: 1px;
  521. right: 1px;
  522. width: 18px;
  523. height: 18px;
  524. display: none;
  525. cursor: pointer;
  526. position: absolute;
  527. text-align: center;
  528. line-height: 18px
  529. }
  530. &:hover > .close {
  531. display: inline-block;
  532. &:hover {
  533. color: #fff !important;
  534. background: #999 !important
  535. }
  536. }
  537. }
  538. .icon {
  539. &-add, &-sub {
  540. display: inline-block;
  541. vertical-align: middle;
  542. &::before {
  543. content: none;
  544. }
  545. }
  546. &-add {
  547. width: 14px;
  548. height: 14px;
  549. border-bottom: none !important;
  550. background: url(../img/wechat/index.png) 0 0 no-repeat
  551. }
  552. &-sub {
  553. width: 7px;
  554. height: 7px;
  555. margin-right: 2px;
  556. background: url(../img/wechat/index.png) 0 -3pc no-repeat
  557. }
  558. }
  559. .sub-menu {
  560. width: 100%;
  561. bottom: 60px;
  562. margin: -1px;
  563. display: block;
  564. position: absolute;
  565. border: 1px solid #d0d0d0;
  566. background-color: #fafafa;
  567. ul li {
  568. float: none;
  569. width: 100%;
  570. padding: 0;
  571. z-index: 11;
  572. display: block;
  573. a {
  574. padding: 0 5px;
  575. border: 1px solid hsla(0, 0%, 100%, 0);
  576. &.bottom-border {
  577. margin: -1px -1px 0;
  578. border-bottom: 1px solid #e7e7eb
  579. }
  580. }
  581. &:last-child a.bottom-border {
  582. border-bottom-color: #fff
  583. }
  584. }
  585. }
  586. .arrow {
  587. left: 50%;
  588. position: absolute;
  589. margin-left: -6px;
  590. }
  591. .arrow_in, .arrow_out {
  592. width: 0;
  593. height: 0;
  594. z-index: 10;
  595. border: 6px dashed transparent;
  596. display: inline-block;
  597. border-top-style: solid;
  598. border-bottom-width: 0;
  599. }
  600. .arrow_in {
  601. bottom: -5px;
  602. z-index: 3;
  603. border-top-color: #fafafa
  604. }
  605. .arrow_out {
  606. bottom: -6px;
  607. z-index: 2;
  608. border-top-color: #d0d0d0
  609. }
  610. }
  611. }
  612. /* 下拉样式 */
  613. .layui-nav {
  614. .layui-nav-item {
  615. .layui-nav-more {
  616. top: 0;
  617. right: 15px;
  618. width: auto;
  619. height: auto;
  620. border: none;
  621. padding: 0 !important;
  622. font-size: 14px !important;
  623. font-style: normal;
  624. font-family: "layui-icon" !important;
  625. -moz-osx-font-smoothing: grayscale;
  626. -webkit-font-smoothing: antialiased;
  627. &::before {
  628. content: "\e619"
  629. }
  630. }
  631. & .layui-nav-mored, &ed .layui-nav-more {
  632. border: none;
  633. transform: rotate(180deg);
  634. -o-transform: rotate(180deg);
  635. -ms-transform: rotate(180deg);
  636. -moz-transform: rotate(180deg);
  637. -webkit-transform: rotate(180deg)
  638. }
  639. }
  640. }
  641. /*! 重置 Iframe 页面样式 */
  642. .iframe-pagination {
  643. padding: 20px;
  644. &:after {
  645. content: '';
  646. height: 30px;
  647. display: block;
  648. }
  649. .pagination-container {
  650. left: 0;
  651. right: 0;
  652. bottom: 0;
  653. padding: 5px 20px;
  654. position: fixed;
  655. background: #fff;
  656. border-top: 1px solid #ddd;
  657. }
  658. }
  659. /*! 首页加载动画 */
  660. .layui-page-loader {
  661. top: 0;
  662. width: 100%;
  663. height: 100%;
  664. z-index: 9999999;
  665. position: fixed;
  666. background-color: @LoadBackColor;
  667. .loader {
  668. top: 50%;
  669. width: 50px;
  670. height: 50px;
  671. margin: -30px auto 40px;
  672. z-index: 999999;
  673. position: relative;
  674. background-color: @LoadBackColor;
  675. }
  676. .loader:before {
  677. top: 59px;
  678. left: 0;
  679. width: 50px;
  680. height: 7px;
  681. opacity: 0.1;
  682. content: "";
  683. background: #000;
  684. border-radius: 50%;
  685. position: absolute;
  686. animation: shadow .5s linear infinite;
  687. }
  688. .loader:after {
  689. top: 0;
  690. left: 0;
  691. width: 50px;
  692. height: 50px;
  693. content: "";
  694. position: absolute;
  695. border-radius: 3px;
  696. background-color: #5FB878;
  697. animation: loading .5s linear infinite;
  698. }
  699. }
  700. @-webkit-keyframes loading {
  701. 17% {
  702. border-bottom-right-radius: 3px;
  703. }
  704. 25% {
  705. transform: translateY(9px) rotate(22.5deg);
  706. }
  707. 50% {
  708. transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  709. border-bottom-right-radius: 40px;
  710. }
  711. 75% {
  712. transform: translateY(9px) rotate(67.5deg);
  713. }
  714. 100% {
  715. transform: translateY(0) rotate(90deg);
  716. }
  717. }
  718. @keyframes loading {
  719. 17% {
  720. border-bottom-right-radius: 3px;
  721. }
  722. 25% {
  723. transform: translateY(9px) rotate(22.5deg);
  724. }
  725. 50% {
  726. border-bottom-right-radius: 40px;
  727. transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  728. }
  729. 75% {
  730. transform: translateY(9px) rotate(67.5deg);
  731. }
  732. 100% {
  733. transform: translateY(0) rotate(90deg);
  734. }
  735. }
  736. @-webkit-keyframes shadow {
  737. 0%,
  738. 100% {
  739. transform: scale(1, 1);
  740. }
  741. 50% {
  742. transform: scale(1.2, 1);
  743. }
  744. }
  745. @keyframes shadow {
  746. 0%,
  747. 100% {
  748. transform: scale(1, 1);
  749. }
  750. 50% {
  751. transform: scale(1.2, 1);
  752. }
  753. }