| 123456789101112131415161718192021 |
- /**index.wxss**/
- .rtu-status-sv{
- height: 1px;
- flex: 1;
- }
- .rtu-status-title{
- color: black;
- font-size: 28rpx;
- }
- .rtu-status-info-name{
- font-size: 26rpx;
- color:#426666;
- }
- .rtu-status-info-text{
- color: darkgray;
- font-size: 26rpx;
- }
|