You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.3 KiB

  1. /* pages/cardReceive/cardReceive.wxss */
  2. page {
  3. background: #52a0fd;
  4. height: 100%;
  5. }
  6. .content {
  7. width: 680rpx;
  8. border-radius: 10rpx;
  9. background: #fff;
  10. margin: 30rpx auto 0;
  11. padding-bottom: 27rpx;
  12. }
  13. .txt1 {
  14. display: block;
  15. width: 400rpx;
  16. font-size: 28rpx;
  17. margin: 0 auto 15rpx;
  18. text-align: center;
  19. font-family: PingFang-SC-Medium;
  20. font-weight: 500;
  21. padding-top: 70rpx;
  22. color: rgba(51, 51, 51, 1);
  23. }
  24. .pay {
  25. width: 680rpx;
  26. text-align: center;
  27. margin: auto;
  28. margin-top: 20rpx;
  29. overflow: hidden;
  30. }
  31. .pay .memberIds {
  32. display: block;
  33. width: 680rpx;
  34. height: 88rpx;
  35. line-height: 88rpx;
  36. margin: auto;
  37. font-size: 28rpx;
  38. color: #000;
  39. text-align: center;
  40. background: #ffffff;
  41. margin-bottom: 20rpx;
  42. border-radius: 10rpx;
  43. }
  44. .pay .memberIdss {
  45. display: block;
  46. width: 680rpx;
  47. height: 88rpx;
  48. line-height: 88rpx;
  49. margin: auto;
  50. font-size: 28rpx;
  51. color: #000;
  52. text-align: center;
  53. background: #ffffff7a;
  54. margin-bottom: 20rpx;
  55. border-radius: 10rpx;
  56. }
  57. .canvas {
  58. width: 600rpx;
  59. margin: 0 auto;
  60. }
  61. .canWrap {
  62. position: fixed;
  63. bottom: -20000rpx;
  64. left: -2000rpx;
  65. width: 100%;
  66. height: 100%;
  67. overflow: visible;
  68. }
  69. .canWrap canvas {
  70. width: 690rpx;
  71. height: 450rpx;
  72. }
  73. .canvasImage {
  74. display: block;
  75. width: 500rpx;
  76. margin: 0 auto;
  77. }