list.less
849 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
58
.m-list{
padding: 10px 0 30px;
.cell-basic{
line-height: 50px;
font-size: 14px;
.title{
float: left;
text-align: right;
margin-right: 15px;
min-width: 160px;
}
.text{
display: block;
.text-phone {
color: #FF6600;
font-weight: bold;
margin-right: 15px;
}
.ea7 {
margin-left: 10px;
}
}
}
.error {
input {
border: 1px solid red;
}
p {
color: red;
margin-left: 175px;
}
}
input.error, .m-select.error {
border: 1px solid red;
}
p.error {
color: red;
margin-left: 175px;
}
.cell-basic{
padding: 0 30px;
margin-bottom: 20px;
line-height: 30px;
}
.m-select{
margin-right: 20px;
}
.m-input{
width: 320px;
padding: 6px 8px;
}
a.disabled {
width: 160px;
line-height: 45px;
padding: 0px;
margin-left: 20px;
}
}