connectBle.wxss 611 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .container {
  2. position: relative;
  3. height: 100vh;
  4. }
  5. .device_pic {
  6. margin-top: 128rpx;
  7. margin-left: 140rpx;
  8. /* margin-right: 140rpx; */
  9. width: 470rpx;
  10. height: 432rpx;
  11. background: #F2F5F7;
  12. border-radius: 24rpx;
  13. }
  14. .top_tips {
  15. margin-top: 128rpx;
  16. margin-inline: 20rpx;
  17. font-size: 28rpx;
  18. text-align: center;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. .connect_button {
  23. margin-top: 456rpx;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. margin-inline: 64rpx;
  28. font-size: 32rpx;
  29. font-weight: Medium;
  30. color: white;
  31. text-align: center;
  32. border-radius: 44rpx;
  33. height: 88rpx;
  34. }