_768_about.scss 1.35 KB
@media screen and (max-width:768px){

.about-container{
	width: 668px;
	margin: 20px auto 0;
}

.about-nav{
	margin: 0 0 0 40px;
	li{
		line-height: 22px;
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.about-body{
	margin: 0 0 0 200px;
	max-width: 370px;
	h2{
		line-height: 22px;
		font-size: 14px;
	}
	p{
		line-height: 18px;
		font-size: 12px;
	}
	.about-section{
		margin: 15px 0 0 0;
	}
	.about-section.contact-us{
		img{
			margin: 8px 0 0 -5px;
			display: block;
			width: 95px;
			height: 95px;
		}
	}
}
.about-us-qr{
	width: 230px;
	margin: 34px 0 0 3px;
	.product{
		margin-bottom: 30px;
		background-image: url("../../images/about/line.png");
		background-repeat: no-repeat;
		background-position: top center; 
		background-size: 2% 76%;
	}
	.product-wrap{
		float: left;
		img{
			display: block;
			width: 87px;
			height: 87px;
		}
		img.qr-img{
			width: 91px;
			height: 91px;
		}
		span{
			display: block;
			text-align: center;
			line-height: 30px;
			font-size: 12px;
		}
		em{
			font-size: 12px;
		}
	}
	.product-wrap.product-wrap-right{
		float: right;
	}
}

.links-list{
	margin: 10px 0 0 0;
	width: 414px;
	li{
		float: left;
		line-height: 34px;
		width: 110px;
		margin: 0 28px 0 0;
		a{
			font-size: 12px;
			color: #333333;
		}
	}
}

.feedback .comment-textarea{
	width: 370px;
	textarea{
		width: 354px;
	}
	.login-status{
		width: 100%;
	}
}
}