index.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .box {
  2. width: 750rpx;
  3. height: 652rpx;
  4. padding: 28rpx 0 0;
  5. background: #FFFFFF;
  6. border-radius: 30rpx 30rpx 0rpx 0rpx;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. .header {
  11. width: 100%;
  12. position: relative;
  13. font-size: 28rpx;
  14. color: #000000;
  15. text-align: center;
  16. .close {
  17. position: absolute;
  18. right: 24rpx;
  19. top: -30rpx;
  20. line-height: 60rpx;
  21. font-size: 50rpx;
  22. }
  23. }
  24. .qrCodeBox {
  25. margin: 34rpx auto;
  26. padding: 40rpx;
  27. background: url('http://reader-wx.ai160.com/images/reader/v3/bgl.webp') no-repeat;
  28. background-size: contain;
  29. .qrCode {
  30. width: 322rpx;
  31. height: 322rpx;
  32. background: #D8D8D8;
  33. border-radius: 40rpx;
  34. }
  35. }
  36. .footer {
  37. .row {
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. margin-bottom: 20rpx;
  42. .icon {
  43. margin: 0 12rpx;
  44. font-size: 30rpx;
  45. width: 46rpx;
  46. height: 46rpx;
  47. }
  48. text {
  49. padding: 0 10rpx;
  50. }
  51. .price {
  52. font-size: 40rpx;
  53. color: #FF0707;
  54. font-weight: bold;
  55. }
  56. }
  57. }
  58. }