index-details.css
3.29 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
/**
* 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;
}
}