forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-10 800ffe29f328c84d4de46e8867ad3ca5cbae0d4f
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
/* pages/dxal/dxal.wxss */
@import '../../weui.wxss';
 
page {
  margin-top: 130rpx;
  background: #f1f1f1;
}
 
.zscqdxal-top {
  top: 0;
  position: fixed;
  width: 100%;
 
}
 
.weui-media-box {
  padding: 0 15px;
}
 
.zhwj-b-main {
  display: flex;
  /* border-bottom: 1px solid #ebf2fa; */
}
 
.zhwj-b-head-l {
  margin: 6px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
 
.zhwj-b-head-r {
  margin: 6px;
}
 
.zhwj-b-head-r image {
  width: 108px;
  height: 80px;
}
 
.zhwj-b {
  background-color: #fff;
}