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