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
| /* pages/zhdtInfo/zhdtInfo.wxss */
|
| .zhgk-Info-main {
| background-color: #fff;
| }
|
| .zhgk-Info-main-title {
| color: #249eff;
| }
|
| .detail-img {
| display: flex;
| flex-direction: columns;
| align-items: center;
| padding: 2vh;
| }
|
| .PetitionLetters-message1 {
| display: flex;
| padding: 2vh;
| }
|
| .PetitionLetters-message1 span:nth-child(1) {
| border-left: 3px solid #2195ff;
| }
|
| .PetitionLetters-message1 span:nth-child(2) {
| padding-left: 1vh;
| font-size: 18px;
| font-weight: bold;
| }
|
| .detail-img-top {
| width: 48px;
| height: 48px;
| }
|
| .detail-img-bottom {
| font-size: 12px;
| color: #333;
| width: 70px;
| overflow: hidden;
| white-space: nowrap;
| text-overflow: ellipsis;
| text-align: center;
| }
|
|