service.less
1.22 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
@import "m/var";
/*
service.less
*/
.service{
margin: 0 5px;
li{
float: left;
width: 50%;
}
a{
display: block;
padding: 15px 0 15px 15px;
margin: 10px 5px 0 5px;
background: #fff;
border: 1px @border-color solid;
color: #666;
font-size: 14px;
}
img{
width: 30px;
height: 30px;
}
}
.m-table-view{
color: #666;
img{
width: 30px;
height: 30px;
}
.group-title{
color: #66cc22;
}
.m-input{
height: auto;
min-height: 18px;
padding: 0 10px;
vertical-align: top;
&[type='number']{
width: 100px;
}
}
.m-select{
width: auto;
margin-right: 15px;
min-width: 30px;
border-left:1px @border-color solid;
.select-text{
padding: 0 5px 0 10px;
}
:after{
position: absolute;
right: -15px;
top:50%;
margin-top: -4.5px;
content: ' ';
background: url("@{imgURI}icon.png") -270px -112px repeat;
width: 15px;
height: 9px;
background-size: 150px;
}
}
.m-input-date{
background: transparent;
text-align: right;
padding: 0;
}
}
.m-textarea{
margin-top: 0;
}
.service-view{
margin: 5px 0 5px 10px;
display: inline-block;
vertical-align: middle;
span{
color: #000;
margin-right: 10px;
}
}
.btn-bar{
margin: 10px;
#add-more{
font-size: 14px;
}
}