style.css 2.17 KB
.administrator {
    display: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn {
    letter-spacing: 5px !important;
}

.fr {
    float: right;
}

.ml30 {
    margin-left: 30px;
}

.pl30 {
    padding-left: 30px;
}


/** 业务效果**/

.location {
    height: 500px;
    overflow: hidden;
    border-right: 1px solid #EEEEEE;
}

.address-list {
    height: 450px;
    overflow: scroll;
}

.address-list .locationBox {
    cursor: pointer;
}

.address-list .locationBox .title {
    color: #5bc0de;
    font-size: 12px;
    font-weight: bold;
}

.address-list .locationBox .address {
    color: #333333;
    font-size: 10px;
    margin-top: 5px;
}

.address-list .active {
    background-color: #EEEEEE;
    padding: 5px;
    cursor: default !important;
}

.address-list .active .title {
    color: #F00 !important;
}

.locationSearch {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.locationSearch input {
    width: 80%;
    height: 40px;
}

.locationHead {
    height: 50px;
    line-height: 50px;
}

.map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0;
}

.station {
    border: solid 1px #CCCCCC;
    height: 50px;
    text-align: center;
}

.station span {
    color: #9c9c9c;
    font-size: 12px;
}

.station-operation {
    height: 50px;
    line-height: 50px;
}

.next-station {
    margin: 10px 0;
    height: 20px;
    text-align: center;
}

.next-station img {
    max-height: 20px;
}

.add-station {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #CCC !important;
    border-radius: 4px;
    cursor: pointer;
}

.modal-footer {
    padding: 20px !important;
}

.route {
    background-color: #EEEEEE;
}

/**班车 **/
.panel-title {
    color: #aaaaaa !important;
}
.lines-panel {
}