jxkh.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. @charset "utf-8";
  2. /* 系统样式 */
  3. * {
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box
  7. }
  8. li {
  9. list-style-type: none;
  10. }
  11. table {
  12. color: #fff;
  13. }
  14. i {
  15. margin: 0px;
  16. padding: 0px;
  17. text-indent: 0px;
  18. }
  19. img {
  20. border: none;
  21. max-width: 100%;
  22. }
  23. a {
  24. text-decoration: none;
  25. color: #fff!important;
  26. }
  27. a.active,
  28. a:focus {
  29. outline: none !important;
  30. text-decoration: none;
  31. }
  32. ol,
  33. ul,
  34. p,
  35. h1,
  36. h2,
  37. h3,
  38. h4,
  39. h5,
  40. h6 {
  41. padding: 0;
  42. margin: 0
  43. }
  44. a:hover {
  45. color: #1efcdf;
  46. text-decoration: none !important
  47. }
  48. .f_left {
  49. float: left;
  50. }
  51. .f_right {
  52. float: right;
  53. }
  54. .m-l-15 {
  55. margin-left: 1.1875rem;
  56. }
  57. .flex-r{
  58. display: flex;
  59. flex-direction:row;
  60. }
  61. body{
  62. width: 100%;
  63. height: 100vh;
  64. background: url("../img/bg.jpg") fixed center top;
  65. background-size: cover;
  66. overflow: hidden;
  67. }
  68. .bigdata-container .tabs-container .tabs-left>.nav-tabs {
  69. width: 14%;
  70. margin-top: 1rem;
  71. margin-right: 0;
  72. }
  73. .bigdata-container .tabs-container .tabs-left .panel-body{
  74. width: 85%;
  75. height: 94vh;
  76. background-color: rgba(20, 31, 59, 0.5);
  77. position: relative;
  78. box-shadow: rgb(49, 169, 255) 0px 0px 18px inset;
  79. border: #1a9edc 1px solid;
  80. top: 1rem;
  81. }
  82. .bigdata-container .tabs-container .tabs-left .panel-body{
  83. margin-left: 15%;
  84. }
  85. .bigdata-container active{background: #0F769F!important;}
  86. .bigdata-container .tabs-container .nav-tabs>li.active>a{
  87. background-color: rgba(20, 31, 59, 0.5);
  88. position: relative;
  89. box-shadow: rgb(49, 169, 255) 0px 0px 18px inset;
  90. border: #1a9edc 1px solid;
  91. }
  92. .bigdata-container .tabs-container .tabs-left>.nav-tabs .active>a, .bigdata-container .tabs-container .tabs-left>.nav-tabs .active>a:focus, .bigdata-container .tabs-container .tabs-left>.nav-tabs .active>a:hover
  93. {
  94. border: 1px solid #00a65a;
  95. color: #fff;
  96. margin-left: 1rem;
  97. }
  98. .bigdata-container .tabs-container .tabs-left>.nav-tabs>li>a{
  99. border-radius: 1rem;
  100. }
  101. .bigdata-container .nav-tabs>li>a{
  102. padding: 3rem 1rem;
  103. text-align: center;
  104. font-size: 2rem;
  105. border-radius: 5rem;
  106. }
  107. /* 头部 */
  108. .header {
  109. width: 100%;
  110. height: 4vh;
  111. background: rgba(0, 80, 154, .3);
  112. float: left;
  113. }
  114. .header .nav {
  115. position: absolute;
  116. top: .5rem;
  117. left: 0.6875rem;
  118. z-index: 5;
  119. text-align: left;
  120. height: 2.5rem
  121. }
  122. .header .nav ul li {
  123. display: inline-block;
  124. float: left;
  125. height: 2.5rem;
  126. line-height: 2.2rem;
  127. padding: 0 0.625rem;
  128. border: 1px solid #1f50b3;
  129. cursor: pointer;
  130. margin-right: 0.875rem;
  131. background: rgba(31, 73, 135, .6);
  132. }
  133. .header .block-small {
  134. width: 0.375rem;
  135. height: 0.3125rem;
  136. background-color: #1efcdf;
  137. opacity: 0.5
  138. }
  139. .header .b-s-l-t {
  140. position: absolute;
  141. top: 0.25rem;
  142. left: 0.0625rem;
  143. }
  144. .header .b-s-l-b {
  145. position: absolute;
  146. bottom: 0.25rem;
  147. left: 0.0625rem;
  148. }
  149. .header .nav ul li:hover {
  150. border: 1px solid #1efcdf;
  151. color: #1efcdf;
  152. background: rgba(26, 87, 177, .8);
  153. }
  154. .header .nav ul li:hover a {
  155. color: #1efcdf;
  156. }
  157. .header .logo-title {
  158. width: 509px;
  159. height: 4rem;
  160. text-align: center;
  161. margin: 0 auto;
  162. font-size: 22px;
  163. background: url(../img/tit-jx.png) no-repeat 100% center;
  164. }
  165. .header .logo-title h6 {
  166. display: block;
  167. font-weight: bolder;
  168. font-size: 22px;
  169. height: 4rem;
  170. line-height: 4rem;
  171. background-image: -webkit-linear-gradient(top, #ffffff, #77aae9);
  172. -webkit-background-clip: text;
  173. -webkit-text-fill-color: transparent;
  174. }
  175. .header .fast-menu {
  176. position: absolute;
  177. top: 0;
  178. right: 0;
  179. }
  180. .header .fast-menu a {
  181. margin-top: 0.375rem;
  182. display: inline-block;
  183. margin-right: 0.3125rem;
  184. height: 2.5rem;
  185. line-height: 2.5rem;
  186. border-bottom: 2px solid #1F50B3;
  187. margin-right: 1.25rem;
  188. }
  189. .header .fast-menu a:hover {
  190. border-bottom: 3px solid #1efcdf
  191. }
  192. .bigdata-container .table>thead>tr>th{
  193. background-color: rgba(20, 31, 59, 0.5);
  194. position: relative;
  195. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  196. border: #1a9edc 1px solid;
  197. font-weight: bolder;
  198. }
  199. .bigdata-container .table>tbody>tr>td{
  200. background-color: rgba(20, 31, 59, 0.5);
  201. position: relative;
  202. border: #1a9edc 1px solid;
  203. }
  204. .bigdata-container .table-bordered{
  205. border:none;
  206. }
  207. .bigdata-container .table-striped>tbody>tr:nth-of-type(odd){
  208. background: none
  209. }
  210. .panel-body{
  211. display: flex;
  212. flex-direction: column;
  213. }
  214. .search-bar{
  215. margin-bottom: 1.5rem;
  216. display: flex;
  217. }
  218. .input-group{
  219. width: 25%;
  220. margin-left: 2rem;
  221. }
  222. .search-bar .btn-primary.btn-outline{
  223. background-color: rgba(20, 31, 59, 0.5);
  224. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  225. border: #1a9edc 1px solid;
  226. font-weight: bolder;
  227. }
  228. .search-bar .btn-primary{
  229. background-color: rgba(20, 31, 59, 0.5);
  230. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  231. border: #1a9edc 1px solid;
  232. font-weight: bolder;
  233. }
  234. .btn-group .btn-white{
  235. background-color: rgba(20, 31, 59, 0.5)!important;
  236. border: #1a9edc 1px solid!important;
  237. font-weight: bolder!important;
  238. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  239. color:#1a9edc ;
  240. }
  241. .select-list ul li{
  242. float: left;
  243. margin-right: 1rem;
  244. height: 34px;
  245. line-height: 34px;
  246. }
  247. .select-list label{
  248. color:#1a9edc ;
  249. }
  250. .bigdata-container .form-control{
  251. background-color: rgba(20, 31, 59, 0.5)!important;
  252. border: #1a9edc 1px solid!important;
  253. font-weight: bolder!important;
  254. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  255. color: #fff;
  256. }
  257. .bigdata-container select{
  258. background-color: rgba(20, 31, 59, 0.5)!important;
  259. border: #1a9edc 1px solid!important;
  260. font-weight: bolder!important;
  261. box-shadow: rgb(49 169 255) 0px 0px 5px inset;
  262. color: #fff;
  263. height: 34px;
  264. line-height: 34px;
  265. padding:0 2rem;
  266. border-radius: .5rem;
  267. }