-
Notifications
You must be signed in to change notification settings - Fork 41
/
app.wxss
78 lines (69 loc) · 1.06 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
/**app.wxss**/
.container {
height: 100%;
}
.wxParse-img {
display: block !important;
}
.header-container {
width: 100%;
height: 130rpx;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.header-container .header-name {
width: 100%;
height: 100%;
text-align: center;
line-height: 170rpx;
font-size: 30rpx;
color: #333;
}
.iphone .header-container {
height: 180rpx;
}
.iphone .header-container .header-name {
line-height: 270rpx;
}
.header-container .goback {
width: 56rpx;
height: 56rpx;
margin-top: 50rpx;
position: absolute;
margin-left: 20rpx;
border: 1rpx solid #fff;
border-radius: 50%;
padding: 6rpx;
}
.iphone .header-container .goback {
margin-top: 90rpx;
}
.hidden {
display: none;
}
.flex{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.no-more-goods {
text-align: center;
margin-top: 20%;
}
.no-order-img {
width: 110px;
height: 110px;
}
.no-more-goods .text {
font-size: 28rpx;
color: #999;
margin-top: -5px;
}
.fix-top{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}