/* pages/help/rtuhelp/timeReportset/timeReportset.wxss */ page{ background: white; } .timeReportset{ width: 100%; height: auto; /* display: flex; flex-direction: column; align-items: center; */ margin-top: 20px; } .timeReportsetImg{ width: 90%; } .timeReportsetText{ font-size: 1.0rem; } .timeReportsetBox{ display: flex; flex-direction: column; align-items: center; } .scrollview{ width: 95%; }