-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
54 lines (50 loc) · 1.11 KB
/
app.wxss
File metadata and controls
54 lines (50 loc) · 1.11 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
/**app.wxss**/
@import "/wxParser/index.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 170rpx 0 100rpx 0;
box-sizing: border-box;
}
.btn-area {
padding: 20rpx 10rpx;
display: inline-block;
width:35%;
}
.btn-area button {
margin-top: 20rpx;
margin-bottom: 20rpx;
padding: 10rpx 20rpx 12rpx;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
line-height: 2;
-moz-border-radius: 10rpx;
-webkit-border-radius: 10rpx;
-moz-box-shadow: 0 2rpx 6rpx #999;
-webkit-box-shadow: 0 rpx 6rpx #999;
text-shadow: 0 -2rpx 2rpx #222;
border-bottom: 2rpx solid #222;
position: relative;
cursor: pointer;
}
.awesome {
display: inline-block;
padding: 10rpx 20rpx 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 10rpx;
-webkit-border-radius: 10rpx;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}