console.layui.css 2.4 KB

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