-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
59 lines (52 loc) · 1.01 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
/**app.wxss**/
@import 'assets/styles/weui.wxss';
@import 'assets/styles/prompt.wxss';
@import 'assets/styles/skyvow.wxss';
@import 'assets/styles/wa-ui.wxss';
@import 'assets/styles/zan-ui.wxss';
@import 'assets/styles/color.wxss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
/*padding: 200rpx 0;*/
box-sizing: border-box;
}
.page-body {
width: 100%;
flex-grow: 1;
overflow-x: hidden;
}
.page-section {
width: 100%;
margin-bottom: 60rpx;
}
.page-section-spacing {
box-sizing: border-box;
padding: 0 80rpx;
}
.carts-footer {
width: 100%;
height: 80rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
position: fixed;
bottom: 0;
border-top: 1px solid #eee;
}
.carts-footer .button {
line-height: 80rpx;
text-align: center;
height: 80rpx;
border-radius: 0;
border: 0;
}
.section {
background: #fff;
border-bottom: 1rpx solid #dedede;
margin-bottom: 15rpx;
padding: 20rpx;
}