picker_new.less
862 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
59
60
// @import "common";
@import "m/var";
.pickerNew{
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
.m-page {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
&.ui-page-active {
height: 100%;
overflow: hidden;
}
.m-page {
padding-bottom: 0;
}
background-color: #F5F5F5;
.m-header{
background-color: #6c2;
color: #FFF;
}
.forms{
background-color: #FFF;
.cell{
padding:1px 15px 1px 70px;
}
.title{
line-height: 42px;
margin-left: -55px;
color: #333;
}
.text{
line-height: 42px;
}
.m-input{
float: left;
width: 100%;
color: #000;
}
.m-select{
margin-left: 10px;
}
}
.m-table-view .detail-addr{
padding: 0;
}
.m-textarea{
display: block;
width: 100%;
box-sizing: border-box;
border: none;
margin: 0;
min-height: 80px;
}
}