forked from landalfYao/help
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
69 lines (68 loc) · 981 Bytes
/
app.wxss
File metadata and controls
69 lines (68 loc) · 981 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
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
@import './common.wxss';
.fo-m{
color: #FF6666
}
.fix-t{
width: 100%;
position: fixed;
top: 0
}
.fo-t{
color: #6887e1
}
.fg1{
width: 80rpx;
border-bottom: 1px solid #aaaaaa
}
.fg2{
margin: 0 30rpx;
font-size: 26rpx;
color: #888
}
.fo-bu{
color: #0099ff
}
.bg-b{
background: #00CCFF
}
.fb-btn{
line-height: 90rpx;
text-align: center;
color: #fff;
font-size: 28rpx;
border-radius: 10rpx;
background-color: #ff9900
}
.bg-m{
background: linear-gradient(to right top,#6183dd,#6e42d3)
}
.pa-40{
padding: 40rpx;
}
.pa-l40{
padding-left: 40rpx
}
.pa-r40{
padding-right: 40rpx
}
.pa-60{
padding: 60rpx;
}
.pa-l60{
padding-left: 60rpx
}
.pa-r60{
padding-right: 60rpx
}
.btns{
line-height: 90rpx;
text-align: center;
color: #fff;
font-size: 30rpx;
border-radius: 100rpx;
background: linear-gradient(to right top,#6183dd,#6e42d3);
margin-top: 80rpx;
}
.btns:active{
background: linear-gradient(to right top,#6183dd,#6e42d3);
}