scan.wxss 923 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: var(--maincolor);
  10. }
  11. .wrapper {
  12. height: 100%;
  13. align-items: flex-start;
  14. }
  15. .modal {
  16. width: 558rpx;
  17. min-height: 522rpx;
  18. background-color: #fff;
  19. border-radius: 20rpx;
  20. margin-top: 300rpx;
  21. padding-bottom: 20rpx;
  22. }
  23. .status-icon {
  24. width: 100%;
  25. height: auto;
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. margin-top: 90rpx;
  30. }
  31. .status-img {
  32. width: 144rpx;
  33. height: 144rpx;
  34. }
  35. .status-text {
  36. font-size: 26rpx;
  37. font-weight: 400;
  38. color: #333333;
  39. text-align: center;
  40. margin-top: 40rpx;
  41. }
  42. .scan-msg {
  43. display: inline-block;
  44. width: 518rpx;
  45. margin: 0 auto;
  46. }
  47. .actions {
  48. width: 100%;
  49. margin-top: 80rpx;
  50. }
  51. .status-btn {
  52. width: 210rpx;
  53. height: 68rpx;
  54. border-radius: 10px;
  55. font-size: 26rpx;
  56. font-weight: 400;
  57. color: #FFFFFF;
  58. }