| 12345678910111213141516171819202122232425262728293031 |
- /* pages/help/rtuhelp/dtuset/dtuset.wxss */
- page{
- background: white;
- }
- .dtuset{
- width: 100%;
- height: auto;
- /* display: flex;
- flex-direction: column;
- align-items: center; */
- margin-top: 20px;
- }
- .dtusetImg{
- width: 90%;
- }
- .dtusetText{
- font-size: 1.0rem;
- }
- .dtusetBox{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .scrollview{
- width: 95%;
- }
|