forked from whyymj/EWEIWX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
148 lines (140 loc) · 2.65 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
@import "static/css/foxui.wxss";
@import "static/css/base.wxss";
@import "static/css/icon.wxss";
@import "static/css/iconfont.wxss";
@import "utils/wxParse/wxParse.wxss";
page{
background-color: #f3f3f3;
font-size: 16px;
height: 100%;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.page{
overflow-x: hidden;
height:auto;
min-height:100%;
overflow-y:scroll;
}
.page.navbar,
.page.footer {
padding-bottom: 120rpx;
}
.page.navbar-footer,
.page.footer-navbar {
padding-bottom: 200rpx;
}
/* .page.navbar-footer .fui-navbar,
.page.footer-navbar .fui-footer {
bottom: 100rpx;
} */
.page.navbar-footer .fui-footer,
.page.footer-navbar .fui-navbar {
bottom: 0;
}
.page.header {
padding-top: 88rpx;
}
.page.header-sort {
padding-top: 168rpx;
}
.show {
display: block !important;
}
.hidden {
display: none !important;
}
.center{
text-align: center !important;
}
.right{
text-align: right !important;
}
.inline {
display: inline-block;
}
.fui-iphonex-button {
width: 100%;
z-index: 9999;
height: 68rpx;
position: fixed;
left: 0;
bottom:0;
background: #fff;
}
/*ipone X*/
.fui-navbar.bottom-buttons.fui-iphonex-navbar{
bottom: 68rpx;
}
.detailbtn-group.fui-iphonex-navbar{
bottom: 68rpx;
}
.fui-navbar.fui-iphonex-navbar{
bottom: 68rpx;
}
.bottom-buttons.fui-iphonex-navbar{
bottom: 68rpx;
}
.picker-modal.in.fui-iphonex-navbar{
bottom: 68rpx;
}
.fui-modal.in.fui-iphonex-navbar{
bottom: 68rpx;
}
.inner.in.fui-iphonex-navbar{
bottom: 68rpx;
}
.fui-footer.fui-iphonex-navbar{
bottom: 68rpx;
}
.page.footer.padding-b{
padding-bottom: 170rpx;
}
.page.navbar.padding-b{
padding-bottom: 170rpx;
}
/*优惠券顶部提示 */
.coupontips{
height: 88rpx;
background: #fdfde5;
position: fixed;
top: 0;
width: 100%;
z-index: 188;
color: #ff8000;
font-size: 26rpx;
line-height: 88rpx;
padding-left: 20rpx;
display: flex;
}
.coupontips .text{
flex: 1;
}
.coupontips .close{
width:80rpx;
}
/*周期购标签*/
.cycle-tip {
font-size: 24rpx;
font-style: normal;
padding: 4rpx 8rpx 4rpx;
color: #fff;
width: 92rpx;
margin-right: 4rpx;
border-radius: 8rpx;
/* vertical-align: top; */
background: rgb(255, 22, 45);
background: radial-gradient(ellipse at bottom left, rgba(255, 115, 94, 1) 30%, rgba(255, 51, 51, 1) 57%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d81', endColorstr='#ff162d', GradientType=1);
}
.bargain_label{
display: inline-block;
width: 50rpx;
height: 24rpx;
vertical-align: middle;
margin-top: -5rpx;
margin-right: 10rpx
}
rich-text img{
vertical-align: middle;
max-width: 100% !important
}