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
| .modal{
| width: 100%;
| height: 100%;
| position: fixed;
| right: 0;
| top: 44px;
| background: rgba(0, 0, 0, 0.186);
| z-index: 999;
| // text-align: right;
| }
| .mol_content{
| background: white;
| margin: 0;
| position: absolute;
| right: 0;
| top: 0;
| padding: 0;
| height: 100%;
| }
| .mol_foot{
| position: fixed;
| bottom: 50px;
| width: 100%;
| height: 50px;
| background: rgb(11, 87, 252);
| text-align: center;
| line-height: 50px;
| font-size: 16px;
| padding-right: 100px;
| color: white;
| }
| .mol_data{
| position: absolute;
| top: 50px;
| }
| .checkbox-ios .checkbox-icon{
| width: 14px;
| height: 14px;
| }
| ion-label{
| font-size: 16px;
| }
| .checkbox-ios .checkbox-checked .checkbox-inner{
| left: 4.5px;
| top: 1.6px;
| }
| .searchbar-ios{
| background: none;
| }
| .searchbar-ios.searchbar-left-aligned .searchbar-input{
| border: 1px solid rgba(0, 0, 0, 0.2);
| }
|
|