commit | author | age
|
d0b60a
|
1 |
.modal{ |
G |
2 |
width: 100%; |
|
3 |
height: 100%; |
|
4 |
position: fixed; |
|
5 |
right: 0; |
|
6 |
top: 44px; |
|
7 |
background: rgba(0, 0, 0, 0.186); |
|
8 |
z-index: 999; |
|
9 |
// text-align: right; |
|
10 |
} |
|
11 |
.mol_content{ |
|
12 |
background: white; |
|
13 |
margin: 0; |
|
14 |
position: absolute; |
|
15 |
right: 0; |
|
16 |
top: 0; |
|
17 |
padding: 0; |
|
18 |
height: 100%; |
|
19 |
} |
|
20 |
.mol_foot{ |
|
21 |
position: fixed; |
|
22 |
bottom: 50px; |
|
23 |
width: 100%; |
|
24 |
height: 50px; |
|
25 |
background: rgb(11, 87, 252); |
|
26 |
text-align: center; |
|
27 |
line-height: 50px; |
|
28 |
font-size: 16px; |
|
29 |
padding-right: 100px; |
|
30 |
color: white; |
|
31 |
} |
|
32 |
.mol_data{ |
|
33 |
position: absolute; |
|
34 |
top: 50px; |
|
35 |
} |
|
36 |
.checkbox-ios .checkbox-icon{ |
|
37 |
width: 14px; |
|
38 |
height: 14px; |
|
39 |
} |
|
40 |
ion-label{ |
|
41 |
font-size: 16px; |
|
42 |
} |
|
43 |
.checkbox-ios .checkbox-checked .checkbox-inner{ |
|
44 |
left: 4.5px; |
|
45 |
top: 1.6px; |
|
46 |
} |
|
47 |
.searchbar-ios{ |
|
48 |
background: none; |
|
49 |
} |
|
50 |
.searchbar-ios.searchbar-left-aligned .searchbar-input{ |
|
51 |
border: 1px solid rgba(0, 0, 0, 0.2); |
|
52 |
} |