deviceConnect3.wxss 530 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .lodRuter{
  2. margin-top: 54rpx;
  3. }
  4. .lodRuter text{
  5. text-align: center;
  6. width: 100%;
  7. display: block;
  8. margin-bottom: 34rpx;
  9. }
  10. .suRuter{
  11. margin-top: 54rpx;
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .suRuter image{
  16. width: 48rpx;
  17. }
  18. .suRuter text{
  19. color: #353535;
  20. font-size: 36rpx;
  21. margin-left: 20rpx;
  22. }
  23. .errorPs{
  24. margin-top: 150rpx;
  25. }
  26. .errorPs >text{
  27. color: #353535;
  28. font-size: 28rpx;
  29. font-weight: bold;
  30. line-height: 40rpx;
  31. }
  32. .errorPs >view{
  33. color: #353535;
  34. font-size: 28rpx;
  35. line-height: 40rpx;
  36. }