console.layui.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .layui-form.layui-card {
  2. box-shadow: none
  3. }
  4. .layui-layer-content .layui-form.layui-card .layui-card-body {
  5. padding: 20px 40px 0 0
  6. }
  7. .layui-layer-dialog .layui-layer-content .layui-layer-ico {
  8. top: 50% !important;
  9. margin-top: -15px !important
  10. }
  11. .laydate-footer-btns span {
  12. line-height: 24px !important
  13. }
  14. /** Layui样式调整 */
  15. .layui-input, .layui-select {
  16. line-height: 38px
  17. }
  18. .layui-btn-primary {
  19. &.layui-btn-xs {
  20. line-height: 20px
  21. }
  22. &.layui-btn-sm {
  23. line-height: 28px
  24. }
  25. }
  26. /* 下拉样式 */
  27. .layui-nav {
  28. .layui-nav-item {
  29. .layui-nav-more {
  30. top: 0;
  31. border: none;
  32. right: 15px;
  33. width: auto;
  34. height: auto;
  35. margin-top: 0;
  36. font-size: 14px;
  37. font-style: normal;
  38. font-family: layui-icon !important;
  39. -moz-osx-font-smoothing: grayscale;
  40. -webkit-font-smoothing: antialiased;
  41. &::before {
  42. content: "\e619"
  43. }
  44. }
  45. & .layui-nav-mored, &ed .layui-nav-more {
  46. border: none;
  47. margin-top: 0;
  48. transform: rotate(180deg);
  49. -o-transform: rotate(180deg);
  50. -ms-transform: rotate(180deg);
  51. -moz-transform: rotate(180deg);
  52. -webkit-transform: rotate(180deg)
  53. }
  54. }
  55. }
  56. .layui-table {
  57. td, th {
  58. font-size: 12px
  59. }
  60. .list-table-image {
  61. width: 22px;
  62. cursor: pointer
  63. }
  64. .list-table-sort-td {
  65. width: 10px !important;
  66. text-align: center !important;
  67. padding-left: 5px !important;
  68. padding-right: 5px !important;
  69. button {
  70. width: 56px;
  71. background: #009688
  72. }
  73. input {
  74. width: 50px;
  75. color: #666;
  76. padding: 2px;
  77. border: 1px solid #e6e6e6;
  78. text-align: center;
  79. font-size: 9pt;
  80. line-height: 18px
  81. }
  82. }
  83. .list-table-check-td {
  84. width: 10px !important;
  85. text-align: center;
  86. padding-left: 15px !important;
  87. padding-right: 15px !important;
  88. input {
  89. margin: 0 !important;
  90. vertical-align: middle
  91. }
  92. }
  93. td {
  94. .text-explode {
  95. color: #ccc !important;
  96. margin: 0 4px !important;
  97. &:first-child {
  98. display: none;
  99. opacity: 0
  100. }
  101. }
  102. .background-image {
  103. float: left;
  104. width: 40px;
  105. height: 40px;
  106. display: inline-block;
  107. margin-right: 5px;
  108. background: no-repeat center center;
  109. background-size: cover;
  110. vertical-align: middle
  111. }
  112. }
  113. }