parkpoishareadd.css 2.07 KB
/*左侧 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;
}