_1620_about.scss 1.18 KB
@media screen and (min-width:1190px){

.about-container{
	width: 1080px;
	margin: 30px auto 0;
}

.about-nav{
	margin: 0 0 0 54px;
	li{
		line-height: 28px;
		font-size: 21px;
		margin-bottom: 18px;
	}
}

.about-body{
	margin: 0 0 0 346px;
	max-width: 590px;
	h2{
		line-height: 22px;
		font-size: 18px;
	}
	p{
		line-height: 24px;
		font-size: 14px;
	}
	.about-section{
		margin: 20px 0 0 0;
	}
	.about-section.contact-us{
		img{
			margin: 16px 0 0 -5px;
			display: block;
			width: 95px;
			height: 95px;
		}
	}
}

.about-us-qr{
	width: 260px;
	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% 80%;
	}
	.product-wrap{
		float: left;
		img{
			display: block;
			width: 100px;
			height: 100px;
		}
		img.qr-img{
			width: 105px;
			height: 105px;
		}
		span{
			display: block;
			text-align: center;
			line-height: 30px;
			font-size: 14px;
		}
		em{
			font-size: 14px;
		}
	}
	.product-wrap.product-wrap-right{
		float: right;
	}
	
}
.feedback .comment-textarea{
	width: 558px;
	textarea{
		width: 542px;
	}
	.login-status{
		width: 558px;
	}
}
}