marketApplication.css
2.05 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
@import "./m-bar.css";/*工具条*/
@import "./makeIcon.css";/*图标样式*/
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "./m-steps.css";/*进度条*/
@import "./m-pack.select.css";/*下拉框*/
@import "./manage.public.css";/*管理后台通用样式*/
/* market application css */
h3 {
font-size: 14px;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ccc;
}
.data-hint {
color: #999;
border-bottom: 1px dashed #ccc;
padding: 0 0 10px 20px;
}
h3, .data-hint {
margin-bottom: 20px;
}
.s-validate td {
vertical-align: top;
padding: 10px 0;
}
.s-validate p {
margin-top: 10px;
}
.s-validate table {
width: 100%;
}
.s-validate .align-right {
font-size: 14px;
padding: 17px 10px 0 0;
width: 15%;
}
.s-select {
width: 245px;
}
.m-region,
.m-selected div,
.m-add,
.m-del {
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
border: 1px solid #ccc;
}
.m-add,
.m-del {
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
cursor: pointer;
*margin-left: 10px;
}
.m-del {
visibility: hidden;
}
.m-selected {
margin-top: 10px;
}
.m-selected div {
width: 258px;
height: 30px;
line-height: 30px;
border-style: dashed;
background-color: #f9f9f9;
padding-left: 10px;
}
.edui-container {
margin: 10px 0 20px 0;
}
label.error {
width: 248px;
}
.zindex-a,
.zindex-b,
.zindex-c {
position: relative;
}
.zindex-a {
z-index: 5;
}
.zindex-b {
z-index: 4;
}
.zindex-c {
z-index: 3;
}
.input-hidden {
height: 0;
visibility: hidden;
border: 0 !important;
}
.hasarrow i.left-arrow,
.hasarrow i.left-arrow-border {
left: -6px;
top: 10px;
border-color: transparent #c13d2c transparent transparent;
border-width: 5px 6px 5px 0;
}
.hasarrow i.left-arrow-border {
left: -5px;
border-color: transparent #ffffe6 transparent transparent;
}
/*响应式*/
@media screen and (max-width: 1200px){
}