analogbilling.css
2.99 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/*公用开始*/
.table{
margin-bottom: 0;
}
/*公用结束*/
/*搜索css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.analog-parking-l {
float: left;
width: 60px;
height: 34px;
line-height: 34px;
}
.analog-parkinput78{
width: 78%;
height: 34px;
line-height: 34px;
}
.control-label {
width: 60px;
line-height: 35px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
text-overflow: ellipsis;
color: #666;
}
/*.input-group .daterange-bg {
width: 130px;
text-align: left;
background: url(../img/dataicon.png) no-repeat right 0;
background-color: #fff;
padding-right: 40px;
}*/
/*搜索css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*表格css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.main_wrap .portlet.light{
padding-top: 0;
padding-right: 0;
}
.col_center{
width: calc(100% - 357px);
width: -webkit-calc(100% - 357px);
width: -moz-calc(100% - 357px);
width: -ms-calc(100% - 357px);
width: -o-calc(100% - 357px);
height: 176px;
overflow-y: scroll;
}
.col_center table thead tr th{
width: 110px !important;
text-align: center;
}
.col_center table tbody tr td{
width: 110px !important;
text-align: center;
}
.col_right{
width: 332px;
height: 175px;
background-color: #fafafa;
margin-left: 25px;
padding-top: 25px;
padding-left: 25px;
box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
}
.col_right_ul{padding-left: 0}
.col_right_ul li{
float: left;
width: 153px;
margin-bottom: 20px;
}
.col_right_li_title{
border-left: 2px solid #2abb9b;
font-size: 13px;
padding-left: 10px;
height: 13px;
line-height: 13px;
margin-bottom: 10px;
}
.col_right_li_mon{
padding-left: 14px;
}
.col_right_li_mon span:nth-of-type(1){
font-size: 28px;
color: #1f2b3d;
}
.col_right_li_mon span:nth-of-type(2){
color: #1f2b3d;
}
.col_right_li_title_l{
border:0;
padding-left: 13px;
}
.col_right_li_mon_ellipsis{
overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.form-control{
color: #666 !important;
}
/*表格css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
/*图例css开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
.echarts_wrap{
margin-top: 24px;
}
.echarts_wrap_title{
padding: 5px 10px;
background-color: #1f2b3d;
color: #fff;
width: 110px;
border-radius: 5px!important;
}
.echart_con{
height: 270px;
}
/*图例css结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/