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

.head {
    height: 55px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    margin: 20px 0;
}

.fast-search {
    height: 30px;
    margin: 12px 0 12px 30px;
    color: #999;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.fast-search input {
    height: 30px;
    border: 1px solid #ddd;
    width: 315px;
    margin-left: 10px;
    padding-left: 10px;
}
.more {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 40px;
}
.more a {
    color: #999;
}
.more a:hover {
    color: #ff6600;
}

/*i-lists*/
.i-lists {
    border-top: 2px solid #77AC2C;
    margin-bottom: 20px;
}
.i-lists table {
    border-collapse:collapse;
    border:none;
    width: 100%;
}
.i-lists table a {
    color: #005ea7;
    display: block;
}
.i-lists table th {
    background: #F8F8F8;
    border-bottom: 1px solid #ccc;
    height: 49px;
    font-weight: normal;
}
.i-lists table td {
    text-align: center;
}
.i-lists table td span {
    font-weight: bold;
}
.i-lists iframe {
    border: none;
    width: 500px;
    height: 160px;
    margin: 0 auto;
}
.i-lists .charts-td {
    position: relative;
    width: 500px;
}
.i-lists .hrefcharts {
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
}
#goods-recommend2 {
    display: block;
    background: #f8f8f8;
}
#goods-recommend2 li {
    margin: 0 17px;
}
.goods-recommend .title span {
    background: transparent;
}


/*响应式*/
@media screen and (max-width: 1280px){

}