creditUpload.css
883 Bytes
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
@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 upload css */
.mbox-table .align-right {
font-size: 14px;
vertical-align: top;
padding: 7px 10px 0 0;
width: 35%;
}
.mbox-table .iptTips {
margin-bottom: 20px;
}
.mbox-table table {
margin: 0 auto;
}
.mbox-table .upload-area .submitBtn {
vertical-align: bottom;
}
.upload-area {
background: url(../../images/release.png) no-repeat -322px 0;
}
.file-img {
width: 100px;
height: 100px;
}
/*响应式*/
@media screen and (max-width: 1200px){
}