C端小程序
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.

paySuccess.wxss 1.3 KiB

6 年之前
6 年之前
6 年之前
6 年之前
6 年之前
6 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. page{
  2. background: #F5F2F0;
  3. }
  4. button::after{ border: none; }
  5. .content button{
  6. width: 636rpx;
  7. height: 95rpx;
  8. line-height: 95rpx;
  9. text-align: center;
  10. color: #fff;
  11. font-size: 31rpx;
  12. /* background: #02C0FF!important; */
  13. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  14. border-radius:48rpx!important;
  15. margin-top: 169rpx;
  16. }
  17. .payContent{
  18. width: 657rpx;
  19. margin: 50rpx auto;
  20. }
  21. .payHeader{
  22. width: 100%;
  23. height: 11rpx;
  24. background: #02C0FF!important;
  25. border-radius:6rpx;
  26. }
  27. .payBody{
  28. width: 636rpx;
  29. height:473rpx;
  30. margin:-3rpx auto 0;
  31. background: #fff;
  32. z-index: 10;
  33. box-shadow:0rpx 8rpx 25rpx 2rpx rgba(165,165,165,0.1);
  34. border-radius:0rpx 0rpx 20rpx 20rpx;
  35. position: relative;
  36. }
  37. .payIcon {
  38. display: inline-block;
  39. position: absolute;
  40. }
  41. .payIcon-body{
  42. display: inline-block;
  43. position: absolute;
  44. left: 183rpx;
  45. top: 78rpx;
  46. }
  47. .payIcon-body text{
  48. font-size:40rpx;
  49. font-family:PingFang-SC-Bold;
  50. font-weight:bold;
  51. color:#333;
  52. position: absolute;
  53. display: inline-block;
  54. width: 200rpx;
  55. height: 70rpx;
  56. top:5rpx;
  57. left:90rpx;
  58. }
  59. .payIcon image{
  60. position: absolute;
  61. top: 0;
  62. left: 0;
  63. width: 70rpx;
  64. height: 70rpx;
  65. }
  66. .payMessage{
  67. position: absolute;
  68. top:230rpx;
  69. left: 53rpx;
  70. font-size: 28rpx;
  71. }
  72. .payMessage .price{
  73. color: #FF3535;
  74. }
  75. .active{
  76. opacity: .6;
  77. }