index.acss 655 B

12345678910111213141516171819202122232425262728
  1. .scan-container {
  2. background: #FFF;
  3. }
  4. .scan-container .bottom {
  5. position: relative;
  6. width: 100%;
  7. }
  8. .scan-container .bottom .scan-box {
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: center;
  12. align-items: center;
  13. width: 100%;
  14. }
  15. .scan-container .bottom .scan-box .scan-icon {
  16. width: 234rpx;
  17. height: 234rpx;
  18. background-image: url('https://gw.alipayobjects.com/mdn/rms_091500/afts/img/A*F-X7Q5ftuwAAAAAAAAAAAAAAARQnAQ');
  19. background-size: 100% 100%;
  20. }
  21. .scan-container .bottom .scan-box .scan-desc {
  22. margin-top: 24.5rpx;
  23. font-size: 34rpx;
  24. font-weight: 600;
  25. color: #333;
  26. line-height: 48rpx;
  27. letter-spacing: 0.55rpx;
  28. }