index.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .Hui-aside {
  2. top: 0;
  3. }
  4. .Hui-aside ul {
  5. text-align: center;
  6. }
  7. .Hui-aside ul li {
  8. list-style-type: none;
  9. line-height: 45px;
  10. font-weight: bold;
  11. cursor: pointer;
  12. }
  13. .Hui-aside ul li.active {
  14. font-size: 20px;
  15. }
  16. .Hui-aside ul li a.active {
  17. color: #5a98de;
  18. }
  19. .page-container {
  20. padding: 20px;
  21. width: calc(100% - 240px);
  22. margin-left: 200px;
  23. }
  24. .td-button {
  25. margin: 5px;
  26. }
  27. .layui-tab-title {
  28. position: relative;
  29. left: 0;
  30. height: 40px;
  31. white-space: nowrap;
  32. font-size: 0;
  33. border-bottom-width: 1px;
  34. border-bottom-style: solid;
  35. transition: all .2s;
  36. -webkit-transition: all .2s;
  37. height: 42px;
  38. margin-bottom: 20px;
  39. border: none;
  40. float: left;
  41. }
  42. .layui-tab-title li {
  43. display: inline-block;
  44. *display: inline;
  45. *zoom: 1;
  46. vertical-align: middle;
  47. font-size: 14px;
  48. transition: all .2s;
  49. -webkit-transition: all .2s;
  50. position: relative;
  51. line-height: 40px;
  52. min-width: 65px;
  53. padding: 0 15px;
  54. text-align: center;
  55. cursor: pointer;
  56. float: left;
  57. }
  58. .layui-tab-title .layui-this {
  59. color: #000
  60. }
  61. .layui-tab-brief > .layui-tab-title .layui-this {
  62. color: #009688
  63. }
  64. .layui-card .layui-tab-brief .layui-tab-title li {
  65. margin: 0 15px;
  66. padding: 0;
  67. line-height: 42px
  68. }
  69. .layui-card .layui-tab-brief .layui-tab-title li.layui-this {
  70. color: #333
  71. }
  72. .SearchWarp {
  73. float: right;
  74. overflow: hidden;
  75. }
  76. select, input[type="text"] {
  77. padding-left: 8px;
  78. border: 1px solid #c1c1c1;
  79. border-radius: 3px;
  80. color: #8cadbc;
  81. }
  82. .HS_LM_A_Right {
  83. float: left;
  84. }
  85. .HS_LM_A_Right input[type="text"] {
  86. width: 250px;
  87. height: 34px;
  88. background-color: #f8f8f8;
  89. margin-left: 5px;
  90. }
  91. .HS_LM_Search {
  92. float: right;
  93. padding: 8px 25px;
  94. background-color: #545976;
  95. border-radius: 3px;
  96. color: White;
  97. margin: -1px 0 0 10px;
  98. font-size: 13px;
  99. cursor: pointer;
  100. }
  101. .HS_LM_Search:hover {
  102. background-color: #454961;
  103. }
  104. .HS_LM_A_select {
  105. float: left;
  106. }
  107. .HS_LM_A_select span {
  108. display: block;
  109. float: left;
  110. line-height: 34px;
  111. }
  112. .HS_LM_A_select_warp {
  113. overflow: hidden;
  114. }
  115. .HS_LM_A_select_warp select {
  116. height: 34px;
  117. width: 100px;
  118. margin-left: 10px;
  119. float: left;
  120. }
  121. .HS_LM_A_select_input_warp {
  122. position: relative;
  123. float: left;
  124. overflow: hidden;
  125. }
  126. .HS_LM_A_select_input_warp input {
  127. height: 34px;
  128. width: 180px;
  129. margin: 0 5px;
  130. padding-left: 10px;
  131. }
  132. .HS_LM_A_select_input_warp img {
  133. position: absolute;
  134. width: 20px;
  135. right: 20px;
  136. top: 7px;
  137. cursor: pointer;
  138. display: none;
  139. }
  140. .HS_LM_A_select_input, .HS_LM_A_select_input input {
  141. float: left;
  142. }