success.vue 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <template>
  2. <view class="page">
  3. <!-- 顶部导航 -->
  4. <u-navbar title-width='300' title='' :is-back="true" :border-bottom="false"
  5. :background="{background:'rgba(0,0,0,0)'}" :isFixed="true"></u-navbar>
  6. <view class="index-navbar">
  7. <view class="" style="position: relative;;">
  8. <view class="back"></view>
  9. </view>
  10. </view>
  11. <view class="success">
  12. 交易已完成
  13. </view>
  14. <view class="order">
  15. <view class="">订单信息</view>
  16. <view class="" style="display: flex;margin-top: 32rpx;">
  17. <view class="box">
  18. <image style="width: 120rpx;height: 160rpx;" src="/static/logo.png" mode=""></image>
  19. </view>
  20. <view class="flexc" style="">
  21. <view class="">
  22. <view class="title">运动体能实训指导</view>
  23. <view class="">资源类型:付费资源</view>
  24. </view>
  25. <view class="">¥324.5</view>
  26. </view>
  27. </view>
  28. <view class="bottom" style="text-align: right;">
  29. <text class="fu">实付</text>
  30. <text class="yuan" style="font-size: 8rpx;">¥</text>
  31. <text class="money1">325.00</text>
  32. </view>
  33. </view>
  34. <view class="info">
  35. <view class="">订单信息</view>
  36. <view class="order1">
  37. <text class="info1">订单编号</text>
  38. <text class="math">239020283892034</text>
  39. </view>
  40. <view class="order1">
  41. <text class="info1">下单时间</text>
  42. <text class="math">239020283892034</text>
  43. </view>
  44. <view class="order1">
  45. <text class="info1">支付时间</text>
  46. <text class="math">2023-11-12 18:23:12</text>
  47. </view>
  48. <view class="order1">
  49. <text class="info1">支付方式</text>
  50. <text class="math">微信支付</text>
  51. </view>
  52. </view>
  53. </view>
  54. </template>
  55. <script>
  56. export default {
  57. data() {
  58. return {
  59. };
  60. },
  61. methods: {
  62. toorder() {
  63. uni.navigateTo({
  64. url: '/pages/mine/myorder'
  65. })
  66. },
  67. tocard() {
  68. uni.navigateTo({
  69. url: '/pages/mine/card'
  70. })
  71. },
  72. tosetting() {
  73. uni.navigateTo({
  74. url: '/pages/mine/setting'
  75. })
  76. }
  77. }
  78. }
  79. </script>
  80. <style lang="scss" scoped>
  81. .order1 {
  82. margin-top: 40rpx;
  83. }
  84. .info1 {
  85. font-size: 28rpx;
  86. font-family: PingFangSC, PingFang SC;
  87. font-weight: 400;
  88. color: #555555;
  89. }
  90. .math {
  91. font-size: 28rpx;
  92. font-family: SFPro, SFPro;
  93. font-weight: 400;
  94. color: #333333;
  95. margin-left: 44rpx;
  96. }
  97. .bottom {
  98. border-top: 2rpx solid rgba(151, 151, 151, 0.2);
  99. padding-top: 26rpx;
  100. margin-top: 32rpx;
  101. }
  102. .fu {
  103. font-size: 26rpx;
  104. font-family: PingFangSC, PingFang SC;
  105. font-weight: 400;
  106. color: #222222;
  107. margin-right: 20rpx;
  108. }
  109. .money1 {
  110. font-size: 36rpx;
  111. font-family: JDZhengHT, JDZhengHT;
  112. font-weight: 400;
  113. color: #222222;
  114. }
  115. .money {
  116. font-size: 32rpx;
  117. font-family: SFPro, SFPro;
  118. font-weight: 400;
  119. color: #333333;
  120. }
  121. .yuan {
  122. font-size: 26rpx;
  123. font-family: JDZhengHT, JDZhengHT;
  124. font-weight: 300;
  125. color: #222222;
  126. }
  127. .fu {
  128. font-size: 24rpx;
  129. font-family: PingFangSC, PingFang SC;
  130. font-weight: 400;
  131. color: #444444;
  132. margin-top: 12rpx;
  133. }
  134. .box {
  135. width: 160rpx;
  136. height: 160rpx;
  137. border: 1rpx solid rgba(151, 151, 151, 0.2);
  138. padding: 0 20rpx;
  139. }
  140. .title {
  141. font-size: 28rpx;
  142. font-family: PingFangHK, PingFangHK;
  143. font-weight: 400;
  144. color: #333333;
  145. }
  146. .felxc {
  147. display: flex;
  148. justify-content: space-between;
  149. flex-direction: column;
  150. margin-left: 20rpx;
  151. padding: 4rpx 0;
  152. }
  153. .page {
  154. height: 100vh;
  155. position: relative;
  156. z-index: 1;
  157. background: #F4F5F7;
  158. padding: 0 28rpx;
  159. }
  160. .order {
  161. width: 694rpx;
  162. // height: 592rpx;
  163. background: #FFFFFF;
  164. border-radius: 20rpx;
  165. padding: 30rpx 20rpx;
  166. }
  167. .success {
  168. font-size: 40rpx;
  169. font-family: PingFangSC, PingFang SC;
  170. font-weight: 500;
  171. color: #FFFFFF;
  172. margin-top: 12rpx;
  173. margin-bottom: 38rpx;
  174. }
  175. .info {
  176. width: 694rpx;
  177. height: 420rpx;
  178. background: #FFFFFF;
  179. border-radius: 20rpx;
  180. margin-top: 20rpx;
  181. padding: 30rpx 20rpx;
  182. }
  183. .index-navbar {
  184. position: fixed;
  185. top: 0;
  186. left: 0;
  187. width: 100vw;
  188. z-index: -1;
  189. // overflow: hidden;
  190. .back {
  191. position: absolute;
  192. top: 0;
  193. left: 0;
  194. z-index: -1;
  195. width: 750rpx;
  196. height: 636rpx;
  197. background: linear-gradient(180deg, #06A971 0%, #F4F4F4 100%);
  198. }
  199. }
  200. </style>