common.css 5.75 KB
/*!*公用的背景颜色*!*/
.backgroundd4333f{background: #d4333f;}
.backgroundf1f5f8{background: #f5f8fd;}
.background32c5d2{background: #32c5d2;}

/*公用mainleft*/
.mainleft{
    width:150px;
    background: #202326;
    height: 100%;
}
.main_l_menu{
    padding-left: 16px;
    height: 44px;
    line-height: 44px;
    color:#657887;
}
.main_l_menu img{
    margin-top: -3px;
}
.main_l_menu_1{
    background:#2d3237 url("../img/main_l_menu_1.png") no-repeat 12px center;
}
.main_l_menu_2{
    background:#2d3237 url("../img/main_l_menu_2.png") no-repeat 12px center;
}
.mainleft ul li{
    cursor: pointer;
    margin:8px 0;
    padding-left: 38px;
    height: 40px;
    line-height: 40px;
    color:rgba(161,187,207,.8);
}
.mainleft ul li.l_li_visited{
    background-color:#841212 ;
    color:#fff;
}
/*公用mainright*/

/*公用美化下拉框*/
/* diy_select */
.diy_select {
    width: 136px;
    height: 35px;
    line-height: 35px;
    position: relative;
    color: #000;
    background-color: #FFF;
    cursor: pointer; }

.diy_select_btn,
.diy_select_txt {
    float: left;
    height: 100%;
    line-height: 50px;
}

.diy_select,
.diy_select_list {
    border: 1px solid #e1e4e6;
}

.select-text {
    height: 100%;
    width: 100%;
}

.diy_select_txt {
    width: 106px;

}

.diy_select_txt,
.diy_select_list li {
    line-height: 35px;
    text-indent: 8px;
    overflow: hidden;
    color:#676869;
}

.diy_select_btn {
    width: 34px;
    height: 34px;
    background:#1E95CD url("../img/arrow_down.png") no-repeat center;
}

.select-option {
    width: 100%;

}

.diy_select_list {
    position: absolute;
    top:34px;
    left: -1px;
    z-index: 99;
    width: 100%;
    display: none;
    background: #fff;
    overflow: auto;

}

.diy_select_list li {
    list-style: none;
    height: 35px;
    line-height: 35px;
    cursor: default;
    background: #fff;
    border-bottom: 1px solid #e1e4e6;

}

.diy_select_list li.focus {
    margin: 0;
    cursor: pointer;
    background: #26be96;
    color: #fff
}
/*弹窗*/

.popMask {
    z-index: 999;
    position: fixed;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.popWin {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 380px;
    background-color: #fff;
    overflow: hidden;
    transform: translate(-50%, -50%)!important;
    /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}

.popTitle {
   /* position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    font-size: 14px;
    color:#424242;
    font-weight: 500;
    border-top:2px solid #32c5d2;*/
    line-height: 60px;
    height: 60px;
    padding: 0 15px 0 24px;
    border-bottom: 1px solid #EFEFEF;
}
.popText{
    border-left: 3px solid #1E95CD;
    padding-left: 12px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    color: #1E95CD;
}

.popClose {
    font-weight: normal;
    /*float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);*/
    /*top: 15px;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 16px;
    cursor: pointer;
    background: url('../img/delete_icon.png') no-repeat;*/
}

.popContent {
    /*height: 140px;*/
    /*line-height: 140px;*/
    margin: 0 auto;
    text-align: center;
}
.popContent .common_span{
    padding: 63px 0;
    display: inline-block;
    color: rgba(0,0,0,.7);
}

.popFooter {
    padding: 0 0 24px 0;
    text-align: center;
}

.popCancle {
    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    background-color: #c2cad8;

/*    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #26be96;*/
    /*display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 2px;*/
}

.popOk {
    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #1E95CD;
}
/*公用弹窗*/
.alert_over,.addOrg_over,.alertroler_over,.addOrg_over{
    z-index: 999;
    position: fixed;
    display: none;
    /*display: -webkit-flex;*/
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}


/*.bootstrap-table{
    height: 100%;
}*/
/*.fixed-table-container{
    height: calc(100% - 46px);
    height: -webkit-calc(100% - 46px);
    height: -mos-calc(100% - 46px);
    height: -moz-calc(100% - 46px);
    height: -o-calc(100% - 46px);
}*/

/*table{
    border:1px solid #e1e4e6;
}*/
/*//tabel为空的情况*/
.no-records-found td{
    background: #fff;
    padding: 153px 0!important;
    border-top: 1px solid #e1e4e6;
}
.no-records-found td a{
    color: #e7505a;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
}
/*操作按钮颜色*/
.operate_btn_color{
    border: 0;
    margin: 0;
    color: #fff;
    cursor: pointer;
}
.disable_alert{
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
/*table样式*/
.table td, .table th {
    vertical-align: middle !important;
}