parkpoishareadd.css 1.25 KB
/*左侧 tree*/
.parkpoi-container-l{
    width: 326px;
    height: 715px;
    overflow-y: auto;
}
.parkpoi-container-r{
    height:715px;
    width:calc(100% - 350px);
    width:-webkit-calc(100% - 350px);
    width:-moz-calc(100% - 350px);
    width:-ms-calc(100% - 350px);
    width:-o-calc(100% - 350px);
}

/* new topbar */
.parkpoi-parking-l {
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
}
.parkpoi-input78{
    width: 78%;
    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(../parksetCss/img/input-radio.png) no-repeat 0 center;
    line-height: 24px;
}
input[type=radio]:checked + label {
    background: url(../parksetCss/img/input-radio-active.png) no-repeat 0 center;
}
.areanamage-mapBg{
    background: url(../parksetCss/img/areamanage_baidimapIco.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 190px;
    background-position: 10px 9px;
    cursor: pointer;
}