deviceConnect3.wxss 642 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .suAIRuter {
  16. margin-top: 27rpx;
  17. display: flex;
  18. justify-content: center;
  19. color: #D42B2B;
  20. }
  21. .suRuter image {
  22. width: 48rpx;
  23. }
  24. .suRuter text {
  25. color: #353535;
  26. font-size: 36rpx;
  27. margin-left: 20rpx;
  28. }
  29. .errorPs {
  30. margin-top: 150rpx;
  31. }
  32. .errorPs>text {
  33. color: #353535;
  34. font-size: 28rpx;
  35. font-weight: bold;
  36. line-height: 40rpx;
  37. }
  38. .errorPs>view {
  39. color: #353535;
  40. font-size: 28rpx;
  41. line-height: 40rpx;
  42. }