position.less
565 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
#positionPage{
.header-search{
.head{
padding:7px 58px 7px 42px;
}
.search-box{
background-color: #F5F5F5;
color: #999;
a{
color: #999;
}
}
}
.tips{
line-height: 40px;
font-size: 14px;
color: #999;
padding: 0 15px;
}
.m-list-view{
margin: 0 0 15px;
}
.section-title{
font-size: 14px;
color: #999;
padding: 0 15px 10px;
font-weight: normal;
}
.btn-group{
padding: 0 15px 15px;
margin: -10px 0 0 -10px;
.m-btn{
float: left;
padding: 0 16px;
margin: 10px 0 0 10px;
line-height: 35px;
}
}
}