forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-28 20b4c7ccf58191066b6a9ecf434604087d675d38
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* pages/fzxkt/fzxkt.wxss */
@import '../../weui.wxss';
 
.lawPublicity-list {
  margin: 12rpx 0;
}
 
.border {
  margin-left: 24rpx;
  height: 1px;
  background: #ccc;
  margin: 12rpx 0 12rpx 24rpx;
}
 
.lawPublicity-item {
  height: 122rpx;
  display: flex;
  flex-direction: row;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: PingFangSC-Regular;
}
 
.content-left {
  width: 416rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 
.content-right {
  flex: 1;
  margin-right: 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;
}