/* 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; }