index-list.css
1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/**
* 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){
}