forked from bstdn/Shares-MiniProgram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
44 lines (37 loc) · 665 Bytes
/
app.wxss
File metadata and controls
44 lines (37 loc) · 665 Bytes
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
/**app.wxss**/
@import '/miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.page__hd {
padding: 40px;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888888;
text-align: left;
font-size: 14px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd:last-child {
padding-bottom: 0;
}
.no_button {
width: 100% !important;
padding: 0;
font-weight: normal;
background-color: #ffffff;
}