Newer
Older
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
page-notice {
.scroll-content{
padding: 10px !important;
background-color: #e5e8ee;
}
.notice-card{
background-color: #fff;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
}
.notice-type{
display: flex;
flex-direction: row;
align-items: center;
}
.type-img{
width: 20%;
}
.type-info{
width: 50%;
font-size: 18px;
}
.type-time{
width: 30%;
color: #999;
}
.notice-key{
color:#2b98f0;
margin: 0 5px;
}
.notice-type{
padding: 15px 0;
border-bottom: 1px solid #ddd;
}
.notice-content{
padding: 15px 0;
}
}