| 1234567891011121314151617181920212223242526272829303132 |
- /* pages/help/rtuhelp/reset/reset.wxss */
- page{
- background: white;
- }
- .reset{
- width: 100%;
- height: auto;
- /* display: flex;
- flex-direction: column;
- align-items: center; */
- margin-top: 20px;
- }
- .resetImg{
- width: 90%;
- }
- .resetText{
- font-size: 1.0rem;
- }
- .resetBox{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .scrollview{
- width: 95%;
- }
|