| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* pages/help/rtuhelp/rtuhelp.wxss */
- /* page{
- background: #426666;
- } */
- .rtuHelpBox{
- height: 100%;
- width: 100%;
- }
- .rtu-help-content{
- height: 100%;
- width: 100%;
- }
- .rtu-help-scroll-list{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .rtu-help-list{
- height: 130rpx;
- width: 90%;
- background-color: white;
- margin-top: 15rpx;
- border-radius: 10px;
- display: flex;
- flex-direction: row;
- align-items: center;
- box-shadow: 0px 0px 10px #dddddd;
- }
- .listImag{
- height: 55rpx;
- width: 55rpx;
- margin-left: 20px;
- margin-right: 15px;
- }
|