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.

315 lines
8.8 KiB

  1. <template>
  2. <view class="app-container">
  3. <view class="agent-content">
  4. <view class="avatar-information">
  5. <image style="width: 110rpx;height: 110rpx;" src="/static/index/head-sculpture.png" alt="" />
  6. <view class="information-content">
  7. <view class="information-name">李姐烧烤</view>
  8. <view class="address-text">地址广西南宁市江南区波尔多庄园2-109号商铺</view>
  9. </view>
  10. </view>
  11. <view class="revenue-information">
  12. <view class="projected-revenue-content">
  13. <view class="projected-revenue-item">
  14. <view class="character-style"></view>
  15. <view class="character-price">394.00</view>
  16. </view>
  17. <view class="revenue-item-text">
  18. <view class="character-text">预计到账收益</view>
  19. <image class="help-icon" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/help-icon.png" />
  20. </view>
  21. </view>
  22. <view class="segmentation"></view>
  23. <view class="projected-revenue-content">
  24. <view class="projected-revenue-item">
  25. <view class="character-style"></view>
  26. <view class="character-price">5000.00</view>
  27. </view>
  28. <view class="revenue-item-text">
  29. <view class="character-text">总到账收益</view>
  30. <image class="help-icon" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/help-icon.png" />
  31. </view>
  32. </view>
  33. </view>
  34. <view class="recent-orders-content">
  35. <view class="recent-orders-title">
  36. <image class="title-stlye" src="/static/index/merchant-title-style.png" alt="" />
  37. <view class="title-text">最近订单</view>
  38. </view>
  39. <view class="ordering-information">
  40. <view class="order-number">订单编号 22398983498</view>
  41. <view class="ordering-information-item">
  42. <view class="ordering-pic">
  43. <image class="order-chart" src="/static/index/order-chart.png" alt="" />
  44. </view>
  45. <view class="ordering-text">
  46. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  47. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  48. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  49. </view>
  50. </view>
  51. <view class="order-status">
  52. <button class="refund-button">退款</button>
  53. </view>
  54. <view class="divider-style"></view>
  55. </view>
  56. <view class="ordering-information">
  57. <view class="order-number">订单编号 22398983498</view>
  58. <view class="ordering-information-item">
  59. <view class="ordering-pic">
  60. <image class="order-chart" src="/static/index/order-chart.png" alt="" />
  61. </view>
  62. <view class="ordering-text">
  63. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  64. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  65. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  66. </view>
  67. </view>
  68. <view class="order-status">
  69. <button class="refunded-button-style">已退款</button>
  70. </view>
  71. <view class="divider-style"></view>
  72. </view>
  73. <view class="ordering-information">
  74. <view class="order-number">订单编号 22398983498</view>
  75. <view class="ordering-information-item">
  76. <view class="ordering-pic">
  77. <image class="order-chart" src="/static/index/order-chart.png" alt="" />
  78. </view>
  79. <view class="ordering-text">
  80. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  81. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  82. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  83. </view>
  84. </view>
  85. <view class="order-status">
  86. <button class="refund-button">已退款</button>
  87. </view>
  88. <view class="divider-style"></view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. </template>
  96. <style lang="scss">
  97. .agent-content {
  98. position: relative;
  99. width: 100%;
  100. height: 1500rpx;
  101. padding-left: 30rpx;
  102. padding-right: 30rpx;
  103. background: url(../../static/index/merchant-index-bg.png) no-repeat top center;
  104. background-size: 100% 100%;
  105. box-sizing: border-box;
  106. .avatar-information{
  107. display: flex;
  108. justify-content: left;
  109. align-items: center;
  110. padding: 30rpx 0;
  111. .information-content{
  112. margin-left: 30rpx;
  113. .information-name{
  114. font-family: PingFangSC-Regular, sans-serif;
  115. font-size: 32rpx;
  116. color: #fff;
  117. font-weight: bold;
  118. }
  119. .address-text {
  120. font-family: PingFangSC-Regular, sans-serif;
  121. font-size: 24rpx;
  122. color: #fff;
  123. margin-top: 15rpx;
  124. }
  125. }
  126. }
  127. .revenue-information{
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. height: 200rpx;
  132. background: url(../../static/index/income-bg.png) no-repeat center center;
  133. background-size: cover;
  134. padding: 0 60rpx;
  135. .projected-revenue-content {
  136. text-align: center;
  137. .projected-revenue-item {
  138. display: flex;
  139. justify-content: left;
  140. align-items: baseline;
  141. .character-style {
  142. font-family: PingFangSC-Regular, sans-serif;
  143. font-size: 30rpx;
  144. color: #454545;
  145. }
  146. .character-price {
  147. font-family: "Din";
  148. font-size: 50rpx;
  149. color: #454545;
  150. font-weight: bold;
  151. margin-left: 10rpx;
  152. }
  153. }
  154. .revenue-item-text {
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. margin-top: 10rpx;
  159. }
  160. .character-text {
  161. font-family: PingFangSC-Regular, sans-serif;
  162. font-size: 28rpx;
  163. color: #454545;
  164. font-weight: bold;
  165. }
  166. image.help-icon {
  167. width: 30rpx;
  168. height: 30rpx;
  169. background-size: cover;
  170. margin-left: 10rpx;
  171. }
  172. }
  173. .segmentation {
  174. width: 1rpx;
  175. height: 90rpx;
  176. background: #E6E3E3;
  177. }
  178. }
  179. .recent-orders-content {
  180. background: #fff;
  181. margin-top: -2rpx;
  182. .recent-orders-title {
  183. display: flex;
  184. justify-content: left;
  185. align-items: center;
  186. padding: 30rpx;
  187. image.title-stlye {
  188. width: 15rpx;
  189. height: 19rpx;
  190. background-size: cover;
  191. margin-right: 20rpx;
  192. }
  193. .title-text {
  194. font-family: PingFangSC-Regular, sans-serif;
  195. font-size: 30rpx;
  196. color: #454545;
  197. font-weight: bold;
  198. }
  199. }
  200. .ordering-information {
  201. padding-bottom: 30rpx;
  202. .order-number {
  203. font-family: PingFangSC-Regular, sans-serif;
  204. font-size: 26rpx;
  205. color: #454545;
  206. padding: 0 30rpx;
  207. }
  208. .ordering-information-item {
  209. display: flex;
  210. justify-content: left;
  211. align-items: center;
  212. padding: 30rpx;
  213. .ordering-pic {
  214. width: 120rpx;
  215. height: 120rpx;
  216. background-size: cover;
  217. border-radius: 15rpx;
  218. image.order-chart {
  219. width: 120rpx;
  220. height: 120rpx;
  221. background-size: cover;
  222. border-radius: 15rpx;
  223. }
  224. }
  225. .ordering-text {
  226. margin-left: 30rpx;
  227. .ordering-text-title {
  228. font-family: PingFangSC-Regular, sans-serif;
  229. font-size: 30rpx;
  230. color: #454545;
  231. }
  232. .amount-of-money {
  233. font-family: PingFangSC-Regular, sans-serif;
  234. font-size: 24rpx;
  235. color: #999;
  236. padding: 10rpx 0;
  237. span.price-style {
  238. font-family: PingFangSC-Regular, sans-serif;
  239. font-size: 24rpx;
  240. color: #F52F3E;
  241. }
  242. }
  243. .order-time {
  244. font-family: PingFangSC-Regular, sans-serif;
  245. font-size: 24rpx;
  246. color: #999;
  247. }
  248. }
  249. }
  250. .order-status {
  251. display: flex;
  252. justify-content: space-around;
  253. align-items: center;
  254. padding: 30rpx 0;
  255. border-top: 1rpx solid #eeeeee;
  256. button.refund-button {
  257. width: 120rpx;
  258. height: 48rpx;
  259. line-height: 44rpx;
  260. font-family: PingFangSC-Regular, sans-serif;
  261. font-size: 24rpx;
  262. color: #454545;
  263. border-color: #E5E5E5;
  264. background: #fff;
  265. border-radius: 100rpx;
  266. margin: 0;
  267. margin-left: 500rpx;
  268. border: 1rpx solid #E5E5E5;
  269. }
  270. button.refunded-button-style {
  271. width: 130rpx;
  272. height: 48rpx;
  273. line-height: 44rpx;
  274. font-family: PingFangSC-Regular, sans-serif;
  275. font-size: 24rpx;
  276. color: #999 !important;
  277. background: #fff;
  278. border-radius: 100rpx;
  279. margin: 0;
  280. margin-left: 500rpx;
  281. border: 1rpx solid #E5E5E5;
  282. }
  283. }
  284. .divider-style {
  285. width: 690rpx;
  286. height: 10rpx;
  287. background: #f7f7f7;
  288. }
  289. }
  290. }
  291. }
  292. </style>