forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 2bcd556961208b80af1cb157633c594faab1eca2
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
/* pages/dxal/dxal.wxss */
@import '../../weui.wxss';
 
.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;
}