refundDetail.css
2.63 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
@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 "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/
/* credit manage css */
.credit-manage {
font-size: 12px;
margin-top: 20px;
}
.manage-hint {
background-color: #f9f9f9;
color: #333;
border: 1px solid #ccc;
padding: 20px;
}
.hint-time {
color: #fc0d1b;
}
.hint-suc {
background-color: #f6fff9;
color: #1dbf59;
border-color: #a4e5ba;
}
.hint-ref {
background-color: #fff6f6;
color: #e64641;
border-color: #f08080;
}
.hint-suc,
.hint-ref {
padding-left: 60px;
}
.mc-head {
font-size: 14px;
background-color: #f9f9f9;
border: 1px solid #ccc;
padding: 15px 20px;
}
.mc-body {
border; 0;
padding: 0 20px;
}
.mc-hd {
font-size: 16px;
padding: 20px 0;
border-bottom: 1px dashed #ccc;
}
.mc-bd b {
font-weight: 100;
max-width: 80%;
vertical-align: top;
color: #666;
}
.mc-bd b,
.mc-table a,
.mc-bd span {
display: inline-block;
*display: inline;
*zoom: 1;
}
.mc-bd span {
vertical-align: top;
margin: 10px 0;
display: block;
}
.mc-bd {
padding: 10px 0;
}
.mc-table {
width: 100%;
border: solid #ccc;
border-width: 1px 1px 0 1px;
margin-top: 10px;
}
.mc-table th,
.mc-table td {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}
.mc-table th {
background-color: #f9f9f9;
}
.mc-table td {
text-align: center;
width: 20%;
}
.mc-table img {
width: 30px;
height: 30px;
}
.mc-table span {
color: #999;
display: block;
width: 100%;
text-align: left;
margin: 0;
}
.mc-table a {
vertical-align: top;
max-width: 65%;
text-align: left;
}
.mc-table a p {
width: 178px;
height: 18px;
overflow: hidden;
}
.img-link {
padding: 2px 10px 0 0;
}
.fourty {
width: 40%;
}
.manage-hint {
position: relative;
}
.hint-suc-target,
.hint-ref-target {
position: absolute;
display: block;
left: 15px;
top: 11px;
width: 35px;
height: 35px;
background: url(../../images/one-icon.png) no-repeat;
}
.hint-suc-target {
background-position: -103px -62px;
}
.hint-ref-target {
background-position: -103px -102px;
}
.focus-price {
color: #f00 !important;
}
.mfooter {
margin-top: 10px;
}
/*响应式*/
@media screen and (max-width: 1200px){
}