www.gusucode.com > baigo CMS PHP开源网站管理系统 v1.2.2源码程序 > baigocms_v1.2.2/bg_static/admin/default/css/admin_common.css

    .affix { top: 0; left: 0; z-index: 99999; background: #fff; padding: 10px 15px; width: 100%; text-align: center; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3)!important; box-shadow: 0 3px 6px rgba(0, 0, 0, .3)!important; }

.modal { z-index: 999999!important; }

.alert_overflow { overflow: hidden; }
.attach_overflow { overflow: hidden; }

.page_baigo .pagination { margin: 0 0 15px 0; }
.content_baigo { max-width: 100%!important; }

.sub_normal { background: #eee!important; }
.sub_normal:hover { background: #ddd!important; }

.label_baigo { margin-bottom: 5px; }
.label_baigo .label { font-size: 12px; }
.tooltip_baigo .tooltip-inner { max-width: 500px; }
.page_foot { height: 40px; }

.foot_logo > a { display: block; width: 150px; height: 0px; padding-top: 40px; overflow: hidden; background: url(../image/admin_foot.png); }
.foot_power { padding: 10px 20px; }

.td_mn { width: 50px; text-align: center; }
.td_sm { width: 110px; }
.td_md { width: 150px; }
.td_bg { width: 200px; }
.td_lg { width: 250px; }

.text_bg { height: 500px!important; }
.text_md { height: 300px!important; }

.static_label { color: #999; font-weight: normal; }

.list_padding { margin-left: 15px; }

.list_menu {
    padding-left: 0;
    margin: 3px 0 0 -3px;
    list-style: none;
}

.list_menu > li {
    display: inline-block;
    padding: 0 3px;
}

.list_menu > li + li:before {
    padding-right: 4px;
    color: #ccc;
    content: "|";
}

label.control-label > span { color: #c30; margin-left: 10px; }

table td.child_2 { padding-left: 23px!important; }
table td.child_3 { padding-left: 38px!important; }
table td.child_4 { padding-left: 53px!important; }
table td.child_5 { padding-left: 68px!important; }
table td.child_6 { padding-left: 83px!important; }

.input-group-addon.input_range {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.nav_baigo a { padding: 4px 8px!important; }

.radio_baigo,
.checkbox_baigo {
    display: block;
    min-height: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.radio_baigo input[type="radio"],
.checkbox_baigo input[type="checkbox"] {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    margin-right: 5px;
}

.radio_baigo label,
.checkbox_baigo label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    margin-right: 5px;
}

.dl_baigo { margin-bottom: 5px!important; }

.list_dl dd {
    margin-bottom: 10px;
}