admin
2024-07-27 65aaf1c05bd06cefa82ebc40cc3e01cf4ac233c0
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.column-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0px;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
}
.iframe-h {
  height: 100%;
}
.column-edge {
  float: left;
  padding-top: 16px;
  width: 150px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  margin-left: 0px;
}
.column-content-detail {
  background: #fff;
  padding: 20px;
  margin: 0;
}
.page-content {
  padding: 0px;
}
.page-content-wrap {
  background: #fff;
  padding: 20px;
  margin: 0;
}
@media (max-width: 600px) {
  .layui-nav-no-bg {
    background: #fff;
  }
  .layui-nav-no-bg .layui-nav-item {
    border-bottom: 1px solid #f8f8f8;
  }
  .column-edge {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .column-content {
    background: #fff;
    height: auto;
    margin-left: 0px;
  }
  .layui-tab-content {
    padding: 15px 0;
  }
  .layui-form-label {
    padding: 9px 0px;
  }
  .layui-input-block {
    margin-left: 80px;
  }
}