index.vue 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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">
  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="">
  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. toShopping(){
  108. uni.navigateTo({
  109. url:'/pageA/shopping/shopping'
  110. })
  111. },
  112. today(){
  113. uni.navigateTo({
  114. url:'/pageA/everyday'
  115. })
  116. }
  117. }
  118. }
  119. </script>
  120. <style lang="scss">
  121. .yuan {
  122. font-size: 24rpx;
  123. font-family: PingFang SC, PingFang SC;
  124. font-weight: 400;
  125. color: #87898B;
  126. line-height: 48rpx;
  127. }
  128. .data {
  129. font-size: 32rpx;
  130. font-family: DIN Alternate, DIN Alternate;
  131. font-weight: bold;
  132. color: #F64016;
  133. line-height: 48rpx;
  134. }
  135. .money {
  136. font-size: 24rpx;
  137. font-family: PingFang SC, PingFang SC;
  138. font-weight: bold;
  139. color: #F64016;
  140. line-height: 105rpx;
  141. }
  142. .list {
  143. width: 335rpx;
  144. margin-top: 30rpx;
  145. height: 400rpx;
  146. }
  147. .title {
  148. font-size: 36rpx;
  149. font-family: PingFang SC, PingFang SC;
  150. font-weight: 500;
  151. color: #323337;
  152. line-height: 0rpx;
  153. }
  154. .look {
  155. font-size: 22rpx;
  156. font-family: PingFang SC, PingFang SC;
  157. font-weight: 400;
  158. color: #5881C1;
  159. line-height: 0rpx;
  160. margin-left: 74rpx;
  161. margin-right: 14rpx;
  162. }
  163. .zhibo {
  164. font-size: 36rpx;
  165. font-family: DOUYU;
  166. font-weight: normal;
  167. line-height: 48rpx;
  168. color: #3B3C5B;
  169. margin-right: 20rpx;
  170. }
  171. .button {
  172. width: 174rpx;
  173. height: 60rpx;
  174. background: rgba(87, 194, 244, 1);
  175. opacity: 1;
  176. border-radius: 30rpx;
  177. font-size: 28rpx;
  178. font-family: PingFang SC;
  179. font-weight: 400;
  180. line-height: 60rpx;
  181. color: #FFFFFF;
  182. text-align: center;
  183. }
  184. .page {
  185. padding: 0 28rpx;
  186. width: 750rpx;
  187. min-height: 100vh;
  188. background: rgba(255, 255, 255, 1);
  189. }
  190. .foreshow {
  191. width: 702rpx;
  192. height: 464rpx;
  193. background: linear-gradient(135deg, #CFF4FE 0%, #D5E5FF 41%, #8FCCF1 100%);
  194. padding: 22rpx 19rpx;
  195. margin: 66rpx 0 22rpx;
  196. border-radius: 16rpx;
  197. }
  198. .describe {
  199. font-size: 24rpx;
  200. font-family: PingFang SC;
  201. font-weight: 400;
  202. line-height: 34rpx;
  203. color: #26303A;
  204. margin-top: 18rpx;
  205. }
  206. .swiper-item {
  207. height: 324rpx;
  208. }
  209. .swiper_box {
  210. width: 694rpx;
  211. height: 324rpx;
  212. background: rgba(255, 255, 255, 0.39);
  213. // border: 2px solid #707070;
  214. opacity: 1;
  215. border-radius: 10rpx;
  216. // padding: 0 28rpx;
  217. }
  218. .index-navbar {
  219. position: sticky;
  220. top: 0;
  221. left: 0;
  222. width: 750rpx;
  223. z-index: 100;
  224. overflow: hidden;
  225. .back {
  226. position: absolute;
  227. top: 0;
  228. left: 0;
  229. z-index: -1;
  230. width: 750rpx;
  231. height: 542rpx;
  232. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 1) 100%);
  233. }
  234. }
  235. </style>