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