SceneMobile.less
953 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
61
62
63
64
65
66
67
68
69
70
71
:global {
.GridContent {
padding: 10px;
border-radius: 15px;
background-color: white;
margin-bottom: 10px;
}
}
.SubTitle {
font-size: 14px;
font-weight: bold;
}
.pickerList{
border-radius: 15px;
margin-bottom: 10px;
}
.pickerList > div{
border-radius: 10px;
}
.pickerList > div>div>div{
border-radius: 10px;
}
.ListImg{
width: 22px;
height: 22px;
margin-right: 15px;
vertical-align: sub !important;
}
:global {
.mesIframe {
.am-tabs-tab-bar-wrap {
display: none;;
}
.am-tab-bar-item {
overflow: hidden;
}
.am-navbar-title {
visibility: hidden;
}
}
}
.iframe {
width: 100%;
height: 100%;
iframe {
width: 100%;
height: 100%;
}
}
.iframeBakBtn {
position: fixed;
top: 0;
left: 0;
:global {
.am-button {
height: 40px;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
}
}
}