_whatever_about.scss 1.65 KB
.about-container{
	width: 924px;
	margin: 32px auto 0;
}

.about-nav{
	float: left;
	margin: 0 0 0 50px;
	li{
		line-height: 28px;
		font-size: 18px;
		margin-bottom: 18px;
		a{
			color: #000;
		}
	}
	li.current{
		a{
			color: #999999;
		}
	}
}

.about-body{
	float: left;
	max-width: 500px;
	margin: 0 0 0 296px;
	h2{
		line-height: 22px;
		font-size: 18px;
	}
	p{
		line-height: 24px;
		font-size: 14px;
	}
	.about-section{
		margin: 20px 0 0 0;
	}
	.about-section:first-child{
		margin:0 0 0 0;
	}
	.about-section.contact-us{
		img{
			margin: 16px 0 0 -5px;
			display: block;
			width: 95px;
			height: 95px;
		}
	}
}
.about-body.feedback-body{
	float: right;
}
.comments-box.feedback{
	margin:0;
}

.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; 
	}
	.product-wrap{
		float: left;
		img{
			display: block;
			width: 91px;
			height: 91px;
		}
		img.qr-img{
			width: 95px;
			height: 95px;
		}
		span{
			display: block;
			text-align: center;
			line-height: 29px;
			font-size: 13px;
		}
		em{
			font-size: 13px;
		}
	}
	.product-wrap.product-wrap-right{
		float: right;
	}
}
.links-list{
	margin: 10px 0 0 0;
	width: 552px;
	li{
		float: left;
		line-height: 38px;
		width: 110px;
		margin: 0 28px 0 0;
		a{
			font-size: 14px;
			color: #333333;
		}
	}
}
.links-pic-list{
	li{
		float: left;
		width: 	102px;
		height: 31px;
		margin:28px 16px 0 0;
		img{
			display: block;
			margin: 0 auto;
		}
	}
}

.feedback .comment-textarea{
	width: 500px;
	textarea{
		width: 484px;
	}
	.login-status{
		width: 500px\0;
	}
}