-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathapp.wxss
More file actions
61 lines (50 loc) · 1.09 KB
/
app.wxss
File metadata and controls
61 lines (50 loc) · 1.09 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
/**app.wxss**/
@import "/colorui/main.wxss";
@import "/colorui/icon.wxss";
@font-face {
font-family: "iconfont"; /* Project id 2521035 */
src: url('//at.alicdn.com/t/font_2521035_6vj4xhq7ci6.woff2?t=1620040165399') format('woff2'),
url('//at.alicdn.com/t/font_2521035_6vj4xhq7ci6.woff?t=1620040165399') format('woff'),
url('//at.alicdn.com/t/font_2521035_6vj4xhq7ci6.ttf?t=1620040165399') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-badge-full:before {
content: "\e877";
}
.icon-idcardfront:before {
content: "\e600";
}
.icon-idcardback:before {
content: "\e601";
}
.bg-darkRed {
background: #ab0000;
}
.swiper .swiper-title {
color: white;
background: rgba(0, 0, 0, 0.5);
position: absolute;
bottom: 0rpx;
width: 100%;
font-size: 28rpx;
line-height: 40rpx;
padding: 10rpx 30rpx;
}
.cu-card .cu-item,
.news .cu-card .cu-item {
margin: 0;
}
.h-100 {
height: 100%;
}
.w-100{
width: 100%;
}
.margin-top-0{
margin-top: 0;
}