CSS
@media screen and (min-width: 640px) {
form, .mall-cf, .partner {
max-width: 640px;
margin: 20px auto;
}
.footer-bd {
display: block;
}
.partner h3 {
text-align: left;
}
.mall-btn-group i {
display: inline-block;
border-radius: 0px;
border: 0px;
background-color: transparent;
}
.mall-btn-group span {
display: inline-block;
}
.mall-cf input {
width: 100%;
font-size: 16px;
}
/*底部*/
.footer {
text-align: left;
display: block;
position: relative;
margin: 0px auto;
padding: 7px 0px 9px;
margin-top: 20px;
max-width: 1200px;
}
.footer .footer-bd p, .footer .footer-hd p {
margin-bottom: 8px;
line-height: 27px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.footer .footer-hd a {
margin: 0px 4px;
white-space: nowrap;
color: #6C6C6C;
}
.footer .footer-hd b {
margin: 0px 3px;
font-weight: 400;
color: #DDD;
}
.footer .footer-bd p {
border-bottom: none;
}
}
@media screen and (min-width: 1025px) {
.login-box, .login-box2 {
width: 100%;
max-width: 360px;
height: 430px;
position: absolute;
margin-top: 20px;
margin-left: 0px;
background: #f8f8f8;
right: 2%;
padding: 10px 20px;
}
.login-box2 {
height: 430px;
}
.login-boxtitle {
max-width: 1000px;
margin: 0px auto;
height: 100px;
}
.login-boxtitle img {
height: 100px;
}
.login-banner, .res-banner {
width: 100%;
height: 470px;
background: #fd7a72;
}
.login-main, .res-main {
max-width: 1000px;
height: 470px;
margin: 0px auto;
position: relative;
}
/*头部*/
.login-boxtitle {
display: block;
}
.zcnext {
right: 20px;
top: 15px;
}
/*背景*/
.login-banner-bg {
display: block;
float: left;
}
.mall-btn-primary {
width: 100%;
}
/*修改的样式*/
#doc-my-tabs li.mall-active a, #doc-my-tabs li a {
background: #f8f8f8;
}
.mall-nav-tabs > li > a, .mall-nav-tabs.mall-nav-justify > li > a, .mall-nav-tabs.mall-nav-justify > .mall-active > a, .mall-nav-tabs > li.mall-active > a, .mall-nav-tabs > li.mall-active > a:focus, .mall-nav-tabs > li.mall-active > a:hover {
border: none;
}
}