scan.scss 812 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* pages/scan/scan.wxss */
  2. .scan{
  3. background:#FAF5EB url(https://www.icelook.cn/exhibition/images/page/subtract.png) no-repeat;
  4. background-position: bottom left;
  5. background-size: 100% 666rpx;
  6. height: 100vh;
  7. .title{
  8. height: 98rpx;
  9. text-align: center;
  10. image{
  11. width: 312rpx;
  12. height: 67rpx;
  13. }
  14. }
  15. .scan_img{
  16. width: 580rpx;
  17. height: 438rpx;
  18. margin-top: 200rpx;
  19. margin-left: 96rpx;
  20. image{
  21. width: 100%;
  22. height: 100%;
  23. }
  24. }
  25. .btn{
  26. width: 480rpx;
  27. height: 480rpx;
  28. position: absolute;
  29. bottom: 248rpx;
  30. left: 50%;
  31. margin-left: -240rpx;
  32. image{
  33. width: 100%;
  34. height: 100%;
  35. }
  36. }
  37. }