pc-modular.css 747 Bytes
.pc-template-area {
    margin-top: 38px;
    height: 100%;
    overflow-y: auto;
}

.pc-template .pc-shop-banner {
    height: 150px;
    margin-bottom: 0;
    text-align: center;
}

.pc-shop-banner .logo {
    top: 66px !important;
}


.pc-template .pc-shop-navbar {
    height: 40px;
    margin-bottom: 30px;
    background: #000000;
}

.pc-shop-navbar ul {
    list-style: none;
    margin: 0;
}

.pc-shop-navbar ul li {
    float: left;
    width: 14%;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-family: microsoft yahei;
}

.pc-shop-navbar ul li a {
    color: #FFFFFF;
}

.pc-template .left-area {
    width: 160px;
    display: inline-block;
}

.pc-template .right-area {
    width: 970px;
    float: right;
}