index.css 842 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .pay-content-wrap {
  2. color: #323233;
  3. }
  4. .pay-content-wrap > div{
  5. margin-bottom: 10px;
  6. background: white;
  7. padding: 10px;
  8. }
  9. .pay-content-price {
  10. text-align: center;
  11. }
  12. .pay-content-price p:first-child {
  13. padding-top: 20px;
  14. }
  15. .pay-content-price p:nth-child(2) {
  16. font-size: 24px;
  17. font-weight: 500;
  18. }
  19. .pay-content-type p:first-child {
  20. color: #929292;
  21. font-size: 12px;
  22. }
  23. .pay-content-type span {
  24. padding-left: 10px;
  25. }
  26. .pay-content-type span:last-child {
  27. float: right;
  28. }
  29. .confirm-footer {
  30. position: fixed;
  31. bottom: 0;
  32. width: 100%;
  33. height: 50px;
  34. }
  35. .confirm-button {
  36. width: 100%;
  37. height: 100%;
  38. color: #fff;
  39. background-color: #f44;
  40. border: 1px solid #f44;
  41. font-size: 16px;
  42. text-align: center;
  43. letter-spacing: 2px;
  44. }
  45. .pay-disabled {
  46. opacity: 0.5;
  47. }