app.wxss
1.5 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
/* 阿里巴巴矢量图标库 */
@font-face {
font-family: 'iconfont'; /* project id 1595016 */
src: url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.eot');
src: url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.woff') format('woff'),
url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-sousuo::after{
content: '\e613'
}
page {
width: 100%;
height: 100%;
}
image {
width: 100%;
height: 100%;
}
::-webkit-scrollbar {
display: none;
}
/* 灰色色块 */
.line {
height: 16rpx;
width: 100vw;
background: rgba(245, 245, 245, 1);
margin-left: -32rpx;
}
input, textarea {
background: transparent;
border: 0 none;
outline: 0 none;
}
/* 暂无样式 */
.noData {
width: 100%;
line-height: 80vh;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: #8c9198;
text-align: center;
}
.wxParse-img{
width: 100%!important;
margin: 16rpx 0
}
button{
padding: 0;
margin: 0;
border: 0 none!important;
display: flex;
align-items: center;
width: auto!important
}
.border{
border-bottom: 2rpx solid #eee;
}
.border.active{
border: 0 none
}