金诚优选前端代码
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.

66 lines
1.0 KiB

  1. #recharge-success{
  2. .contents{
  3. height: 100%;
  4. overflow: auto;
  5. box-sizing: border-box;
  6. .is-ok{
  7. background: #FFFFFF;
  8. text-align: center;
  9. padding: 25px 0;
  10. font-size: 10px;
  11. color:#9b9b9b;
  12. .text{
  13. font-size: 25px;
  14. color:#f8b62d;
  15. i{
  16. font-size: 25px;
  17. }
  18. }
  19. .info{
  20. margin-top: 10px;
  21. font-size: 14px;
  22. span{
  23. color: #E73237;
  24. }
  25. i{
  26. color: #1AAD19;
  27. }
  28. }
  29. .no-text{
  30. font-size: 25px;
  31. color:#e73237;
  32. i{
  33. font-size: 25px;
  34. }
  35. }
  36. }
  37. .point-box{
  38. margin-top: 10px;
  39. font-size: 14px;
  40. background: #FFFFFF;
  41. padding: 15px 0;
  42. color:#4a4a4a;
  43. text-align: center;
  44. }
  45. .button-box{
  46. text-align: center;
  47. font-size: 18px;
  48. position: absolute;
  49. bottom: 0;
  50. width: 100%;
  51. height: 50px;
  52. line-height: 50px;
  53. background:#e73237;
  54. color: #FFFFFF;
  55. text-align: center;
  56. }
  57. }
  58. }