line.css
1.42 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
.linemap {
padding: 0 10px;
}
.linemap > li {
line-height: 44px;
margin-bottom: 10px;
border: 1px solid #e2e2e2;
position: relative;
}
.linemap .icon-guide_shuang {
margin-top: -1px;
}
.linemap .act-delete {
position: absolute;
right: 10px;
top: 50%;
margin-top: -11px;
line-height: 1;
}
.edit {
position: fixed;
bottom: 0;
padding: 10px 0;
width: 100%;
text-align: center;
background-color: #fff;
}
.edit .edit-all {
float: left;
height: 37px;
line-height: 37px;
margin-left: 15px;
}
.edit .edit-all > span {
display: inline-block;
vertical-align: middle;
}
.edit .edit-all ~ .m-btn {
float: right;
margin-right: 15px;
}
.linesearch {
padding: 10px;
position: relative;
}
.linesearch .input-line {
height: 30px;
line-height: 30px;
font-size: 13px;
padding-left: 30px;
}
.linesearch .icon-search {
position: absolute;
top: 50%;
margin-top: -8px;
left: 19px;
}
.tips-word {
color: #333;
background-color: transparent;
}
.tips-word p {
line-height: 30px;
}
.destcity {
width: 100%;
overflow: hidden;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
line-height: 20px;
text-overflow: ellipsis;
}
.editselect > li:active {
background-color: #eee;
}
.m-table-view .linecell {
padding-right: 10px;
}
.m-table-view .linecell .m-radio {
margin-top: -2px;
}
.m-table-view .linetitle {
width: 120px;
}
.m-table-view .linetext {
text-align: right;
}