money.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. page {
  2. background: #FFFfff;
  3. }
  4. .box {
  5. width: 690rpx;
  6. height: 430rpx;
  7. background: #FFFDFC;
  8. box-shadow: 0rpx 15rpx 43rpx 0rpx rgba(232, 215, 199, 0.29);
  9. border-radius: 24rpx;
  10. margin: 0 auto;
  11. position: absolute;
  12. top: 80rpx;
  13. left: 0;
  14. right: 0;
  15. text-align: center;
  16. }
  17. .btn1 {
  18. /* width: 305upx; */
  19. width: 100%;
  20. height: 88rpx;
  21. background: #ffffff;
  22. border: 2rpx solid #CCCCCC;
  23. border-radius: 8rpx;
  24. line-height: 88rpx;
  25. /* color: #FFFFFF; */
  26. font-size: 28rpx;
  27. margin-right: 20rpx;
  28. }
  29. .btn2 {
  30. /* width: 305upx; */
  31. width: 100%;
  32. height: 88rpx;
  33. background: #FCD202;
  34. border-radius: 8rpx;
  35. line-height: 88rpx;
  36. /* color: #FFFFFF; */
  37. font-size: 28rpx;
  38. }
  39. .popup_pay {
  40. width: 100%;
  41. position: relative;
  42. padding-bottom: 45rpx;
  43. /* height: 160px; */
  44. }
  45. .pay_btn {
  46. width: 90%;
  47. margin: 0 auto;
  48. text-align: center;
  49. background: #2FB57A;
  50. height: 80rpx;
  51. border-radius: 16rpx;
  52. color: #ffffff;
  53. line-height: 80rpx;
  54. }
  55. /* 支付金额弹框 */
  56. .receipt_code {
  57. width: 90%;
  58. margin: 0 auto;
  59. }
  60. .code_title {
  61. width: 100%;
  62. line-height: 100rpx;
  63. font-size: 31rpx;
  64. font-weight: bold;
  65. text-align: center;
  66. letter-spacing: 2rpx;
  67. margin-top: 21rpx;
  68. margin-bottom: 25rpx;
  69. }
  70. .u-input--border {
  71. border: 1px solid #F2F2F2 !important;
  72. background: #F2F2F2 !important;
  73. color: #999999 !important;
  74. font-weight: 500 !important;
  75. letter-spacing: 2rpx !important;
  76. }
  77. .u-input__input {
  78. font-size: 30rpx;
  79. font-weight: bold;
  80. flex: 1;
  81. color: #999999 !important;
  82. min-height: 85rpx !important;
  83. margin-top: 7rpx;
  84. }
  85. .sure {
  86. width: 100%;
  87. height: 80rpx;
  88. background: #2FB57A;
  89. color: white;
  90. border-radius: 46rpx;
  91. text-align: center;
  92. line-height: 80rpx;
  93. margin-top: 30rpx;
  94. letter-spacing: 2rpx;
  95. }
  96. .mingxi {
  97. position: relative;
  98. top: 10px;
  99. }