IntelligentDocking.wxss 301 B

12345678910111213141516171819202122232425
  1. .bj{
  2. width: 100%;
  3. height: 100vh;
  4. }
  5. .img1{
  6. width: 207rpx;
  7. height: 207rpx;
  8. position: absolute;
  9. top: 400rpx;
  10. left: 100rpx;
  11. }
  12. .img2{
  13. left: 450rpx;
  14. }
  15. .t1{
  16. color: #333333;
  17. font-size: 30rpx;
  18. font-weight: 900;
  19. position: absolute;
  20. top: 650rpx;
  21. left: 150rpx;
  22. }
  23. .t2{
  24. left: 500rpx;
  25. }