-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathapp.wxss
More file actions
76 lines (60 loc) · 1.75 KB
/
app.wxss
File metadata and controls
76 lines (60 loc) · 1.75 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
page {
background-color: #f6f6f6;
}
page>text {
font-size: 30rpx;
margin-top: 60rpx;
margin-bottom: 60rpx;
margin-left: 18rpx;
color: #36BCBC;
display: block;
}
.mtitle {
color: red;
}
.felx {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.detail {
font-size: 26rpx;
margin-top: 30rpx;
margin-bottom: 10rpx;
color: #666;
}
.test-class {
margin-left: 60rpx;
}
@font-face {
font-family: 'iconfont'; /* project id 913291 */
src: url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.eot');
src: url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.woff2') format('woff2'),
url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.woff') format('woff'),
url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.ttf') format('truetype'),
url('//at.alicdn.com/t/font_913291_fp7z2cqe8q.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-size: 56rpx;
color: #36BCBC;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chakan:before { content: "\e6ee"; }
.icon-youxiang:before { content: "\e607"; }
.icon-number1:before { content: "\e635"; }
.icon-number3:before { content: "\e637"; }
.icon-number4:before { content: "\e638"; }
.icon-number5:before { content: "\e639"; }
.icon-number6:before { content: "\e63a"; }
.icon-number7:before { content: "\e63b"; }
.icon-number8:before { content: "\e63c"; }
.icon-number9:before { content: "\e63d"; }
.icon-github:before { content: "\e845"; }
.icon-number61:before { content: "\e600"; }
.icon-shezhi:before { content: "\e6c9"; }
.icon-shouye1:before { content: "\e60e"; }
.icon-fenxiangkaobei:before { content: "\e601"; }