graph.wxss 792 Bytes
  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
/* pages/graph/graph.wxss */
.graph_page {
width: 100%;
height: 100vh;
overflow-y: auto;
}

.echarts-box {
width: 100%;
height: 50vh;
}

.echarts-box .title {
width: 100%;
text-align: center;
}

.echarts-box ec-canvas {
width: 100%;
height: 100%;
}

.images-box {
margin-top: 5px;
width: 100%;
height: auto;
}

.images-box image {
width: 100%;
}

.table-box{
margin-top: 30px;
width: 92%;
height: auto;
padding: 4%;
background: white;
text-align: center;
}
.table-line{
width: 99%;
display: -webkit-box;
border-left: 1px solid #000000;
}
.table-line.top-line{
border-top: 1px solid #000000;
}
.table-txt{
width: 33.1%;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}