shopping.vue 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <template>
  2. <!-- 十元购 -->
  3. <view style="position: relative;">
  4. <view class="back" style="z-index: -1;">
  5. </view>
  6. <u-navbar bgColor="#FE2E2E" :safeAreaInsetTop="true" :placeholder='true'>
  7. <view class="u-nav-slot" slot="left">
  8. <image src="../../static/shopping/title.png" style="width: 390rpx;height: 48rpx;" mode=""></image>
  9. </view>
  10. </u-navbar>
  11. <view class="input u-flex u-row-between" style="margin-top: 16rpx;">
  12. <view class="u-flex">
  13. <image src="../../static/shopping/search.png" style="width: 32rpx;height: 32rpx;" mode=""></image>
  14. <input type="text" placeholder="请输入商品名称搜索" style="width: 500rpx;margin-left: 14rpx;" />
  15. </view>
  16. <view class="search">搜索</view>
  17. </view>
  18. <view class="content">
  19. <view class="">
  20. <u-tabs lineColor="#f56c6c" :activeStyle="{
  21. color: 'rgba(248, 53, 39, 1)',
  22. fontWeight: 'bold',
  23. transform: 'scale(1.05)'
  24. }" :list="list1" @click="click"></u-tabs>
  25. </view>
  26. <view class="u-flex u-row-between" style="margin-top: 24rpx;flex-wrap: wrap;">
  27. <view class="item" v-for="(item,idx) in 6" :key="idx" style="margin-bottom: 20rpx;">
  28. <image src="/static/images/logo.png" style="width: 340rpx;height: 340rpx;" mode=""></image>
  29. <view class="" style="padding: 20rpx;box-sizing: border-box;">
  30. <text class="title">可心柔 V9系列婴儿保wadhbiuawd</text>
  31. <view class="u-flex" style="margin-top: 12rpx;flex-wrap: wrap;column-gap: 12rpx;">
  32. <view class="tabsa" v-for="(item,index) in 3">
  33. {{i18n.orderpaysforitself}}
  34. </view>
  35. </view>
  36. <view class="num">
  37. {{i18n.Soldout}}5000+{{i18n.piece}}
  38. </view>
  39. <view class="" style="margin-top: 16rpx;position: relative;">
  40. <image src="/static/shopping/btn.png"
  41. style="width: 300rpx;height: 68rpx;position: absolute;top:0;left:0;" mode=""></image>
  42. <view class="u-flex u-row-between"
  43. style="padding:10rpx 20rpx 0 26rpx;width: 85%;position: relative;z-index: 1;">
  44. <view class="" style="margin-top: 10rpx;">
  45. <text class="money">¥</text>
  46. <text class="money" style="font-size: 40rpx;">13.2</text>
  47. </view>
  48. <image src="../../static/shopping/shop.png" style="width: 82rpx;height: 38rpx;" mode="">
  49. </image>
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- <view class="" style="height: 80rpx;"></view> -->
  57. <view class="" style="height: 160rpx;"></view>
  58. <kj-tabbar :value1=2></kj-tabbar>
  59. </view>
  60. </template>
  61. <script>
  62. export default {
  63. data() {
  64. return {
  65. list1: [{
  66. name: '关注',
  67. }, {
  68. name: '推荐',
  69. }, {
  70. name: '电影'
  71. }, {
  72. name: '科技'
  73. }, {
  74. name: '音乐'
  75. }, {
  76. name: '美食'
  77. }, {
  78. name: '文化'
  79. }, {
  80. name: '财经'
  81. }, {
  82. name: '手工'
  83. }]
  84. };
  85. },
  86. methods: {
  87. click(item) {
  88. console.log('item', item);
  89. }
  90. },
  91. computed: {
  92. i18n() {
  93. return this.$t('index')
  94. }
  95. },
  96. }
  97. </script>
  98. <style lang="scss" scoped>
  99. .content {
  100. width: 750rpx;
  101. // height: 1332rpx;
  102. background: linear-gradient(180deg, #FDFCFB 0%, #F4F4F4 100%);
  103. border-radius: 30rpx 30rpx 0rpx 0rpx;
  104. margin-top: 32rpx;
  105. padding: 32rpx;
  106. box-sizing: border-box;
  107. .item {
  108. width: 340rpx;
  109. height: 592rpx;
  110. background: #FFFFFF;
  111. border-radius: 16rpx;
  112. .title {
  113. font-family: PingFangSC, PingFang SC;
  114. font-weight: 400;
  115. font-size: 26rpx;
  116. color: #222222;
  117. line-height: 36rpx;
  118. text-align: left;
  119. font-style: normal;
  120. display: block;
  121. width: 100%;
  122. overflow: hidden;
  123. text-overflow: ellipsis;
  124. white-space: nowrap;
  125. }
  126. .tabsa {
  127. // width: 96rpx;
  128. // height: 32rpx;
  129. margin-top: 10rpx;
  130. border-radius: 4rpx;
  131. border: 1rpx solid #ED0909;
  132. font-family: PingFangSC, PingFang SC;
  133. font-weight: 400;
  134. font-size: 20rpx;
  135. color: #ED0909;
  136. // line-height: 32rpx;
  137. text-align: center;
  138. font-style: normal;
  139. display: inline;
  140. padding: 0 4rpx;
  141. box-sizing: border-box;
  142. }
  143. .num {
  144. font-family: SFPro, SFPro;
  145. font-weight: 400;
  146. font-size: 20rpx;
  147. color: #555555;
  148. line-height: 24rpx;
  149. text-align: left;
  150. font-style: normal;
  151. margin-top: 16rpx;
  152. }
  153. .money {
  154. font-family: HarmonyOS_Sans_Medium;
  155. font-size: 20rpx;
  156. color: #F83224;
  157. line-height: 26rpx;
  158. text-align: left;
  159. font-style: normal;
  160. }
  161. }
  162. }
  163. .back {
  164. position: absolute;
  165. top: 0;
  166. left: 0;
  167. width: 750rpx;
  168. height: 800rpx;
  169. background: #FE2E2E;
  170. }
  171. .input {
  172. width: 702rpx;
  173. height: 68rpx;
  174. background: #FFFFFF;
  175. border-radius: 34rpx;
  176. margin-left: 24rpx;
  177. box-sizing: border-box;
  178. padding: 0 8rpx 0 24rpx;
  179. .search {
  180. width: 100rpx;
  181. height: 56rpx;
  182. background: #F83224;
  183. border-radius: 28rpx;
  184. font-family: PingFangSC, PingFang SC;
  185. font-weight: 400;
  186. font-size: 26rpx;
  187. color: #FFFFFF;
  188. line-height: 56rpx;
  189. text-align: center;
  190. font-style: normal;
  191. }
  192. }
  193. </style>