product.vue 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <template>
  2. <view class="content">
  3. <top :type="pageType"></top>
  4. <view class="content1">
  5. <view class="banner">
  6. <!-- 关于我们 -->
  7. </view>
  8. <view class="content4">
  9. <view class="left">
  10. <image src="../../static/pt1.png" style="width: 579px;height: 660px;margin-right: 100px;"></image>
  11. </view>
  12. <view class=" right">
  13. <view class="title">
  14. 司机端产品介绍
  15. </view>
  16. <view class="text">
  17. 经过很能吃苦的业务团队全体员工共同努力,企业已与上下游客户展开了采销一体化的合作,并形成了稳定长久的供求关系及战略合作伙伴。在北方主要粮食中转港口鲅鱼圈港、布局了港口粮食中转库及销售团队,为整个公司贸易流转提供了重要的销售前沿的业务支撑,形成了动态库存逐步向销售终端前移,多节点实现销售的重要战略目标。并实现高资金周转率、零坏账、无亏损、利润逐步递增的财务目标。
  18. </view>
  19. </view>
  20. </view>
  21. <view class="content3">
  22. <view class="left">
  23. <view class="title">
  24. 货主端产品介绍
  25. </view>
  26. <view class="text">
  27. 经过很能吃苦的业务团队全体员工共同努力,企业已与上下游客户展开了采销一体化的合作,并形成了稳定长久的供求关系及战略合作伙伴。在北方主要粮食中转港口鲅鱼圈港、布局了港口粮食中转库及销售团队,为整个公司贸易流转提供了重要的销售前沿的业务支撑,形成了动态库存逐步向销售终端前移,多节点实现销售的重要战略目标。并实现高资金周转率、零坏账、无亏损、利润逐步递增的财务目标。
  28. </view>
  29. </view>
  30. <view class="right">
  31. <image src="../../static/pt2.png" style="width: 579px;height: 660px;"></image>
  32. </view>
  33. </view>
  34. <view class="content6">
  35. <view class="left">
  36. <image src="../../static/logo.png" style="width: 208px;height: 60px;"></image>
  37. </view>
  38. <view class="right">
  39. <view class="btn">
  40. <a href="https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/zysj.apk">下载司机端</a>
  41. </view>
  42. <view class="btn">
  43. <a href="https://taohaoliang.oss-cn-beijing.aliyuncs.com/app/zyhz.apk">下载货主端</a>
  44. </view>
  45. </view>
  46. </view>
  47. </view>
  48. <bottom></bottom>
  49. </view>
  50. </template>
  51. <script>
  52. import top from '@/components/top.vue'
  53. import bottom from '@/components/bottom.vue'
  54. export default {
  55. components: {
  56. top,
  57. bottom
  58. },
  59. data() {
  60. return {
  61. pageType: 'product'
  62. };
  63. }
  64. }
  65. </script>
  66. <style lang="scss">
  67. .banner {
  68. width: 100%;
  69. height: 840rpx;
  70. background: url('../../static/banner3.png') no-repeat center;
  71. background-size: cover;
  72. display: flex;
  73. justify-content: center;
  74. align-items: center;
  75. color: white;
  76. font-size: 64rpx;
  77. }
  78. .content2 {
  79. display: flex;
  80. width: 70%;
  81. margin: 242rpx auto;
  82. justify-content: space-between;
  83. .left {
  84. margin-right: 290rpx;
  85. }
  86. }
  87. .text {
  88. font-size: 32rpx;
  89. color: #101010;
  90. line-height: 64rpx;
  91. }
  92. .title {
  93. font-size: 80rpx;
  94. font-weight: 600;
  95. color: #0B0B0B;
  96. line-height: 112rpx;
  97. margin-bottom: 20rpx;
  98. }
  99. .content3 {
  100. background: white;
  101. background-size: cover;
  102. display: flex;
  103. align-items: center;
  104. padding: 0 15%;
  105. box-sizing: border-box;
  106. }
  107. .content4 {
  108. background: white;
  109. display: flex;
  110. align-items: center;
  111. padding: 0 15%;
  112. box-sizing: border-box;
  113. }
  114. .content5 {
  115. background: url('../../static/banner3.png') no-repeat center;
  116. background-size: cover;
  117. flex-direction: column;
  118. justify-content: center;
  119. height: 1160rpx;
  120. display: flex;
  121. align-items: center;
  122. padding: 0 15%;
  123. box-sizing: border-box;
  124. color: white;
  125. .title,
  126. .text {
  127. color: white;
  128. }
  129. .f-title {
  130. margin: 40rpx 0 180rpx 0;
  131. }
  132. }
  133. .content6 {
  134. // background: white;
  135. // justify-content: center;
  136. height: 200rpx;
  137. display: flex;
  138. background: red;
  139. align-items: center;
  140. padding: 200px 15%;
  141. background: white;
  142. .tilte {
  143. margin-bottom: 100rpx;
  144. }
  145. .right {
  146. display: flex;
  147. .btn {
  148. width: 116px;
  149. height: 40px;
  150. background: #3F414B;
  151. border-radius: 20px;
  152. color: white;
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. padding: 0rpx 30rpx;
  157. margin-left: 200rpx;
  158. a {
  159. color: white;
  160. text-decoration: none;
  161. }
  162. }
  163. }
  164. }
  165. </style>