m-footer.css 2.82 KB
.footer{
    margin-top: 30px;
    min-width: 990px;
}
.footer .bg-F9 {
    border: 1px solid #ccc;
    padding: 30px 0;
}
.footer .footer-view {
    width: 1000px;
    margin: 0 auto;
}
.footer .left {
    float: left;
    border-right: 1px solid #ccc;
}
.footer .left li {
    float: left;
    text-align: center;
    width: 124px;
}
.footer .left li p {
    margin: 20px 0 10px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.footer .left li a {
    display: block;
    line-height: 25px;
    color: #999;
}
.footer .left li a:hover {
	color: #78ad26;
}
span.icon-we {
    background: url("../../images/index-all.png") no-repeat -1px -87px;
    width: 25px;
    height: 24px;
    display: inline-block;
}
span.icon-aftersales {
    background: url("../../images/index-all.png") no-repeat -33px -87px;
    width: 22px;
    height: 24px;
    display: inline-block;
}
span.icon-shopping {
    background: url("../../images/index-all.png") no-repeat -61px -88px;
    width: 25px;
    height: 24px;
    display: inline-block;
}
span.icon-identity {
    background: url("../../images/index-all.png") no-repeat -93px -88px;
    width: 22px;
    height: 24px;
    display: inline-block;
}
span.icon-novice {
    background: url("../../images/index-all.png") no-repeat -123px -87px;
    width: 25px;
    height: 24px;
    display: inline-block;
}
span.icon-shield {
    background: url("../../images/index-all.png") no-repeat -400px -108px;
    width: 109px;
    height: 112px;
    float: left;
}
span.icon-f-phone {
    background: url("../../images/index-all.png") no-repeat -71px -121px;
    width: 15px;
    height: 16px;
    float: left;
}
span.icon-f-customerservice {
    background: url("../../images/index-all.png") no-repeat -91px -121px;
    width: 16px;
    height: 16px;
    float: left;
}
span.icon-f-im {
    background: url("../../images/index-all.png") no-repeat -6px -121px;
    width: 16px;
    height: 16px;
    float: left;
}
.footer .right {
    float: left;
    width: 375px;
}
.footer .right .icon-shield {
    margin-left: 20px;
    margin-top: 40px;
}
.footer .right ul {
    margin-top: 40px;
    float: left;
    width: 225px;
    margin-left: 20px;
}
.footer .right ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer .right ul li p {
    float: left;
    margin-left: 5px;
}
.footer .right ul li .text-phone {
    font-weight: bold;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #F34544;
}
.footer .right ul li .text-time {
    color: #666;
}
.footer .right ul li .dili-im {
    margin-top: -5px;
    margin-left: 10px;
}
.footer .footer-end {
    padding: 20px 0;
    text-align: center;
}
.footer .footer-end p {
    margin-bottom: 10px;
}

/*响应式*/
@media screen and (max-width: 1200px){
    .footer .footer-view{
        width: 990px;
    }
    .footer .left li{
        width: 120px;
    }
}