common.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. :root {
  2. --themeColor: #148d8f;
  3. }
  4. .bg-theme{
  5. background-color: var(--themeColor) !important;
  6. }
  7. .pace .pace-progress {
  8. background: var(--themeColor) !important;
  9. position: fixed;
  10. z-index: 2000;
  11. top: 0;
  12. width: 100%;
  13. height: 2px;
  14. }
  15. /*解决底部有灰色区块*/
  16. .el-scrollbar__wrap {
  17. overflow-x: hidden!important;
  18. overflow-y: scroll!important;
  19. margin-bottom: 0px!important;
  20. }
  21. /*elementui 表单元素去掉圆角*/
  22. .el-input__inner {
  23. border-radius: 0px;
  24. }
  25. /*hplus 边框颜色*/
  26. .form-control:focus{
  27. border-color: var(--themeColor) !important;
  28. /*font-size: 13px!important;*/
  29. }
  30. .form-control{
  31. width: 100%!important;
  32. height: 32px;
  33. color: #606266!important;
  34. font-size: 13px!important;
  35. padding: 5px 15px!important;
  36. }
  37. .ui-jqgrid .form-control{
  38. height: auto;
  39. width: auto !important;
  40. padding: 0!important;
  41. font-size: .9em!important;
  42. }
  43. #input_pager .form-control{
  44. width: auto !important;
  45. }
  46. /*placeholder颜色设置*/
  47. input::-webkit-input-placeholder {
  48. color: #909399!important;
  49. }
  50. input::-moz-input-placeholder {
  51. color: #909399!important;
  52. }
  53. input::-ms-input-placeholder {
  54. color: #909399!important;
  55. }
  56. .navbar{
  57. background-color: #ffffff!important;
  58. border-bottom: 1px solid #eee;
  59. }
  60. .navbar-header{
  61. line-height: 60px!important;
  62. font-size: 24px;
  63. font-weight: bold;
  64. padding-left: 20px;
  65. }
  66. .sidebar-box{
  67. position: fixed;
  68. z-index: 10000000;
  69. top: 61px;
  70. left: 0;
  71. bottom: 0;
  72. width: 120px;
  73. background-color: #FFFFFF!important;
  74. overflow: hidden;
  75. }
  76. .sidebar-box.sidebar-box-h2{
  77. width: 280px;
  78. }
  79. .sidebar-box .sidebar-box-sub{
  80. position: relative;
  81. width: 120px;
  82. height: 100%;
  83. float: left;
  84. }
  85. .sidebar-box .sidebar-box-sub .sidebar-collapse{
  86. width: auto;
  87. height: 100%;
  88. }
  89. .sidenav{
  90. margin-bottom: 0;
  91. height: 100%;
  92. }
  93. .sidenav .side-list{
  94. height: 40px;
  95. line-height: 40px;
  96. }
  97. .sidenav .side-list a{
  98. display: block;
  99. width: 100%;
  100. height: 100%;
  101. color: #effeff;
  102. padding: 0 15px;
  103. font-size: 14px;
  104. }
  105. .sidenav .side-list a i{
  106. vertical-align: middle;
  107. margin-right: 4px;
  108. }
  109. .sidenav .side-list a span{
  110. vertical-align: middle;
  111. }
  112. .sidenav .side-list .active{
  113. background-color: #ffffff;
  114. color: #333333!important;
  115. }
  116. .sidenav .side-list a:hover,.sidenav .side-list a:focus{
  117. background-color: rgba(255, 255, 255,0.2);
  118. }
  119. .sidenav .side-list .active:hover,.sidenav .side-list .active:focus{
  120. background-color: #ffffff;
  121. color: #333333!important;
  122. }
  123. .sidenavsub{
  124. margin-bottom: 0;
  125. padding: 0 10px;
  126. }
  127. .sidebar-box-sub2{
  128. width: 160px!important;
  129. }
  130. .sidenavsub .side-group{
  131. height: auto;
  132. font-size: 12px;
  133. color: #999999;
  134. padding-top: 10px;
  135. }
  136. .sidenavsub .side-group .side-group-label{
  137. /*padding: 0 15px;*/
  138. padding-bottom: 5px;
  139. }
  140. .sidenavsub .side-group .side-list a{
  141. /*padding-left: 25px;*/
  142. }
  143. .sidenavsub .side-list{
  144. height: 40px;
  145. line-height: 40px;
  146. overflow: hidden;
  147. }
  148. .sidenavsub .side-list a{
  149. display: block;
  150. color: #333333;
  151. /*padding: 0 15px;*/
  152. padding-left: 10px;
  153. font-size: 14px;
  154. }
  155. .sidenavsub .side-list .active{
  156. background-color: #f5f5f5;
  157. }
  158. .sidenavsub .side-list a:hover,.sidenavsub .side-list a:focus{
  159. color: var(--themeColor)!important;
  160. }
  161. .main-box{
  162. width: 100%;
  163. height: 100%;
  164. /*padding: 75px 15px 15px 295px;*/
  165. padding: 60px 0px 0px 280px;
  166. /*min-height: 100%;*/
  167. }
  168. .main-box.main-box-h2{
  169. /*padding: 75px 15px 15px 135px;*/
  170. padding: 60px 0px 0px 120px;
  171. }
  172. .btn-primary {
  173. background-color: var(--themeColor) !important;
  174. border-color: var(--themeColor) !important;
  175. }
  176. .label-primary, .badge-primary {
  177. background-color: var(--themeColor) !important;
  178. }
  179. #form-search .form-control{
  180. width: 120px!important;
  181. }
  182. input[type=checkbox], input[type=radio] {
  183. margin: 9px 0 0;
  184. }
  185. .multiselect-container input[type=checkbox],.multiselect-container input[type=radio]{
  186. margin-top: 5px!important;
  187. }
  188. .multiselect-container .form-control{
  189. height: 34px!important;
  190. }
  191. .multiselect-container .input-group-addon{
  192. display: none!important;
  193. }
  194. .multiselect-container .multiselect-clear-filter{
  195. height: 34px!important;
  196. }