index.module.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .paymentTitle {
  2. min-height: 136px;
  3. background: linear-gradient(180deg, #ffe4d4 0%, #ffffff 100%);
  4. .orderType {
  5. padding-top: 35px;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. .img {
  10. width: 36px;
  11. height: 36px;
  12. margin-right: 10px;
  13. }
  14. span {
  15. font-size: 22px;
  16. font-weight: 500;
  17. color: #1a1a1a;
  18. line-height: 30px;
  19. }
  20. }
  21. .orderPrice {
  22. padding-bottom: 22px;
  23. padding-top: 15px;
  24. color: #333333;
  25. font-size: 22px;
  26. text-align: center;
  27. span {
  28. font-size: 16px;
  29. line-height: 22px;
  30. }
  31. }
  32. }
  33. .cellGroup {
  34. margin: 10px 13px;
  35. :global {
  36. .van-cell {
  37. padding: 16px 17px;
  38. font-size: 16px;
  39. color: #333333;
  40. }
  41. .van-cell__value {
  42. flex: 0 auto;
  43. }
  44. }
  45. .buyDetail {
  46. display: flex;
  47. align-items: center;
  48. padding: 18px 0 0 18px;
  49. i {
  50. display: inline-block;
  51. margin-right: 6px;
  52. width: 4px;
  53. height: 14px;
  54. background: #ff8057;
  55. border-radius: 2px;
  56. }
  57. font-size: 16px;
  58. font-weight: 500;
  59. color: #333333;
  60. line-height: 22px;
  61. }
  62. .buyImg {
  63. width: 58px;
  64. height: 58px;
  65. overflow: hidden;
  66. border-radius: 5px;
  67. margin-right: 9px;
  68. }
  69. }