-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathapp.wxss
119 lines (110 loc) · 1.89 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
/* @import 'weui/weui.wxss'; */
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.wxParse-img {
display: block !important;
}
.space {
height:20rpx;
background-color: #F2f2f2;
}
.safeAreaOldPaddingBttom {
padding-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewPaddingBttom{
padding-bottom: constant(safe-area-inset-bottom);
}
.safeAreaOldMarginBttom {
margin-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewMarginBttom{
margin-bottom: constant(safe-area-inset-bottom);
}
.no-data {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.no-data .line {
width:132rpx;
height:2rpx;
background: #999;
}
.no-data .txt {
font-size:26rpx;
color:rgba(153,153,153,1);
margin: 0 16rpx;
}
.ad-img {
width: 100vw;
}
.fix-top{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}
image{
width: 100%;
height: 100%;
}
.header-container {
width: 100%;
height: 130rpx;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.iphone .header-container {
height: 180rpx;
}
.iphone .header-container .header-name {
line-height: 270rpx;
}
.header-container .go-back {
width: 56rpx;
height: 56rpx;
margin-top: 50rpx;
position: absolute;
margin-left: 20rpx;
border: 1rpx solid #fff;
border-radius: 50%;
padding: 6rpx;
}
.iphone .header-container .go-back {
margin-top: 90rpx;
}
.header-container .go-back {
width: 56rpx;
height: 56rpx;
margin-top: 50rpx;
position: absolute;
margin-left: 20rpx;
border: 1rpx solid #fff;
border-radius: 50%;
padding: 6rpx;
}
.no-more-goods {
text-align: center;
margin-top: 20%;
}
.no-order-img {
width: 110px;
height: 110px;
margin: 0 auto;
}
.no-more-goods .text {
font-size: 28rpx;
color: #999;
margin-top: -5px;
}