index.vue 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <template>
  2. <view class="page">
  3. <!-- 顶部 -->
  4. <view class="index-navbar">
  5. <view class="" style="position: relative;;">
  6. <view class="back"></view>
  7. <u-navbar title-width='300' title='粉丝私域服务中心' :is-back="false" :border-bottom="false"
  8. :background="{background:'rgba(0,0,0,0)'}" :isFixed="true"></u-navbar>
  9. </view>
  10. </view>
  11. <view class="swiper_box" style="padding: 0 0ch8rpx;">
  12. <swiper :autoplay='true' class="swiper" circular :indicator-dots="indicatorDots" :interval="interval"
  13. :duration="duration" indicator-active-color='#fff'>
  14. <swiper-item>
  15. <view class="swiper-item">A</view>
  16. </swiper-item>
  17. <swiper-item>
  18. <view class=" swiper-item">B</view>
  19. </swiper-item>
  20. <swiper-item>
  21. <view class="swiper-item ">C</view>
  22. </swiper-item>
  23. </swiper>
  24. </view>
  25. <!-- 金刚区 -->
  26. <view class="u-flex u-row-around">
  27. <view class="u-flex-col u-col-center" @click="today">
  28. <image style="width: 54rpx;height: 54rpx;" src="/static/images/qiandao.png" mode=""></image>
  29. <view class="describe">每日签到</view>
  30. </view>
  31. <view class="u-flex-col u-col-center" @click="toShopping">
  32. <image style="width: 54rpx;height: 54rpx;" src="/static/images/jifen.png" mode=""></image>
  33. <view class="describe">积分商城</view>
  34. </view>
  35. <view class="u-flex-col u-col-center">
  36. <image style="width: 54rpx;height: 54rpx;" src="/static/images/gongzhonghao.png" mode=""></image>
  37. <view class="describe">公众号</view>
  38. </view>
  39. <view class="u-flex-col u-col-center" @click="toduihuan">
  40. <image style="width: 54rpx;height: 54rpx;" src="/static/images/duihuan.png" mode=""></image>
  41. <view class="describe">快手兑换积分</view>
  42. </view>
  43. </view>
  44. <!-- 直播预告 -->
  45. <view class="foreshow">
  46. <view class="u-flex">
  47. <text class="zhibo">直播预告</text>
  48. <view class="" @click="formerly">
  49. <text class="look">查看往期</text>
  50. <u-icon name="arrow-right" color="#5881C1" size="20"></u-icon>
  51. </view>
  52. </view>
  53. <view class=""
  54. style="margin-top: 16rpx;margin-bottom: 32rpx;width:664rpx;height: 280rpx;border-radius: 16rpx;overflow: hidden;">
  55. <image style="width:664rpx;height: 280rpx;" src="" mode=""></image>
  56. </view>
  57. <view class="u-flex u-row-between">
  58. <view class="">
  59. <image style="width: 31rpx; height: 21rpx;" src="" mode=""></image>
  60. <text>2021-08-17 </text>
  61. <text style="margin-left: 20rpx;">19:30:00开播</text>
  62. </view>
  63. <view class="button">
  64. 预约直播
  65. </view>
  66. </view>
  67. </view>
  68. <!-- 推荐商品 -->
  69. <view class="u-flex" style="margin: 34rpx 0 0 0;">
  70. <image style="width: 38rpx; height: 38rpx;" src="" mode=""></image>
  71. <text class="title">推荐商品</text>
  72. </view>
  73. <!-- 商品列表 -->
  74. <view class="u-flex u-row-between u-flex-wrap" style="width: 702rpx;">
  75. <view class="u-flex-col list" v-for="(item,index) in 6" :key='index'>
  76. <image style="width: 100% ;height: 238rpx;" src="" mode=""></image>
  77. <view class="">春季嫩滑保湿收缩毛孔美白提亮精华液</view>
  78. <view class="u-flex u-row-between">
  79. <view class="u-flex">
  80. <view class="money">
  81. </view>
  82. <view class="data">
  83. 2986.2
  84. </view>
  85. </view>
  86. <view class="yuan">
  87. ¥2986
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </template>
  94. <script>
  95. export default {
  96. data() {
  97. return {
  98. indicatorDots: true,
  99. autoplay: true,
  100. interval: 2000,
  101. duration: 500
  102. }
  103. },
  104. onLoad() {
  105. },
  106. methods: {
  107. formerly() {
  108. uni.navigateTo({
  109. url: '/pageA/formerly'
  110. })
  111. },
  112. toShopping() {
  113. uni.navigateTo({
  114. url: '/pageA/shopping/shopping'
  115. })
  116. },
  117. today() {
  118. uni.navigateTo({
  119. url: '/pageA/everyday'
  120. })
  121. },
  122. toduihuan() {
  123. uni.navigateTo({
  124. url: '/pageA/duihuan'
  125. })
  126. }
  127. }
  128. }
  129. </script>
  130. <style lang="scss">
  131. .yuan {
  132. font-size: 24rpx;
  133. font-family: PingFang SC, PingFang SC;
  134. font-weight: 400;
  135. color: #87898B;
  136. line-height: 48rpx;
  137. }
  138. .data {
  139. font-size: 32rpx;
  140. font-family: DIN Alternate, DIN Alternate;
  141. font-weight: bold;
  142. color: #F64016;
  143. line-height: 48rpx;
  144. }
  145. .money {
  146. font-size: 24rpx;
  147. font-family: PingFang SC, PingFang SC;
  148. font-weight: bold;
  149. color: #F64016;
  150. line-height: 105rpx;
  151. }
  152. .list {
  153. width: 335rpx;
  154. margin-top: 30rpx;
  155. height: 400rpx;
  156. }
  157. .title {
  158. font-size: 36rpx;
  159. font-family: PingFang SC, PingFang SC;
  160. font-weight: 500;
  161. color: #323337;
  162. line-height: 0rpx;
  163. }
  164. .look {
  165. font-size: 22rpx;
  166. font-family: PingFang SC, PingFang SC;
  167. font-weight: 400;
  168. color: #5881C1;
  169. line-height: 0rpx;
  170. margin-left: 74rpx;
  171. margin-right: 14rpx;
  172. }
  173. .zhibo {
  174. font-size: 36rpx;
  175. font-family: DOUYU;
  176. font-weight: normal;
  177. line-height: 48rpx;
  178. color: #3B3C5B;
  179. margin-right: 20rpx;
  180. }
  181. .button {
  182. width: 174rpx;
  183. height: 60rpx;
  184. background: rgba(87, 194, 244, 1);
  185. opacity: 1;
  186. border-radius: 30rpx;
  187. font-size: 28rpx;
  188. font-family: PingFang SC;
  189. font-weight: 400;
  190. line-height: 60rpx;
  191. color: #FFFFFF;
  192. text-align: center;
  193. }
  194. .page {
  195. padding: 0 28rpx;
  196. width: 750rpx;
  197. min-height: 100vh;
  198. background: rgba(255, 255, 255, 1);
  199. }
  200. .foreshow {
  201. width: 702rpx;
  202. height: 464rpx;
  203. background: linear-gradient(135deg, #CFF4FE 0%, #D5E5FF 41%, #8FCCF1 100%);
  204. padding: 22rpx 19rpx;
  205. margin: 66rpx 0 22rpx;
  206. border-radius: 16rpx;
  207. }
  208. .describe {
  209. font-size: 24rpx;
  210. font-family: PingFang SC;
  211. font-weight: 400;
  212. line-height: 34rpx;
  213. color: #26303A;
  214. margin-top: 18rpx;
  215. }
  216. .swiper-item {
  217. height: 324rpx;
  218. }
  219. .swiper_box {
  220. width: 694rpx;
  221. height: 324rpx;
  222. background: rgba(255, 255, 255, 0.39);
  223. // border: 2px solid #707070;
  224. opacity: 1;
  225. border-radius: 10rpx;
  226. // padding: 0 28rpx;
  227. }
  228. .index-navbar {
  229. position: sticky;
  230. top: 0;
  231. left: 0;
  232. width: 750rpx;
  233. z-index: 100;
  234. overflow: hidden;
  235. .back {
  236. position: absolute;
  237. top: 0;
  238. left: 0;
  239. z-index: -1;
  240. width: 750rpx;
  241. height: 542rpx;
  242. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 1) 100%);
  243. }
  244. }
  245. </style>