areamanagement.css
2.28 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
.parkset-container-l{
width: 356px;
height: 715px;
overflow-y: auto;
}
.parkset-container-r{
height:715px;
width:calc(100% - 380px);
width:-webkit-calc(100% - 380px);
width:-moz-calc(100% - 380px);
width:-ms-calc(100% - 380px);
width:-o-calc(100% - 380px);
}
.areamanagement-table{
/*height: 598px;*/
}
.parket--parking-l{
width:60px;
}
/*#areamanagement-table .bs-checkbox{
padding-left: 0px !important;
}*/
/*树*/
/*#area_tree li span.button.ico_docu,#userEdit_org_tree li span.button.ico_docu{
background-position: -17px -105px;
}
#area_tree li span.button.ico_open,#userEdit_org_tree li span.button.ico_open{
background-position: 1px -105px;
}
#area_tree li span.button.ico_close,#userEdit_org_tree li span.button.ico_close{
background-position: 1px -105px;
}*/
/*弹窗*/
/*----------- 新增弹窗 ----------*/
.areanamage-width81{
width: 81px;
}
.areamanage-pad5{
padding-left: 5px;
padding-right: 5px;
}
input[type=radio ] {
width: 28px;
height: 24px;
margin: 0;
padding: 0;
opacity: 0;
filter: "alpha(opacity=0)";
}
input[type=radio] + label {
margin-right: 14px;
display: inline-block;
margin-left: -28px;
padding-left: 20px;
background: url(img/input-radio.png) no-repeat 0 center;
line-height: 24px;
}
input[type=radio]:checked + label {
background: url(img/input-radio-active.png) no-repeat 0 center;
}
.areanamage-mapBg{
background: url(img/areamanage_baidimapIco.png) no-repeat;
width: 34px;
height: 34px;
position: absolute;
top: 0;
left: 190px;
background-position: 10px 9px;
cursor: pointer;
}
/*表格多选按钮*/
.fixed-table-container .bs-checkbox .th-inner{
padding:6px 30px 6px 24px;
}
.areamanagement-table input{
opacity: 1!important;
}
/*时间插件*/
.layui-laydate-header{
display: none;
}
/*---------导入弹窗-----------*/
.areamanage-height30{
height: 30px;
line-height: 30px;
display: block;
margin-bottom: 10px;
}
/*上传 btn */
.btn.default:not(.btn-outline) {
background-color: #e1e5ec;
}
.lookmodel_list li{
height: 30px;
line-height: 30px;
color: red;
padding-left: 9px;
}
.lookparkTab{
width: 988px;
max-height: 468px;
overflow-y: auto;
overflow-x: auto;
}