-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathapp.wxss
More file actions
40 lines (39 loc) · 729 Bytes
/
app.wxss
File metadata and controls
40 lines (39 loc) · 729 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
/* reset */
page {
font-size: 32rpx;
line-height: 1.6;
background-color: #f8f8f8;
height: 100%;
font-family: -apple-system-font, Helvetica Neue, sans-serif;
display: flex;
flex-direction: column;
box-sizing: border-box;
position: relative;
}
checkbox,
radio {
margin-right: 10rpx;
}
button {
margin-top: 20rpx;
margin-bottom: 20rpx;
}
form {
width: 100%;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.container {
position: relative;
height: 100%;
/* display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between; */
box-sizing: border-box;
background-color: #ededed;
background: linear-gradient(to bottom, #7aa3d7, #3c506f);
}