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
88
89
90
91
92
93
94
95
96
97
98
99
100
page{
padding-bottom: 1px;
}
/* #ifdef H5*/
.hd-v{
width: 100%;
padding-top: 40upx;
background: url(@/static/img/bg.png) no-repeat;
background-size: 100% 100%;
height: 300upx;
z-index: 99;
font-size: var(--f32);
color: var(--c0);
font-weight: 700;
text-align: center;
}
/* #endif */
/* #ifdef APP-PLUS*/
.hd-v{
width: 100%;
padding-top: var(--status-bar-height);
background: url(@/static/img/bg.png) no-repeat;
background-size: 100% 100%;
height: 260upx;
z-index: 99;
font-size: var(--f32);
color: var(--c0);
font-weight: 700;
text-align: center;
}
/* #endif */
.notice_no{
color: #FF4C42;
}
.hd-v image{
width: 48upx;
height: 44upx;
position: absolute;
left: 40upx;
}
.notice-list{
width: 90%;
margin: -180upx auto 0;
position: relative;
}
.notice-list-it{
padding: 30upx;
background-color: var(--c0);
border-radius: 12upx;
margin-bottom: 30upx;
position: relative;
}
.notice-list-top{
display: flex;
align-items: center;
}
.notice-list-top image{
width: 72upx;
height: 72upx;
margin-right: 16upx;
}
.notice-list-top view{
font-size: var(--f26);
width: 82%;
height: 72upx;
display: block;
line-height: 72upx;
align-items: center;
border-bottom: 1px solid var(--ceb);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.notice-list-it .times{
display: flex;
padding: 40upx 0 0 80upx;
font-size: var(--f26);
color: var(--c9);
}
.notice-list-it .times image{
width: 42upx;
height: 42upx;
margin-right: 10upx;
margin-top: -2upx;
}
.notice-list-it .tags{
position: absolute;
right: 40upx;
bottom: 36upx;
font-size: var(--f26);
color: var(--c6);
}
.notice-list-it .tags2{
position: absolute;
right: 40upx;
bottom: 36upx;
font-size: var(--f26);
color: var(--c396);
}