connectBle.wxss 658 B

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