index-details.css 3.29 KB
/**
 * name@ zzf
 * time@ 2014-10-23
 **/
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-form.css";/*表单*/
@import "./m-footer.css";/*底部*/
@import "./m-goods.list.css";/*列表样式*/
@import "./m-hot.list.css";/*列表样式*/

.main .left {
    width: 990px;
    float: left;
}
.main .right {
    width: 190px;
    float: right;
}
.main .right .hot-item {
    margin-top: 30px;
}
.goods-info .dili-im i {
    width: 24px;
}

/*title*/
.title h3 {
    border-left: 10px solid #77AC2C;
    font-family: "microsoft yahei";
    margin: 30px 0;
    font-size: 22px;
    font-weight: normal;
    padding: 4px 0 4px 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.title a {
    margin-left: 10px;
}

/*模块*/
.module {
    margin-bottom: 30px;
}
.module .head {
    height: 30px;
    border-bottom: 2px solid #77AC2C;
}
.module .head p {
    height: 30px;
    background: #77AC2C;
    padding: 0 15px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #fff;
    *display: inline;
    zoom: 1;
}
.module .cont {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.module table {
    border-collapse:collapse;
    border:none;
    width: 100%;
}
.module table th {
    background: #F8F8F8;
    border-bottom: 1px solid #ccc;
    height: 49px;
    font-weight: normal;
}
.module table td {
    height: 40px;
    text-align: center;
}
.module table td span {
    font-weight: bold;
}
.module .tabs {
    border-bottom: 1px solid #ccc;
    background: #F8F8F8;
    height: 49px;
}
.module .tabs ul {
    margin-left: 20px;
}
.module table tbody {
    padding: 10px 0;
}
.module .tabs li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 20px;
    position: relative;
    top: 18px;
    color: #999;
    line-height: 30px;
    cursor: pointer;
}
.module .tabs li.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.module .on-head-end th {
    background: #fff;
    border-bottom: none;
    border-bottom: 1px solid #ccc;
}
.module .on-head-end {
    border-bottom: 1px solid #ccc;
    margin: 20px 30px;
    width: 930px;
}
.module .page {
    margin: 20px 0;
}
.module .list {
    padding: 15px 0;
}
.module .list li {
    width: 440px;
    text-align: center;
    float: left;
    padding: 5px 25px;
}
.module .list li p {
    float: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 300px;
}
.module .list li span {
    float: right;
}
.module .content iframe {
    width: 980px;
    height: 300px;
    border: none;
}
.module .list li span.i-tag,
.module .list li span.i-sup {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}
.i-tag {
	border: 1px solid #78ad26;
	background-color: #f9f9f9;
	padding: 0 5px;
	color: #78ad26;
}
.i-sup {
	color: #f60;
	background-color: #ffefe2;
	border: 1px solid #ffaf70;
	padding: 0 5px;
}


/*响应式*/
@media screen and (max-width: 1200px){
    .main .left{
        width: 780px;
    }
    .module .on-head-end {
        width: 730px;
    }
    .module .content iframe {
        width: 780px;
    }
    .module .list li {
        width: 330px;
    }
    .module .list li p {
        float: left;
        width: 235px;
    }
}