parkpoishareadd.css
2.07 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
/*左侧 tree*/
.parkpoi-container-l{
width: 356px;
height: 715px;
overflow-y: auto;
}
.parkpoi-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);
}
/* new topbar */
.parkpoi-parking-l {
float: left;
width: 60px;
height: 34px;
line-height: 34px;
}
.parkpoi-input72{
width: 72%;
height: 34px;
line-height: 34px;
}
.parkpoi-margingl60{
margin-left: 60px;
}
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: 177px;
background-position: 10px 9px;
cursor: pointer;
}
/*上传图片*/
.img-container{
width: 290px;
height: 150px;
background:#FFF;
margin-bottom:24px;
overflow: hidden;
border: 1px solid #d8e2e5;
}
.img-container>img{
width: 293px;
height: 150px;
}
.img{
width: 293px;
height: 150px;
}
.card-form{
margin-left: 20px;
}
.fileinput-button {
position: relative;
display: inline-block;
overflow: hidden;
height: 34px;
width: 80px;
border-radius: 4px !important;
}
.fileinput-button input{
position: absolute;
right: 0px;
top: 0px;
opacity: 0;
height: 34px;
width: 80px;
-ms-filter: 'alpha(opacity=0)';
font-size: 20px;
}
/*弹窗权重*/
.modal {
z-index: 996 !important;
}
.modal-backdrop{
z-index: 995 !important;
}
/*fixed-table-container top*/
.fixed-table-container thead th .th-inner{
padding: 6px 30px 6px 24px!important;
}