subsidy.vue 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <template>
  2. <!-- 百万补贴 -->
  3. <view style="position: relative;">
  4. <image src="static/images/back.png"
  5. style="width: 750rpx;height: 468rpx;position: absolute;top: 0;left: 0;z-index: -1;" mode=""></image>
  6. <u-navbar :autoBack='true' :safeAreaInsetTop="true" bgColor="rgba(0,0,0,0)" :placeholder='true'>
  7. <view class="u-nav-slot u-flex" slot="left">
  8. <u-icon name="arrow-left" size="19" color='rgba(253, 252, 251, 1)'></u-icon>
  9. <view class="input">
  10. <u-icon name="search" color="rgba(153, 153, 153, 1)" size="32"></u-icon>
  11. <input type="text" :placeholder="Pleaseproductname" />
  12. </view>
  13. </view>
  14. </u-navbar>
  15. <!-- 标签 -->
  16. <view class=" u-row-center" style="margin-top: 52rpx;display: flex;flex-direction: column;align-items: center;">
  17. <image v-if="show==1" src="static/images/img1.png" style="width: 484rpx;height: 52rpx;" mode=""></image>
  18. <image v-if="show==2" src="static/images/img2.png" style="width: 346rpx;height: 64rpx;" mode=""></image>
  19. <image v-if="show==3" src="static/images/goshop.png" style="width: 382rpx;height: 52rpx;" mode=""></image>
  20. <!-- <image src="static/images/img1.png" style="width: 484rpx;height: 52rpx;" mode=""></image> -->
  21. <view class="biaopqian" style="margin-top: 20rpx;">
  22. <text>{{i18n.Goodgoods}}</text>
  23. <text style='margin-left:20rpx;margin-right:20rpx'>|</text>
  24. <text>{{i18n.Saveeverything}}</text>
  25. <text style='margin-left:20rpx;margin-right:20rpx'>|</text>
  26. <text>{{i18n.willpay}}</text>
  27. </view>
  28. </view>
  29. <!-- 商品 -->
  30. <view class="box">
  31. <view class="" style="margin-left: -22rpx;">
  32. <u-tabs :activeStyle="{
  33. color: 'rgba(248, 53, 39, 1)',
  34. fontWeight: 'bold',
  35. transform: 'scale(1.05)'
  36. }" :list="list1" lineColor='rgba(248, 53, 39, 1)' @click="click"></u-tabs>
  37. </view>
  38. <view class="item u-flex" v-for="(child,index) in 6">
  39. <image src="../static/images/logo.png" style="width: 232rpx;height: 232rpx;" mode=""></image>
  40. <view class="u-row-between"
  41. style="height: 232rpx;display: flex;flex-direction: column;margin-left: 20rpx;">
  42. <view class="">
  43. <text>得宝天然无香抽取式面巾纸9…</text>
  44. <view class="u-flex" style="margin-top: 18rpx;column-gap: 18rpx;">
  45. <text class="tabs baoyou"
  46. style="background:rgba(248, 50, 36, 1) ;border: 2rpx solid rgba(248, 50, 36, 0);color:#FFFFFF ;">包邮</text>
  47. <text class="tabs" v-for="(item,idx) in 3" :key="idx">
  48. {{i18n.willpay}}
  49. </text>
  50. </view>
  51. </view>
  52. <view class="backimg" style="position: relative;" >
  53. <image src="./static/images/tab.png"
  54. style="width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 0;" mode="">
  55. </image>
  56. <view v-if="show==1" class="u-flex u-row-between"
  57. style="position: relative;z-index: 1;padding:0 24rpx ;text-align: center;line-height: 68rpx;">
  58. <view class="">
  59. <text class="textone">补贴价</text>
  60. <text class='texttwo' style="margin-left: 12rpx;">¥</text>
  61. <text class='texttwo' style="font-size: 40rpx;">16</text>
  62. <text class='texttwo'>.13</text>
  63. </view>
  64. <view class="">
  65. <text class="textthree">已补</text>
  66. <text class='textfour' style="margin-left: 8rpx;">¥</text>
  67. <text class='textfour' style="font-size: 28rpx;">25.8</text>
  68. </view>
  69. </view>
  70. <view v-if="show==2 || show==3" class="u-flex u-row-between"
  71. style="position: relative;z-index: 1;padding:0 24rpx ;text-align: center;line-height: 68rpx;">
  72. <view class="">
  73. <text v-if="show==2" class="textone">{{i18n.Subsidized}}</text>
  74. <text v-if="show==3" class="textone">包邮价</text>
  75. <text class='texttwo' style="margin-left: 12rpx;">¥</text>
  76. <text class='texttwo' style="font-size: 40rpx;">16</text>
  77. <text class='texttwo'>.13</text>
  78. </view>
  79. <view class="">
  80. <image src="static/images/qiang.png" style="width: 48rpx;height: 38rpx;" mode="">
  81. </image>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. </template>
  90. <script>
  91. export default {
  92. data() {
  93. return {
  94. list1: [{
  95. name: '关注',
  96. }, {
  97. name: '推荐',
  98. }, {
  99. name: '电影'
  100. }, {
  101. name: '科技'
  102. }, {
  103. name: '音乐'
  104. }, {
  105. name: '美食'
  106. }, {
  107. name: '文化'
  108. }, {
  109. name: '财经'
  110. }, {
  111. name: '手工'
  112. }],
  113. show:1
  114. };
  115. },
  116. computed: {
  117. i18n() {
  118. return this.$t('index')
  119. }
  120. },
  121. onLoad(options) {
  122. this.show = options.show
  123. }
  124. }
  125. </script>
  126. <style lang="scss">
  127. .box {
  128. width: 750rpx;
  129. height: 1266rpx;
  130. background: #F4F4F4;
  131. border-radius: 24rpx 24rpx 0rpx 0rpx;
  132. margin-top: 36rpx;
  133. padding: 32rpx;
  134. box-sizing: border-box;
  135. .baoyou {
  136. font-family: PingFangSC, PingFang SC;
  137. font-weight: 400;
  138. font-size: 20rpx;
  139. color: #FFFFFF;
  140. line-height: 28rpx;
  141. text-align: left;
  142. font-style: normal;
  143. }
  144. .textone {
  145. font-family: PingFangSC, PingFang SC;
  146. font-weight: 400;
  147. font-size: 20rpx;
  148. color: #F83224;
  149. line-height: 28rpx;
  150. text-align: left;
  151. font-style: normal;
  152. }
  153. .texttwo {
  154. font-family: HarmonyOS_Sans_Medium;
  155. font-size: 24rpx;
  156. color: #F83224;
  157. line-height: 34rpx;
  158. text-align: left;
  159. font-style: normal;
  160. }
  161. .textthree {
  162. font-family: PingFangSC, PingFang SC;
  163. font-weight: 400;
  164. font-size: 20rpx;
  165. color: #FDFCFB;
  166. line-height: 28rpx;
  167. text-align: left;
  168. font-style: normal;
  169. }
  170. .textfour {
  171. font-family: PingFangSC, PingFang SC;
  172. font-weight: 400;
  173. font-size: 20rpx;
  174. color: #FDFCFB;
  175. line-height: 28rpx;
  176. text-align: left;
  177. font-style: normal;
  178. }
  179. .backimg {
  180. width: 418rpx;
  181. height: 68rpx;
  182. }
  183. .item {
  184. margin-top: 36rpx;
  185. background: #FDFCFB;
  186. border-radius: 16rpx;
  187. width: 702rpx;
  188. padding: 28rpx 16rpx;
  189. box-sizing: border-box;
  190. // height: 256rpx;
  191. }
  192. .tabs {
  193. padding: 0 8rpx;
  194. height: 32rpx;
  195. border-radius: 4rpx;
  196. border: 1rpx solid #E5BC78;
  197. font-family: PingFangSC, PingFang SC;
  198. font-weight: 400;
  199. font-size: 20rpx;
  200. color: #D48700;
  201. line-height: 28rpx;
  202. text-align: center;
  203. font-style: normal;
  204. }
  205. }
  206. .input {
  207. width: 458rpx;
  208. height: 64rpx;
  209. background: #FDFCFB;
  210. border-radius: 36rpx;
  211. padding: 0 24rpx;
  212. box-sizing: border-box;
  213. margin-left: 16rpx;
  214. display: flex;
  215. align-items: center;
  216. }
  217. .biaopqian {
  218. font-family: PingFangSC, PingFang SC;
  219. font-weight: 400;
  220. font-size: 24rpx;
  221. color: #FFFFFF;
  222. line-height: 34rpx;
  223. text-align: left;
  224. font-style: normal;
  225. }
  226. </style>