-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
161 lines (139 loc) · 2.26 KB
/
app.wxss
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
page {
background-color: #f8f8f8;
height: 100%;
font-size: 32rpx;
line-height: 1.5;
}
checkbox-group, radio-group {
display: block;
}
:before, :after, ::before, ::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.c-minheight {
min-height: 80px;
}
tabGroup {
margin: auto 0px 0px 0px;
width: 100%;
height: 110px;
position: absolute;
display: block;
}
.c-full {
width: 100%;
height: 100%;
}
.c-block {
display: block;
}
.c-autosize {
width: auto;
height: auto;
}
.c-fullwidth {
width: 100%;
}
.c-fullheight {
height: 100%;
}
.c-initHide {
opacity: 0 !important;
}
.c-ellipse {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/* 自定义样式 */
.wx-icon_rF6W4Y {
display: inline-block;
}
.wx-view_RM7CFd.c-state3 {
margin-bottom: 0px;
position: absolute;
}
.wx-view_RM7CFd {
margin: auto auto 0px;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
display: block;
width: auto;
padding-left: 0px;
}
.wx-icon_0za88F {
margin: 480px auto 0px 50px;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
display: inline-block;
padding-top: 0px;
width: 30px;
margin-top: 480px;
}
.wx-view_izRS2X {
margin-bottom: 0px;
width: 100%;
height: 85px;
margin-top: auto;
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
display: inline-block;
margin-left: auto;
margin-right: 0;
}
.wx-icon_fYDghA {
width: 30px;
height: 30px;
display: flex;
margin-top: 15px;
margin-left: 80px;
margin-right: 80px;
}
.wx-text_Zy0e1A {
margin-top: auto;
margin-bottom: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
display: inline-block;
}
.wx-text_ySyFIb {
text-align: center;
width: 185px;
margin-top: 15px;
font-family: Microsoft YaHei;
}
.wx-icon_Nzg9nT {
display: flex;
margin: 15px 80px 0px auto;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
justify-content: flex-end;
width: 30px;
height: 30px;
}
.wx-text_in65qr {
width: 185px;
text-align: center;
font-family: Microsoft YaHei;
margin: -20px 0px auto auto;
height: auto;
}