-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.wxss
59 lines (55 loc) · 966 Bytes
/
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
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
text {
cursor: default;
line-height: 1.45em;
}
space {
flex-grow: 1;
}
/* more */
.loadingmore {
margin-top: 24rpx;
text-align: center;
margin-bottom: 24rpx;
}
.more-button {
font-size: 0.785714286rem;
font-weight: normal;
color: #959595;
background-color: #eee;
background-repeat: repeat-x;
margin-top: 30rpx;
width: 240rpx;
border-radius: 300rpx;
}
.more-button::after {
border:none;
}
.no-more {
color: #757575;
font-size: 30rpx;
line-height: 1.8rem;
margin-bottom: 15rpx;
text-align: center;
margin-top: 15rpx;
}
/* more end */
tab-shadow {
position: fixed;
bottom: -99rpx;
left: 0;
right: 0;
height: 100rpx;
border-top: 1rpx solid #eee;
z-index: 9999999;
box-shadow: 0 0 30rpx rgba(0, 0, 0, .05);
}