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
40
41
42
43
44
page-announcementView {
td, th{
border: 1px solid #dddddd;
}
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.title{
padding: 0 10px;
}
.title-info{
display: flex;
flex-direction: row;
align-items: center;
box-sizing: border-box;
padding: 0 10px;
margin-bottom: 15px;
}
.author{
font-size: 1.4rem;
margin-right: 10px;
color: #30b3fc;
}
.date{
color: #cccccc;
}
.back-btn{
width: 30px;
height: 30px;
}
.content{
border-top: 1px solid #eee;
padding: 15px 10px;
}
}