myqrcode.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .load {
  5. width: 100%;
  6. height: 2400rpx;
  7. position: absolute;
  8. left: 0;
  9. top: 0;
  10. z-index: 9999;
  11. background-color: #ffffff;
  12. text-align: center;
  13. line-height: 1300rpx;
  14. }
  15. .loadimg {
  16. width: 200rpx;
  17. height: 200rpx;
  18. }
  19. .head {
  20. width: 100%;
  21. height: 246rpx;
  22. display: flex;
  23. flex-direction: column;
  24. box-shadow:0rpx 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
  25. }
  26. .headtitle {
  27. width: 95%;
  28. margin-left: 5%;
  29. margin-top: 39rpx;
  30. text-align: left;
  31. font-size: 40rpx;
  32. font-weight: Bold;
  33. color: #000000;
  34. }
  35. .headdesc {
  36. width: 90%;
  37. margin-left: 5%;
  38. margin-right: 5%;
  39. margin-top: 16rpx;
  40. align-content: space-between;
  41. font-size: 28rpx;
  42. font-weight: Regular;
  43. color: #8C8C8C;
  44. }
  45. .sqbuttom {
  46. align-self:flex-end;
  47. margin-bottom: 4rpx;
  48. }
  49. .apbuttom {
  50. margin-top:10rpx;
  51. width:152rpx;
  52. height:54rpx;
  53. font-weight: 500;
  54. font-size: 24rpx;
  55. line-height: 54rpx;
  56. color: #FFFFFF;
  57. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  58. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  59. border-radius: 42rpx 0rpx 0rpx 42rpx;
  60. }
  61. .boximg {
  62. display: flex;
  63. width: 100%;
  64. justify-content:center;
  65. flex-direction: column;
  66. }
  67. .imgqrcode {
  68. /* margin-top: 100rpx;
  69. margin-bottom: 50rpx; */
  70. align-self:center;
  71. width: 100%;
  72. height: 1400rpx;
  73. }
  74. .imgrule {
  75. width: 100%;
  76. height: 600rpx;
  77. }
  78. .explain {
  79. width: 100%;
  80. }
  81. .pay {
  82. height:170rpx;
  83. width: 100%;
  84. position: fixed;
  85. left:0;
  86. bottom:0rpx;
  87. background:#ffffff;
  88. z-index: 10;
  89. display: flex;
  90. flex-direction: row;
  91. justify-content: center;
  92. }
  93. .buttonextract {
  94. margin-top: 28rpx;
  95. width: 588rpx;
  96. height: 82rpx;
  97. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  98. box-shadow:0px 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  99. border-radius:42rpx;
  100. text-align: center;
  101. font-size: 36rpx;
  102. font-weight: 500;
  103. color:#FFFFFF;
  104. line-height: 82rpx;
  105. }