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