main.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. html {
  2. overflow-x: hidden;
  3. }
  4. .content-header {
  5. position: relative;
  6. padding: 0 0 0px 0px;
  7. }
  8. .content-header > .breadcrumb {
  9. position: relative;
  10. top: 0;
  11. right: 0;
  12. float: none;
  13. margin-top: 0px;
  14. padding-left: 10px;
  15. background: #ecf0f5;
  16. }
  17. .main-footer {
  18. padding: 7px;
  19. color: #444;
  20. border-top: 1px solid #eee;
  21. }
  22. [v-cloak] {
  23. display: none;
  24. }
  25. .grid-btn {
  26. margin-top: 5px;
  27. margin-bottom: 5px;
  28. }
  29. .grid-btn .btn {
  30. margin-right: 10px;
  31. }
  32. .pointer {
  33. cursor: pointer;
  34. }
  35. .ml-10 {
  36. margin-left: 0 !important;
  37. }
  38. @media (min-width: 768px) {
  39. .ml-10 {
  40. margin-left: 10px !important;
  41. }
  42. .col-sm-10 {
  43. width: 70%;
  44. padding-left: 0px;
  45. }
  46. .col-sm-2 {
  47. width: 24%;
  48. }
  49. }
  50. tbody > tr > th {
  51. font-weight: normal;
  52. }
  53. .panel .table {
  54. margin: 0 0;
  55. }
  56. .panel .pagination {
  57. margin: 0;
  58. }
  59. .panel-default > .panel-heading {
  60. background-color: #f5f5f5;
  61. }
  62. .row {
  63. border: 1px solid #ddd;
  64. margin: 0;
  65. padding: 10px 2px 0px 2px;
  66. }
  67. .col-xs-6 {
  68. padding-left: 0px;
  69. padding-right: 0px;
  70. }
  71. .form-horizontal .form-group {
  72. margin-left: 0px;
  73. margin-right: 0px;
  74. }
  75. .form-horizontal {
  76. width: 550px;
  77. padding-top: 20px;
  78. }
  79. .inline {
  80. display: inline-block;
  81. }
  82. .small-box {
  83. border-radius: 2px;
  84. position: relative;
  85. display: block;
  86. margin-bottom: 20px;
  87. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
  88. }
  89. .small-box > .inner {
  90. padding: 10px
  91. }
  92. .small-box > .small-box-footer {
  93. position: relative;
  94. text-align: center;
  95. padding: 3px 0;
  96. color: #fff;
  97. color: rgba(255, 255, 255, 0.8);
  98. display: block;
  99. z-index: 10;
  100. background: rgba(0, 0, 0, 0.1);
  101. text-decoration: none
  102. }
  103. .small-box > .small-box-footer:hover {
  104. color: #fff;
  105. background: rgba(0, 0, 0, 0.15)
  106. }
  107. .small-box h3 {
  108. font-size: 38px;
  109. font-weight: bold;
  110. margin: 0 0 10px 0;
  111. white-space: nowrap;
  112. padding: 0
  113. }
  114. .small-box p {
  115. font-size: 15px
  116. }
  117. .small-box p > small {
  118. display: block;
  119. color: #f9f9f9;
  120. font-size: 13px;
  121. margin-top: 5px
  122. }
  123. .small-box h3, .small-box p {
  124. z-index: 5
  125. }
  126. .small-box .icon {
  127. -webkit-transition: all .3s linear;
  128. -o-transition: all .3s linear;
  129. transition: all .3s linear;
  130. position: absolute;
  131. top: -10px;
  132. right: 10px;
  133. z-index: 0;
  134. font-size: 90px;
  135. color: rgba(0, 0, 0, 0.15)
  136. }
  137. .small-box:hover {
  138. text-decoration: none;
  139. color: #f9f9f9
  140. }
  141. .small-box:hover .icon {
  142. font-size: 95px
  143. }
  144. @media (max-width: 767px) {
  145. .small-box {
  146. text-align: center
  147. }
  148. .small-box .icon {
  149. display: none
  150. }
  151. .small-box p {
  152. font-size: 12px
  153. }
  154. }
  155. .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  156. color: #fff !important
  157. }
  158. .bg-gray {
  159. color: #000;
  160. background-color: #d2d6de !important
  161. }
  162. .bg-gray-light {
  163. background-color: #f7f7f7
  164. }
  165. .bg-black {
  166. background-color: #111 !important
  167. }
  168. .bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  169. background-color: #dd4b39 !important
  170. }
  171. .bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  172. background-color: #f39c12 !important
  173. }
  174. .bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  175. background-color: #00c0ef !important
  176. }
  177. .bg-blue {
  178. background-color: #0073b7 !important
  179. }
  180. .bg-light-blue, .label-primary, .modal-primary .modal-body {
  181. background-color: #3c8dbc !important
  182. }
  183. .bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  184. background-color: #00a65a !important
  185. }
  186. .bg-navy {
  187. background-color: #001f3f !important
  188. }
  189. .bg-teal {
  190. background-color: #39cccc !important
  191. }
  192. .bg-olive {
  193. background-color: #3d9970 !important
  194. }
  195. .bg-lime {
  196. background-color: #01ff70 !important
  197. }
  198. .bg-orange {
  199. background-color: #ff851b !important
  200. }
  201. .bg-fuchsia {
  202. background-color: #f012be !important
  203. }
  204. .bg-purple {
  205. background-color: #605ca8 !important
  206. }
  207. .bg-maroon {
  208. background-color: #d81b60 !important
  209. }
  210. .bg-gray-active {
  211. color: #000;
  212. background-color: #b5bbc8 !important
  213. }
  214. .bg-black-active {
  215. background-color: #000 !important
  216. }
  217. .bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
  218. background-color: #d33724 !important
  219. }
  220. .bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
  221. background-color: #db8b0b !important
  222. }
  223. .bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
  224. background-color: #00a7d0 !important
  225. }
  226. .bg-blue-active {
  227. background-color: #005384 !important
  228. }
  229. .bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
  230. background-color: #357ca5 !important
  231. }
  232. .bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
  233. background-color: #008d4c !important
  234. }
  235. .bg-navy-active {
  236. background-color: #001a35 !important
  237. }
  238. .bg-teal-active {
  239. background-color: #30bbbb !important
  240. }
  241. .bg-olive-active {
  242. background-color: #368763 !important
  243. }
  244. .bg-lime-active {
  245. background-color: #00e765 !important
  246. }
  247. .bg-orange-active {
  248. background-color: #ff7701 !important
  249. }
  250. .bg-fuchsia-active {
  251. background-color: #db0ead !important
  252. }
  253. .bg-purple-active {
  254. background-color: #555299 !important
  255. }
  256. .bg-maroon-active {
  257. background-color: #ca195a !important
  258. }
  259. .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  260. color: #fff !important;
  261. }
  262. .buttons-group {
  263. display:inline;
  264. float: right;
  265. padding-top: 1px;
  266. padding-right: 10px;
  267. }
  268. .search-group {
  269. padding-left: 10px;
  270. display:inline;
  271. }