6eb38308
Andy
add
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
body{
display: none;
/*opacity: 0;*/
}
@media (max-width: 800px) {
.top-nav{
display: none;
}
}
body,ul,li{
list-style:none;
}
button{
outline:none;
}
.clearfix:after{
display:block;
clear:both;
content:"";
visibility:hidden;
height:0
}
.clearfix{
zoom:1;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
padding: 2px !important;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
padding: 2px !important;
}
.table thead{
background: #eef1f5 !important;
}
.table thead tr th {
font-size: 12px !important;
}
.table td{
vertical-align: middle!important;
}
.fixed-table-container thead th {
/*border-left: none !important;*/
}
.fixed-table-container tbody td {
/*border-left: none !important;*/
}
ul.dropdown-menu.inner li:hover{
background-color: #36c6d3 !important;
}
.table-striped>tbody>tr{
/*background-color:#fff !important;*/
white-space: nowrap;
}
.table>tbody>tr:nth-of-type(even) {
background-color:rgba(50,197,210,0.1) !important;
}
/*.page-content-white .page-bar{*/
/*margin: -20px -20px 0 !important;*/
/*}*/
.line4 {
float: left;
display: inline-block;
width: 5px;
height: 55px;
background: #2abb9b;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
.title{
/*font-size: 16px;*/
/*color: #fff;*/
font-weight: 500;
}
/*数据表格加载样式 公共*/
/*.fixed-table-loading{
margin-top: 50px;
margin-bottom: 50px;
}*/
/*
.page-content-white .page-bar .page-breadcrumb>li>i.fa-circle {
top: 0;
}*/
.page-content{
min-height: 900px !important;
}
|