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
| /* lawPublicity.wxss */
|
| .lawPublicity-item {
| height: 148rpx;
| display: flex;
| flex-direction: row;
| color: rgba(51, 51, 51, 1);
| text-align: left;
| font-family: PingFangSC-Regular;
| padding: 24rpx 24rpx 0 24rpx;
| }
|
| .content-left {
| width: 416rpx;
| }
|
| .content-right {
| flex: 1;
| margin-left: 50rpx;
| background: #ccc;
| width: 100%;
| height: 100%;
| }
| .content-right image{
| width: 100%;
| height: 100%;
| }
|
| .headLineTitle {
| height: 88rpx;
| font-size: 16px;
| line-break: 44rpx;
| color: rgba(51, 51, 51, 1);
| margin-bottom: 26rpx;
| }
|
| .headLineInfo {
| display: flex;
| font-size: 12px;
| color: rgba(153, 153, 153, 1);
| }
|
| .info-source{
| margin-right: 20rpx;
| }
|
|