creditManage.css
1.36 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
@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;
}
.credit-manage i {
background-image: url(../../images/one-icon.png);
}
.upload i {
width: 18px;
height: 18px;
background-position: -55px -46px;
vertical-align: middle;
}
.mbox-filter div {
margin-bottom: 10px;
}
.mbox-filter #haspic,
.mbox-filter #nopic {
width: 14px;
height: 14px;
}
.mbox-table table {
width: 100%;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #ccc;
}
.mbox-table td {
border-top: 1px solid #ccc;
border-collapse: collapse;
padding: 20px 0;
text-align: center;
width: 15%;
}
.mbox-table tr.head {
background-color: #f9f9f9;
}
.file-img img {
width: 100px;
height: 100px;
}
.edui-container .edui-editor-body img{
width: auto;
height: auto;
}
.g-datum ul li {
height: auto;
line-height: 1;
}
/*响应式*/
@media screen and (max-width: 1200px){
}