-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
113 lines (94 loc) · 1.57 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
@import "__wuBaseWxss__/12.wxss";
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft {
padding-bottom: 10px;
text-align: center;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888;
text-align: left;
font-size: 14px;
}
.we7-bottom-placeholder {
width: 100%;
height: 134rpx;
position: relative;
bottom: 0;
z-index: -1;
}
.we7-bottom {
z-index: 11;
display: flex;
overflow: hidden;
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 10rpx 0;
border-top: 1rpx solid #000;
background-color: #fff;
}
.we7-bottom.active {
background-color: #fff;
}
.we7-bottom.active navigatorurl {
background-color: #fff;
}
.we7-bottom .we7-bottom-item {
flex: 1;
padding: 5rpx;
text-align: center;
}
.we7-bottom .item-img {
width: 48rpx;
height: 45rpx !important;
display: inline-block;
margin-bottom: -8rpx;
}
.we7-bottom .item-text {
display: block;
font-size: 25rpx;
line-height: 1;
color: black !important;
}
.goHome {
position: fixed;
bottom: 150rpx;
right: 30rpx;
width: 50rpx;
height: 50rpx;
background-color: #1ba9ba;
padding: 30rpx;
border-radius: 50%;
}
.goHome>image {
width: 100%;
}
.text-right {
text-align: right;
}
button::after {
content: none;
}
.font24 {
font-size: 24rpx;
}
.placeholder-class {
z-index: 0;
color: #ccc;
}