tradeDetails.css
3.02 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
@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;
}
}