paySuccess.ttss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .pay_success_bg.data-v-02edb9a7 {
  2. width: 100%;
  3. min-height: 100vh;
  4. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/pay_success_bg.png) no-repeat top;
  5. background-size: 100% auto;
  6. overflow: hidden;
  7. }
  8. .register_bg.data-v-02edb9a7 {
  9. width: 750rpx;
  10. height: 498rpx;
  11. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/register_bg.png) no-repeat top;
  12. background-size: 100% auto;
  13. margin-top: 348rpx;
  14. overflow: hidden;
  15. }
  16. .register_bg input.data-v-02edb9a7 {
  17. border: 0;
  18. outline: none;
  19. width: 529rpx;
  20. height: 91rpx;
  21. padding-left: 100rpx;
  22. }
  23. .phone_input input.data-v-02edb9a7 {
  24. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/phone_input_bg.png) no-repeat top;
  25. background-size: cover;
  26. margin: 176rpx 0 0 64rpx;
  27. }
  28. .password_input.data-v-02edb9a7 {
  29. margin: 29rpx 0 0 64rpx;
  30. position: relative;
  31. }
  32. .password_input input.data-v-02edb9a7 {
  33. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/password_input_bg.png) no-repeat top;
  34. background-size: auto 100%;
  35. }
  36. .data-v-02edb9a7 .uni-input-input::-webkit-input-placeholder {
  37. font-family: 'Alibaba PuHuiTi 2.0';
  38. font-weight: normal;
  39. font-size: 32rpx;
  40. color: #999999;
  41. line-height: 64rpx;
  42. }
  43. .data-v-02edb9a7 .uni-input-input::placeholder {
  44. font-family: 'Alibaba PuHuiTi 2.0';
  45. font-weight: normal;
  46. font-size: 32rpx;
  47. color: #999999;
  48. line-height: 64rpx;
  49. }
  50. .sms.data-v-02edb9a7 {
  51. width: 168rpx;
  52. background: #FFEDF1;
  53. border-radius: 36rpx;
  54. position: absolute;
  55. top: 9rpx;
  56. right: 71rpx;
  57. font-family: Alibaba PuHuiTi 2.0;
  58. font-weight: bold;
  59. font-size: 24rpx;
  60. color: #EC3126;
  61. line-height: 71rpx;
  62. text-align: center;
  63. }
  64. .sms.data-v-02edb9a7:active {
  65. border: 1rpx solid #cccccc;
  66. opacity: 0.8;
  67. border-radius: 40rpx;
  68. }
  69. .send_btn.data-v-02edb9a7 {
  70. margin: 340rpx auto 0;
  71. text-align: center;
  72. }