marketQuote.css
2.5 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
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-minicart.css";/*迷你购物车*/
@import "./m-pack.select.css";/*下拉列表*/
@import "./m-form.css";/*表单*/
@import "./m-empty.css";/*搜索无结果样式*/
@import "./manage.public.css";/*管理后台通用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/
/* credit quote css */
.page {
margin-bottom: 20px;
text-align: right;
}
.links-area {
margin-top: -30px;
}
.s-colorbar span {
width: 85px;
height: 5px;
background: #ccc;
}
.s-colorbar span,
.tab-title div,
.tab-title span {
display: inline-block;
*display: inline;
*zoom:1;
}
.tab-title {
border-bottom: 1px solid #ccc;
margin-top: 20px;
}
.tab-title div {
border: 1px solid #f9f9f9;
border-bottom-color: #fff;
margin-right: 10px;
padding: 10px 20px 10px 10px;
font-size: 20px;
font-family: 'Microsoft YaHei';
color: #ccc;
background-color: #f9f9f9;
position: relative;
cursor: pointer;
}
.tab-title span {
border-left: 10px solid #ccc;
padding-left: 10px;
height: 20px;
line-height: 20px;
}
.tab-title .on {
background-color: #fff;
color: #333;
border-color: #ccc #ccc #fff #ccc;
top: 1px;
}
.tab-title .on span {
border-left-color: #78ad26;
}
table.show-product-info td {
width: 12%;
padding: 10px 0;
}
.tab-two .show-product-info span {
width: 120px;
}
.tab-two {
display: none;
}
.show-product-info .goods_name a {
width: 120px !important;
}
/* 兼容性修正样式 */
.g-tabs-box form >div {
margin-bottom: 20px;
}
.g-tabs-box .iptText {
width: 120px;
}
.g-tabs-box dd {
border: 0;
background: none;
}
.g-tabs-box .submitBtn {
margin-left: 20px;
vertical-align: middle;
}
.g-tabs-box select {
width: 120px;
height: 30px;
border: 1px solid #ccc;
box-shadow: 1px 1px 4px #f2f2f2 inset;
}
.g-tabs-box b {
display: inline-block;
*display: inline;
*zoom: 1;
width: 70px;
text-align: right;
font-weight: 100;
}
table.show-product-info {
border-width: 0 1px;
border-color: #ccc;
border-style: solid;
text-align: center;
}
table.show-product-info td {
border-bottom: 1px solid #ccc;
}
table.show-product-info span {
color: #333;
}
table.show-product-info a,
table.show-product-info span {
display: inline-block;
*display: inline;
*zoom: 1;
width: 70px;
}
.g-tabs-box dd {
margin-top: 20px;
}
table.show-product-info .show-title td {
background: #f9f9f9;
border-width: 1px 0;
border-style: solid;
border-color: #ccc;
height: 30px;
}
/*响应式*/
@media screen and (max-width: 1200px){
}