scan.wxss 759 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/scan/scan.wxss */
  2. .scan-content {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .scan-item {
  7. width: 100%;
  8. height: 900rpx;
  9. background-color: #f66;
  10. }
  11. .wrapper {
  12. height: 100%;
  13. }
  14. .modal {
  15. width: 558rpx;
  16. height: 522rpx;
  17. background-color: #fff;
  18. border-radius: 20rpx;
  19. }
  20. .status-icon {
  21. width: 100%;
  22. height: auto;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. margin-top: 90rpx;
  27. }
  28. .status-img {
  29. width: 144rpx;
  30. height: 144rpx;
  31. }
  32. .status-text {
  33. font-size: 26rpx;
  34. font-weight: 400;
  35. color: #333333;
  36. text-align: center;
  37. margin-top: 40rpx;
  38. }
  39. .actions {
  40. width: 100%;
  41. margin-top: 80rpx;
  42. }
  43. .status-btn {
  44. width: 210rpx;
  45. height: 68rpx;
  46. border-radius: 10px;
  47. font-size: 26rpx;
  48. font-weight: 400;
  49. color: #FFFFFF;
  50. }