-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
79 lines (77 loc) · 1.15 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
/**app.wxss**/
@import "/template/template.wxss";
page{
background: #f5f5f5;
font-size: 28rpx;
color: #000;
}
button{
border-radius: 8rpx;
background: transparent;
padding: 0;
}
button::after{
border: none;
}
.bottom-btn{
width: 100%;
height: 116rpx;
background: #ffffff;
position: fixed;
bottom: 0;
z-index: 1;
}
.bottom-btn button{
width: 702rpx;
height: 86rpx;
background: #3ec51f;
color: #ffffff;
font-size: 36rpx;
margin-top: 15rpx;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.wrap{
width: 702rpx;
height: 100%;
margin: 0 auto;
text-align: left;
}
.font-32{
font-size: 32rpx;
}
.color-f{
color: #fff;
}
.border-r{
border-radius: 6rpx;
}
/* 空白页 */
.kb-page{
text-align: center;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
}
.kb-page image{
width: 307rpx;
height: 246rpx;
margin-bottom: 20rpx;
}
.kb-page view{
font-size: 32rpx;
}
.kb-info{
background: #fff;
font-size: 32rpx;
text-align: center;
padding: 30rpx 0;
}