index.vue 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <template>
  2. <view class="page">
  3. <view class="index-navbar">
  4. <view class="" style="position: relative;;">
  5. <u-navbar title-width='300' title='' :is-back="false" :border-bottom="false"
  6. :background="{background:'rgba(0,0,0,0)'}" :isFixed="true">
  7. <view class="u-flex u-row-between" style="padding: 0 28rpx ;width: 100vw;">
  8. <view class="">
  9. logo
  10. </view>
  11. <view class="index-search u-flex" style="margin-left: 54rpx;" @click="toindexsearch">
  12. <u-icon name="search" color="#979797" size="30"></u-icon>
  13. <input style="margin-left: 12rpx;" type="text" class="text1" placeholder="请输入书名、作者搜索"
  14. :disabled="true">
  15. </view>
  16. <view class="button u-flex u-row-center">
  17. <image src="../../static/images/release.png"
  18. style="width: 24rpx; height: 24rpx;margin-right: 8rpx;" mode="">
  19. </image>
  20. <text>投稿</text>
  21. </view>
  22. </view>
  23. </u-navbar>
  24. <!-- <view class="back"></view> -->
  25. <image class="back1" src="../../static/images/bj.png" mode=""></image>
  26. </view>
  27. <view class="u-flex u-row-between pad" style="margin-top:36rpx ;">
  28. <view class="" v-for="(item,index) in list" :key="index" @click="onchange(index)">
  29. <text :class="curret==index?'one':'two' ">{{item}}</text>
  30. <view v-if="curret==index" class="bottom">
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="" style="height: 160rpx;"></view>
  36. <view v-if="curret==0" class="back pad">
  37. <view class="wrap" v-if="curret==0">
  38. <u-swiper :list="list"></u-swiper>
  39. </view>
  40. <view class="jiang">
  41. <view class="u-flex u-row-between">
  42. <text class="title1">获奖教材</text>
  43. <view class="look">查看更多</view>
  44. </view>
  45. <view class="cai u-flex u-row-between">
  46. <view class="item " v-for="(item,index) in 6" :key="index" @click="toinfo()">
  47. <image src="/static/logo.png" class="bookimg" mode=""></image>
  48. <view class="title2 u-line-1">
  49. ERP财务管理系统管理教程
  50. </view>
  51. <view class="u-line-1 author">
  52. 丁爱萍,林秀丽
  53. </view>
  54. <view class="bottom1">
  55. <text class="ding">定价</text>
  56. <text class="money">¥38.5</text>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="newbox">
  62. <view class="u-flex u-row-between">
  63. <text class="title1">新书推荐</text>
  64. <view class="look">查看更多</view>
  65. </view>
  66. <view class="u-flex video u-row-between">
  67. <view class="item2 " v-for="(item,index) in 6" :key="index">
  68. <image src="/static/logo.png" style="width: 322rpx;height: 198rpx;" mode=""></image>
  69. <view class="title3 u-line-1">武忠祥领衔|25考研数学领域</view>
  70. <view class="author u-line-1">武忠祥</view>
  71. <view class="money">¥1288.00</view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="" style="height: 30rpx;"></view>
  76. </view>
  77. <view v-if="curret==3" style="position: relative;z-index: 200;" class="">
  78. <ty-video></ty-video>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. export default {
  84. data() {
  85. return {
  86. list: [
  87. '首页', '纸质书', '电子书', '名师教学视频'
  88. ],
  89. curret: 0
  90. }
  91. },
  92. onLoad() {
  93. },
  94. methods: {
  95. onchange(index) {
  96. this.curret = index
  97. },
  98. toindexsearch() {
  99. uni.navigateTo({
  100. url: "/pages/index/index-search"
  101. })
  102. },
  103. toinfo(){
  104. uni.navigateTo({
  105. url:'/pages/index/bookinfo'
  106. })
  107. }
  108. }
  109. }
  110. </script>
  111. <style lang="scss" scoped>
  112. .item2 {
  113. margin-top: 24rpx;
  114. }
  115. .title3 {
  116. width: 314rpx;
  117. height: 40rpx;
  118. font-size: 28rpx;
  119. font-family: PingFangSC, PingFang SC;
  120. font-weight: 500;
  121. color: #333333;
  122. margin-top: 16rpx;
  123. }
  124. .video {
  125. flex-wrap: wrap;
  126. }
  127. .newbox {
  128. // width: 702rpx;
  129. min-height: 870rpx;
  130. background: #FFFFFF;
  131. border-radius: 16rpx;
  132. margin-top: 20rpx;
  133. padding: 28rpx 20rpx;
  134. }
  135. .bottom1 {
  136. margin-top: 16rpx;
  137. }
  138. .item {
  139. margin-top: 20rpx;
  140. }
  141. .money {
  142. font-size: 28rpx;
  143. font-family: SFPro, SFPro;
  144. font-weight: 400;
  145. color: #CC3300;
  146. margin-left: 8rpx;
  147. }
  148. .ding {
  149. font-size: 24rpx;
  150. font-family: PingFangSC, PingFang SC;
  151. font-weight: 400;
  152. color: #222222;
  153. }
  154. .author {
  155. font-size: 24rpx;
  156. font-family: PingFangSC, PingFang SC;
  157. font-weight: 400;
  158. color: #444444;
  159. margin-top: 8rpx;
  160. }
  161. .title2 {
  162. width: 198rpx;
  163. height: 36rpx;
  164. font-size: 26rpx;
  165. font-family: SFPro, SFPro;
  166. font-weight: 500;
  167. color: #333333;
  168. line-height: 30rpx;
  169. margin-top: 16rpx;
  170. }
  171. .bookimg {
  172. width: 202rpx;
  173. height: 266rpx;
  174. background: #D8D8D8;
  175. border-radius: 8rpx;
  176. }
  177. .cai {
  178. padding-top: 10rpx;
  179. flex-wrap: wrap;
  180. }
  181. .look {
  182. width: 130rpx;
  183. height: 40rpx;
  184. background: rgba(6, 169, 113, 0.1);
  185. border-radius: 24rpx;
  186. font-size: 20rpx;
  187. font-weight: 400;
  188. color: #06A971;
  189. line-height: 40rpx;
  190. text-align: center;
  191. // padding: 6rpx 12rpx;
  192. box-sizing: border-box;
  193. }
  194. .title1 {
  195. font-size: 32rpx;
  196. font-family: STSongti-SC, STSongti-SC;
  197. font-weight: bold;
  198. color: #000000;
  199. }
  200. .jiang {
  201. // width: 702rpx;
  202. height: 978rpx;
  203. background: #FFFFFF;
  204. border-radius: 16rpx;
  205. padding: 28rpx 20rpx 0;
  206. }
  207. .back {
  208. position: relative;
  209. min-height: 80vh;
  210. z-index: 200;
  211. }
  212. .wrap {
  213. margin-top: 40rpx;
  214. height: 280rpx;
  215. border-radius: 20rpx;
  216. }
  217. .pad {
  218. padding: 0 28rpx;
  219. }
  220. .one {
  221. font-size: 32rpx;
  222. font-family: PingFangSC, PingFang SC;
  223. font-weight: 500;
  224. color: #222222;
  225. }
  226. .two {
  227. font-size: 30rpx;
  228. font-family: PingFangSC, PingFang SC;
  229. font-weight: 400;
  230. color: #555555;
  231. }
  232. .bottom {
  233. width: 64rpx;
  234. height: 12rpx;
  235. background: linear-gradient(270deg, rgba(6, 169, 113, 0) 0%, #0ED4AA 100%);
  236. margin-top: -15rpx;
  237. }
  238. .index-search {
  239. width: 414rpx;
  240. height: 60rpx;
  241. background: #FFFFFF;
  242. border-radius: 38rpx;
  243. padding-left: 34rpx;
  244. }
  245. .page {
  246. // padding: 0 28rpx;
  247. min-height: 100vh;
  248. background: rgba(243, 243, 243, 1);
  249. }
  250. .button {
  251. width: 128rpx;
  252. height: 60rpx;
  253. background: #06A971;
  254. border-radius: 30rpx;
  255. // margin-left: 24rpx;
  256. line-height: 60rpx;
  257. text-align: center;
  258. font-size: 24rpx;
  259. font-family: PingFangSC, PingFang SC;
  260. font-weight: 400;
  261. color: #FFFFFF;
  262. }
  263. .index-navbar {
  264. position: fixed;
  265. top: 0;
  266. left: 0;
  267. width: 100vw;
  268. z-index: 100;
  269. // overflow: hidden;
  270. .back1 {
  271. position: absolute;
  272. top: 0;
  273. left: 0;
  274. z-index: -1;
  275. width: 100vw;
  276. height: 432rpx;
  277. }
  278. }
  279. </style>