index.module.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .order-detail {
  2. position: relative;
  3. padding: 14px 14px 0;
  4. overflow: hidden;
  5. .tips {
  6. margin-bottom: 120px;
  7. background-color: white;
  8. border-radius: 8px;
  9. padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
  10. h3 {
  11. display: flex;
  12. font-size: 14px;
  13. font-weight: 500;
  14. color: #333333;
  15. line-height: 1;
  16. }
  17. p {
  18. padding-top: 9px;
  19. font-size: 12px;
  20. color: #7a7a7a;
  21. line-height: 23px;
  22. }
  23. :global {
  24. .van-icon {
  25. margin-right: 6px;
  26. }
  27. }
  28. }
  29. :global {
  30. .van-popup--bottom.van-popup--round {
  31. border-radius: 10px 10px 0 0;
  32. }
  33. }
  34. .paymentInfo {
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. right: 0;
  39. }
  40. .protocol {
  41. padding: 0 14px;
  42. background-color: #f6f8f9;
  43. }
  44. .protocolTenant {
  45. background-color: #fff;
  46. border-radius: 18px 18px 0px 0px;
  47. &>div {
  48. padding-bottom: 0;
  49. }
  50. }
  51. .btnGroup {
  52. // position: fixed;
  53. // bottom: 0;
  54. // left: 0;
  55. // right: 0;
  56. background-color: #fff;
  57. display: flex;
  58. align-items: center;
  59. padding: 12px 16px;
  60. justify-content: space-between;
  61. :global {
  62. .van-button {
  63. padding: 0 18px;
  64. flex-shrink: 0;
  65. }
  66. }
  67. .priceSection {
  68. // display: flex;
  69. // align-items: center;
  70. font-size: 14px;
  71. font-weight: 500;
  72. color: #999999;
  73. line-height: 20px;
  74. .goodsNum {
  75. font-size: 12px;
  76. color: #777777;
  77. padding-right: 6px;
  78. font-weight: 400;
  79. }
  80. .price {
  81. display: inline-block;
  82. font-size: 28px;
  83. font-weight: bold;
  84. color: #ff3535;
  85. font-family: DINAlternate-Bold, DINAlternate;
  86. .priceUnit {
  87. font-size: 14px;
  88. }
  89. }
  90. }
  91. }
  92. .btnTenant {
  93. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  94. font-size: 16px;
  95. font-weight: 500;
  96. color: #FFFFFF;
  97. border: none;
  98. padding: 0 42px !important;
  99. }
  100. }
  101. .qrcodePopup {
  102. width: 90%;
  103. overflow: initial;
  104. }
  105. // 弹窗样式
  106. .dialogContainer {
  107. width: 287px;
  108. box-sizing: border-box;
  109. background: #FFFFFF;
  110. border-radius: 12px;
  111. padding: 16px 24px 22px;
  112. text-align: center;
  113. .dialogTitle {
  114. font-weight: 500;
  115. font-size: 18px;
  116. color: #333333;
  117. line-height: 25px;
  118. }
  119. .dialogContent {
  120. padding: 16px 0 21px;
  121. font-size: 15px;
  122. color: #777777;
  123. line-height: 26px;
  124. }
  125. .dialogBtnGroup {
  126. padding: 0 16px;
  127. }
  128. .dialogBtn {
  129. font-weight: 500;
  130. font-size: 16px;
  131. color: #FFFFFF;
  132. line-height: 22px;
  133. }
  134. }