list.css
938 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.m-list {
padding: 10px 0 30px;
}
.m-list .cell-basic {
line-height: 50px;
font-size: 14px;
}
.m-list .cell-basic .title {
float: left;
text-align: right;
margin-right: 15px;
min-width: 160px;
}
.m-list .cell-basic .text {
display: block;
}
.m-list .cell-basic .text .text-phone {
color: #FF6600;
font-weight: bold;
margin-right: 15px;
}
.m-list .cell-basic .text .ea7 {
margin-left: 10px;
}
.m-list .error input {
border: 1px solid red;
}
.m-list .error p {
color: red;
margin-left: 175px;
}
.m-list input.error,
.m-list .m-select.error {
border: 1px solid red;
}
.m-list p.error {
color: red;
margin-left: 175px;
}
.m-list .cell-basic {
padding: 0 30px;
margin-bottom: 20px;
line-height: 30px;
}
.m-list .m-select {
margin-right: 20px;
}
.m-list .m-input {
width: 320px;
padding: 6px 8px;
}
.m-list a.disabled {
width: 160px;
line-height: 45px;
padding: 0px;
margin-left: 20px;
}