123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- @charset "utf-8";
- /* 系统样式 */
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box
- }
- li {
- list-style-type: none;
- }
- table {
- color: #fff;
- }
- i {
- margin: 0px;
- padding: 0px;
- text-indent: 0px;
- }
- img {
- border: none;
- max-width: 100%;
- }
- a {
- text-decoration: none;
- color: #fff!important;
- }
- a.active,
- a:focus {
- outline: none !important;
- text-decoration: none;
- }
- ol,
- ul,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- padding: 0;
- margin: 0
- }
- a:hover {
- color: #1efcdf;
- text-decoration: none !important
- }
- .f_left {
- float: left;
- }
- .f_right {
- float: right;
- }
- .m-l-15 {
- margin-left: 1.1875rem;
- }
- .flex-r{
- display: flex;
- flex-direction:row;
- }
- body{
- width: 100%;
- height: 100vh;
- background: url("../img/bg.jpg") fixed center top;
- background-size: cover;
- overflow: hidden;
- }
- .bigdata-container .tabs-container .tabs-left>.nav-tabs {
- width: 14%;
- margin-top: 1rem;
- margin-right: 0;
- }
- .bigdata-container .tabs-container .tabs-left .panel-body{
- width: 85%;
- height: 94vh;
- background-color: rgba(20, 31, 59, 0.5);
- position: relative;
- box-shadow: rgb(49, 169, 255) 0px 0px 18px inset;
- border: #1a9edc 1px solid;
- top: 1rem;
- }
- .bigdata-container .tabs-container .tabs-left .panel-body{
- margin-left: 15%;
- }
- .bigdata-container active{background: #0F769F!important;}
- .bigdata-container .tabs-container .nav-tabs>li.active>a{
- background-color: rgba(20, 31, 59, 0.5);
- position: relative;
- box-shadow: rgb(49, 169, 255) 0px 0px 18px inset;
- border: #1a9edc 1px solid;
- }
- .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
- {
- border: 1px solid #00a65a;
- color: #fff;
- margin-left: 1rem;
- }
- .bigdata-container .tabs-container .tabs-left>.nav-tabs>li>a{
- border-radius: 1rem;
- }
- .bigdata-container .nav-tabs>li>a{
- padding: 3rem 1rem;
- text-align: center;
- font-size: 2rem;
- border-radius: 5rem;
- }
- /* 头部 */
- .header {
- width: 100%;
- height: 4vh;
- background: rgba(0, 80, 154, .3);
- float: left;
- }
- .header .nav {
- position: absolute;
- top: .5rem;
- left: 0.6875rem;
- z-index: 5;
- text-align: left;
- height: 2.5rem
- }
- .header .nav ul li {
- display: inline-block;
- float: left;
- height: 2.5rem;
- line-height: 2.2rem;
- padding: 0 0.625rem;
- border: 1px solid #1f50b3;
- cursor: pointer;
- margin-right: 0.875rem;
- background: rgba(31, 73, 135, .6);
- }
- .header .block-small {
- width: 0.375rem;
- height: 0.3125rem;
- background-color: #1efcdf;
- opacity: 0.5
- }
- .header .b-s-l-t {
- position: absolute;
- top: 0.25rem;
- left: 0.0625rem;
- }
- .header .b-s-l-b {
- position: absolute;
- bottom: 0.25rem;
- left: 0.0625rem;
- }
- .header .nav ul li:hover {
- border: 1px solid #1efcdf;
- color: #1efcdf;
- background: rgba(26, 87, 177, .8);
- }
- .header .nav ul li:hover a {
- color: #1efcdf;
- }
- .header .logo-title {
- width: 509px;
- height: 4rem;
- text-align: center;
- margin: 0 auto;
- font-size: 22px;
- background: url(../img/tit-jx.png) no-repeat 100% center;
- }
- .header .logo-title h6 {
- display: block;
- font-weight: bolder;
- font-size: 22px;
- height: 4rem;
- line-height: 4rem;
- background-image: -webkit-linear-gradient(top, #ffffff, #77aae9);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .header .fast-menu {
- position: absolute;
- top: 0;
- right: 0;
- }
- .header .fast-menu a {
- margin-top: 0.375rem;
- display: inline-block;
- margin-right: 0.3125rem;
- height: 2.5rem;
- line-height: 2.5rem;
- border-bottom: 2px solid #1F50B3;
- margin-right: 1.25rem;
- }
- .header .fast-menu a:hover {
- border-bottom: 3px solid #1efcdf
- }
- .bigdata-container .table>thead>tr>th{
- background-color: rgba(20, 31, 59, 0.5);
- position: relative;
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- border: #1a9edc 1px solid;
- font-weight: bolder;
- }
- .bigdata-container .table>tbody>tr>td{
- background-color: rgba(20, 31, 59, 0.5);
- position: relative;
- border: #1a9edc 1px solid;
- }
- .bigdata-container .table-bordered{
- border:none;
- }
- .bigdata-container .table-striped>tbody>tr:nth-of-type(odd){
- background: none
- }
- .panel-body{
- display: flex;
- flex-direction: column;
- }
- .search-bar{
- margin-bottom: 1.5rem;
- display: flex;
- }
- .input-group{
- width: 25%;
- margin-left: 2rem;
- }
- .search-bar .btn-primary.btn-outline{
- background-color: rgba(20, 31, 59, 0.5);
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- border: #1a9edc 1px solid;
- font-weight: bolder;
- }
- .search-bar .btn-primary{
- background-color: rgba(20, 31, 59, 0.5);
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- border: #1a9edc 1px solid;
- font-weight: bolder;
- }
- .btn-group .btn-white{
- background-color: rgba(20, 31, 59, 0.5)!important;
- border: #1a9edc 1px solid!important;
- font-weight: bolder!important;
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- color:#1a9edc ;
- }
- .select-list ul li{
- float: left;
- margin-right: 1rem;
- height: 34px;
- line-height: 34px;
- }
- .select-list label{
- color:#1a9edc ;
- }
- .bigdata-container .form-control{
- background-color: rgba(20, 31, 59, 0.5)!important;
- border: #1a9edc 1px solid!important;
- font-weight: bolder!important;
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- color: #fff;
- }
- .bigdata-container select{
- background-color: rgba(20, 31, 59, 0.5)!important;
- border: #1a9edc 1px solid!important;
- font-weight: bolder!important;
- box-shadow: rgb(49 169 255) 0px 0px 5px inset;
- color: #fff;
- height: 34px;
- line-height: 34px;
- padding:0 2rem;
- border-radius: .5rem;
- }
|