tradeDetails.css 3.02 KB
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "./m-goods.list.css";/*商品列表*/
@import "./m-more-tab.css";/*更多商品*/
@import "./m-hot.list.css";/*热销列表 引用位于goods.list.css之后*/
@import "./m-frame.css";/*弹出框样式集合*/
@import "./m-pack.select.css";/*下拉框*/
@import "./m-steps.css";/*步骤样式*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./m-bar.css";/*操作条*/

/* trade details css */
.show-list-area .ll {
	width: 940px;
}
.another-side {
	float: left;
	margin-right: 18px;
	width: 242px;
}
.hot-item {
	margin-top: 20px;
	padding: 20px 45px;
}
.hot-item h5 {
	margin: 0 30px;
}
.goods-more .justify-list {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0 5px 5px 0;
}
.goods-more {
	margin-top: 20px;
}
.goods-more .goods-list-box li {
	margin-right: 10px;
	float: left;
}
.dili-im i {
	width: 24px;
	height: 21px;
}
.infomation {
	margin-top: 20px;
}
.infomation h2,
.user-cell h2 {
	padding: 20px 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}
.quote-area {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}
.quote-area h4 {
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	padding: 8px 20px;
}

.quote-area p {
	color: #666;
	padding: 10px 20px 10px 0;
}
.quote-area span {
	color: #333;
}
.h-content {
	padding: 10px 0 10px 40px;
}
.h-content .submitBtn {
	margin-top: 10px;
	font-size: 14px;
	padding: 0 20px;
}
.h-content img {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.h-content table {
    width: 96%;
}
.h-content td {
    width: 20%;
    text-align: center;
    padding: 15px 0;
}
.h-content thead td {
    border-bottom: 1px solid #ccc;
}
.h-content tbody td {
    border-bottom: 1px dashed #ccc;
}
.h-content .a-link {
	display: block;
	height: 34px;
	overflow: hidden;
}
.user-cell {
    border: 1px solid #ccc;
    margin-top: 20px;
}
.user-cell h2 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
}
.user-cell span,
.user-cell a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 52%;
    vertical-align: top;
    word-break: break-word;
}
.user-cell .title {
    padding-left: 6%;
    width: 32%;
    background: url("../../images/index-all.png") no-repeat -609px -243px;
}
.user-cell h2 {
    padding-left: 8%; 
}
.user-more {
    padding: 5px 0 5px 20px;
}
.user-more div {
    padding: 15px 0;
}
.user-more .dili-im {
    margin-top: 0;
}
.user-cell .little {
    background-position: -162px -20px;
	margin-right: 5px;
	height: 19px;
	*height: 16px;
}
.c-declare {
	margin-bottom: 20px;
}
.z-index-1 {
	position: relative;
	z-index: 10;
}
.often-words {
	width: 248px;
	min-height: 30px;
}
.goods-list-box {
	text-align: justify;
}
.goods-more .goods-list-box li {
	margin-right: 0;
	float: none;
}

/*响应式*/
@media screen and (max-width: 1200px){
	.show-list-area .ll{
		width: 730px;
	}
	.responsive{
		width: 990px;
	}
}