supplyPublish.css
2.45 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
@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 "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/
/* supply publish css */
.mbox-table table {
width: 100%;
}
.mbox-table table,
.mbox-table .iptTips {
margin-bottom: 20px;
}
.mbox-table .align-right {
vertical-align: top;
padding: 7px 10px 0 0;
width: 18%;
font-size: 14px;
}
.mbox-table textarea {
width: 248px;
max-width: 400px;
}
.form-radio {
width: 14px;
height: 14px;
margin-top: 6px;
}
.mbox-table .label-radio {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 7px 20px 0 10px;
vertical-align: middle;
}
.z-index-1 {
position: relative;
z-index: 10;
}
.m-region {
float: none;
margin: 0 0 10px 0;
}
.upload-pics li {
float: left;
border: 1px solid #fff;
margin: 0 20px 10px 0;
position: relative;
}
.upload-pics img {
width: 85px;
height: 85px;
border: 0;
display: block;
}
.upload-pics .btn-area .submitBtn {
padding: 0 10px;
font-size: 12px;
height: 81px;
border: 1px solid #ccc;
background-color: #f9f9f9;
}
.s-plus {
display: block;
background: url(../../images/index-all.png) no-repeat -509px -203px;
width: 14px;
height: 14px;
margin: 20px 0 10px 22px;
*margin-left: 0;
}
.upload-area img {
width: 100px;
height: 100px;
}
.file-img {
border: 0;
}
label.error {
margin-bottom: 20px;
width: 248px;
position: static;
}
.place-exchange {
margin-top: 10px;
}
.place-exchange span,
.place-exchange {
display: inline-block;
*display: inline;
*zoom: 1;
}
.place-exchange span {
padding: 8px 0;
margin-right: 10px;
}
.place-exchange input {
width: 14px;
height: 14px;
margin: -3px 3px 0 0;
}
.input-region {
height: 0;
visibility: hidden;
position: absolute;
}
.mbox-bd .Wdate {
background: #fff url(http://static.nong12.com/static/common/date/skin/datePicker.gif) no-repeat right;
}
.img-remove {
background: url(../../images/release.png) no-repeat -190px -27px;
width: 21px;
height: 21px;
position: absolute;
top: -10px;
right: -10px;
cursor: pointer;
z-index: 99;
display: none;
}
.uploadBtn {
height: 118px;
}
.cancel-ensure button {
padding: 0 15px;
}
/*响应式*/
@media screen and (max-width: 1200px){
}