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.

224 lines
3.8 KiB

  1. <template>
  2. <view class="app-container" style="background-color: #ededed;">
  3. <view class="pam-content">
  4. <view class="pam-shop">
  5. <view class="pam-mess">
  6. <view class="picon">
  7. <img src="../../static/page/people.png" style="width: 110rpx;height: 110rpx;" alt="" srcset="" />
  8. </view>
  9. <view class="pam-address">
  10. <view class="pname">
  11. 付款给李姐烧烤(普罗旺斯店)
  12. </view>
  13. <view class="paddre">
  14. 广西南宁市江南区波尔多庄园2-109号商铺
  15. </view>
  16. </view>
  17. </view>
  18. <view class="pam-local">
  19. <img src="../../static/page/location.png" style="width: 30rpx;height: 36rpx;" alt="" srcset="" />
  20. </view>
  21. </view>
  22. <view class="pam-main">
  23. <view class="pm-title">
  24. 付款金额()
  25. </view>
  26. <view class="pm-write">
  27. <view class="font">
  28. </view>
  29. <view class="num">
  30. <input type="text" class="pr-num" placeholder="请输入金额" placeholder-style="color: #cfcfcf;" />
  31. </view>
  32. </view>
  33. <view class="pfooter u-border-top">
  34. 向商家询问支付金额
  35. </view>
  36. </view>
  37. <view class="pac-cont">
  38. <view class="pac-left">
  39. <view class="pcfont">
  40. 支付金额给商户
  41. </view>
  42. <view class="pcline">
  43. </view>
  44. <view class="pc-aplay">
  45. 支付宝支付
  46. </view>
  47. </view>
  48. <view class="pac-link">
  49. 查看活动规则
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. </template>
  55. <script>
  56. export default {
  57. data() {
  58. return {
  59. }
  60. },
  61. methods: {
  62. }
  63. }
  64. </script>
  65. <style lang="scss">
  66. .uni-page-body {
  67. background: #ededed;
  68. }
  69. .pam-content {
  70. padding-top: 100rpx;
  71. padding-left: 30rpx;
  72. padding-right: 30rpx;
  73. .pam-shop {
  74. display: flex;
  75. justify-content: space-between;
  76. .pam-mess {
  77. display: flex;
  78. height: 110rpx;
  79. .picon {
  80. width: 110rpx;
  81. height: 110rpx;
  82. }
  83. .pam-address {
  84. margin-left: 20rpx;
  85. .pname {
  86. margin-top: 15rpx;
  87. color: #454545;
  88. font-size: 16px;
  89. line-height: 1.5;
  90. font-weight: bold;
  91. }
  92. .paddre {
  93. margin-top: 5rpx;
  94. color: #666;
  95. font-size: 12px;
  96. line-height: 1.5;
  97. }
  98. }
  99. }
  100. .pam-local {
  101. width: 30rpx;
  102. height: 36rpx;
  103. margin-top: 60rpx;
  104. }
  105. }
  106. .pam-main {
  107. margin-top: 97rpx;
  108. padding-top: 30rpx;
  109. height: 380rpx;
  110. background: #fff;
  111. box-sizing: border-box;
  112. .pm-title {
  113. padding-left: 40rpx;
  114. color: #454545;
  115. font-size: 15px;
  116. line-height: 1.5;
  117. }
  118. .pfooter {
  119. margin-top: 60rpx;
  120. padding-left: 40rpx;
  121. padding-top: 40rpx;
  122. color: #666;
  123. font-size: 12px;
  124. line-height: 1.5;
  125. }
  126. .u-border-bottom,
  127. .u-border-top {
  128. border-color: #eee !important;
  129. }
  130. .pm-write {
  131. display: flex;
  132. height: 60rpx;
  133. padding-left: 40rpx;
  134. margin-top: 70rpx;
  135. .font {
  136. height: 60rpx;
  137. line-height: 60rpx;
  138. font-size: 15px;
  139. color: #454545;
  140. font-weight: bold;
  141. }
  142. .num {
  143. margin-left: 20rpx;
  144. line-height: 60rpx;
  145. height: 60rpx;
  146. .pr-num {
  147. font-size: 30px;
  148. line-height: 60rpx;
  149. min-height: 60rpx;
  150. height: 60rpx;
  151. color: #454545;
  152. }
  153. }
  154. }
  155. }
  156. .pac-cont {
  157. display: flex;
  158. justify-content: space-between;
  159. align-items: center;
  160. margin-top: 30rpx;
  161. .pac-left {
  162. display: flex;
  163. .pcfont {
  164. font-size: 12px;
  165. color: #666;
  166. height: 30rpx;
  167. line-height: 30rpx;
  168. }
  169. .pcline {
  170. height: 28rpx;
  171. width: 2rpx;
  172. margin-left: 20rpx;
  173. background: #ccc;
  174. }
  175. .pc-aplay {
  176. padding-left: 40rpx;
  177. margin-left: 20rpx;
  178. font-size: 12px;
  179. height: 30rpx;
  180. line-height: 30rpx;
  181. color: #999;
  182. background: url(../../static/page/aplay.png) no-repeat left center;
  183. background-size: 30rpx 30rpx;
  184. }
  185. }
  186. .pac-link {
  187. color: #1783FF;
  188. font-size: 12px;
  189. height: 30rpx;
  190. line-height: 30rpx;
  191. cursor: pointer;
  192. }
  193. }
  194. }
  195. </style>