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
| /* pages/flcx/flcx.wxss */
| @import '../../weui.wxss';
|
| page {
| background: #f1f1f1;
| display: flex;
| flex-direction: column;
| height: 100%;
| }
|
| .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;
| }
|
|