advisoryDetails.css
658 字节
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
*{
margin:0;
padding:0;
}
body{
/*background: #f6f6f6;*/
display:flex;
padding: 0.52rem 0.46rem 0 0.35rem;
flex-direction: column;
}
.show{
font-size: 0.31rem;
width: 100%;
text-align: center;
font-weight:Medium;
font-family: PingFang-SC-Medium;
}
.text{
margin-top: 0.1rem;
/*
border: none;
background:#f6f6f6;
color: #333;
line-height:0.44rem ;
overflow: auto;*/
font-size: 0.28rem;
text-align: justify;
}
.time{
font-size: 0.28rem;
width: 100%;
text-align: center;
font-weight:Medium;
font-family: PingFang-SC-Medium;
justify-content: flex-end;
display: flex;
margin-top: 0.1rem;
margin-bottom: 0.1rem;
}