deviceConnect3.wxss 572 B

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