paymentPage.ttss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .payment_bg.data-v-cef389e1 {
  2. width: 100%;
  3. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/payment_bg.png) no-repeat top;
  4. background-size: 100% auto;
  5. overflow: hidden;
  6. }
  7. .payment_info.data-v-cef389e1 {
  8. position: relative;
  9. }
  10. .payment_info image.data-v-cef389e1 {
  11. width: 100%;
  12. height: auto;
  13. margin-top: 134rpx;
  14. }
  15. .payment_info .pay_btn_sm.data-v-cef389e1 {
  16. width: 640rpx;
  17. height: auto;
  18. position: absolute;
  19. left: 55rpx;
  20. bottom: 73rpx;
  21. }
  22. .payment_desc image.data-v-cef389e1 {
  23. width: 750rpx;
  24. }
  25. .pay_btn_lg.data-v-cef389e1 {
  26. width: 640rpx;
  27. margin: 40rpx auto;
  28. }
  29. .pay_btn_lg image.data-v-cef389e1 {
  30. width: 640rpx;
  31. height: auto;
  32. }
  33. .pay_dialog.data-v-cef389e1 {
  34. width: 594rpx;
  35. height: 360rpx;
  36. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/dialog_bg.png) no-repeat top;
  37. background-size: cover;
  38. position: fixed;
  39. top: 540rpx;
  40. left: 50%;
  41. transform: translate(-50%, -50%);
  42. }
  43. .btn_area.data-v-cef389e1 {
  44. margin: 240rpx 0 0 96rpx;
  45. }
  46. .btn_area image.data-v-cef389e1 {
  47. width: 160rpx;
  48. }
  49. .btn_area image.data-v-cef389e1:active {
  50. border: 1rpx solid #999999;
  51. opacity: 0.8;
  52. border-radius: 28rpx;
  53. }