bszn.css 4.74 KB
/* ----------------------公共样式-------------------------- */
.contentBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height:calc(100vh - 350px);
}
.business_guide {
    overflow-x: hidden;
}
.titleActive {
    color: #006CFF;
    font-weight: 600;
}
/* --------------------导航tab------------------------- */
.one_content {
    border: 1px solid #DEDEDE;;
    margin-top: 20px!important;
    margin-bottom: 60px!important;
}
.one_content .layui-tab {
    margin: -1px;
}
.one_content .layui-tab-title li {
    font-weight: 600;
    color: #6D7278;
    line-height: 60px;
    box-sizing: border-box;
}
.one_content .layui-tab-title .layui-this {
    color: #4A4A4A;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #006CFF;
}
.layui-tab .layui-tab-brief .layui-this {
    color: #006CFF;
}
.layui-tab .layui-tab-brief li {
    margin: 0 10px;
}
.online_business {
    margin-top: 20px;
}
.online_business h2 .icon {
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 12px;
    margin-right: 7px;
}
.online_business h2 {
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
    box-sizing: border-box;
}
.online_list {
    padding-bottom: 20px;
    overflow: hidden;
}
.online_list li{
    width: 45%!important;
    float: left;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #DEDEDE;
}
.online_list li:nth-child(even) {
    margin-left: 7%;
}
.online_list li a{
    display: block;
    width: 100%;
}
.online_list li a:hover span{
    color: #0091FF;
}
.online_list li a button {
    float: right;
    margin-top: 15px;
    border-radius: 15px;
}
.busTabs {
    background: #FAFAFA;
    height: 60px!important;
    line-height: 60px;
}
.busTabs li {
    width: 170px;
    font-size: 16px;
    font-weight: 400!important;
    color: #6D7278!important;
}
.busTabs .layui-this {
    border-top: 2px solid #006CFF;
    background-color: #fff;
    box-sizing: border-box;
    width: 170px!important;
    color: #4A4A4A!important;
    font-weight: 600!important;
}
.busTabs .layui-this:after {
    height: 60px!important;
}
.itemList_tab {
    border-bottom: none!important;
    margin-left: -10px;
    margin-bottom: 30px;
}
.itemList_tab li {
    box-sizing: border-box;
}

.layui-tab-brief>.layui-tab-title .layui-this{
    color: #006CFF!important;
}
.layui-tab-brief>.layui-tab-title .layui-this::after {
    border-bottom: 2px solid #006CFF!important;
    margin-top: 5px;
    width: 80%;
    left: 10%;
}
.navtab1 .layui-tab-title {
    border: none!important;
    margin-left: -10px;
    margin-bottom: 30px;
}

/* 行政区 */
.selectCity {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.selectCity h2 {
    display: inline-block;
    margin-right: 9px;
}
.area_list_content {
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
}
.area_list_content h2 {
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.selectCity .area_list {
    width: 95%;
    float: left;
}
.selectCity .area_list li {
    display: inline-block;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    color: #6D7278;
}
.selectCity .area_list li:hover {
    color: #006CFF;
    border-color: #006CFF;
}
.active2 {
    color: #006CFF!important;
    border-color: #006CFF!important;
}
.itemButton {
    display: inline-block;
    float: right;
    width: 170px;
}
.itemButton a {
    display: inline-block;
}
.itemButton a:nth-child(1) {
    position: relative;
    left: 15px;
}
.itemButton button {
    display: inline-block;
}
.business_name {
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 350px;
}
.select-city {
    margin-left: 50px;
}
.region_title {
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 700;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.region_title img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.region_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 2px;
    background-color: #006CFF;
}
.online-processing {
    background-color: #fff;
    border: 1px solid #0F93F6;
    color: #0F93F6;
}
.online-processing:hover {
    color: #0F93F6!important;
}
.business-guide {
    color: #9B9B9B;
    border: 1px solid #DDDDDD;
}
.business-guide:hover {
    border-color: #DDDDDD;
}