forked from nsjcy/frontEnd/nsjcy

LiuWenHaoU
2020-05-18 bd09ddbe5eae5e780393d37b72b4da6d4e92fdb8
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
/* pages/zscqdt/zscqdt.wxss */
@import '../../weui.wxss';
 
 
.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%;
}
 
.businessSchedule-load {
  display: flex;
  justify-content: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 4vh;
}
 
.zhwj-b-head-r {
  margin: 6px;
}
 
.zhwj-b-head-r image {
  width: 108px;
  height: 80px;
}
 
.zhwj-b {
  background-color: #fff;
}