-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.wxss
More file actions
112 lines (94 loc) · 1.51 KB
/
Copy pathapp.wxss
File metadata and controls
112 lines (94 loc) · 1.51 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/**app.wxss**/
page{
height:100%;
background-color: #F8F8F8;
font-size: 16px;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.container {
background: #F8F8F8;
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__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft{
padding-bottom: 10px;
text-align: center;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888888;
text-align: left;
font-size: 14px;
}
/* button */
.button {
margin: 60rpx auto 30rpx auto;
width: 80%;
}
.btn {
background-color: #ff525d;
color: #ffffff;
margin-top:15px;
}
.btn:first-child {
margin-top:0px;
}
.btn-hover {
background-color: #1976d2;
opacity: 0.7;
}
/* footer */
.extra-area{
position:fixed;
left:0;
bottom:0;
width:100%;
text-align:center;
margin-bottom:15px;
font-size:14px;
color:#999;
}
.btn-area {
margin: 1.17647059em 15px .3em
}
.msg {
padding-top: 36px;
text-align: center;
}
.msg__title {
margin-bottom:5px;
font-weight:400;
font-size:20px;
}
.msg__desc {
font-size:14px;
color:#999;
}
.msg__link {
display:inline;
color:#586c94;
}
.text-area {
margin-bottom:25px;
padding:0 20px;
}