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