index.vue 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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 @click='contribute'>投稿</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==1" style="position: relative;z-index: 200;" class="">
  78. <ty-paper></ty-paper>
  79. </view>
  80. <view v-if="curret==3" style="position: relative;z-index: 200;" class="">
  81. <ty-video></ty-video>
  82. </view>
  83. </view>
  84. </template>
  85. <script>
  86. export default {
  87. data() {
  88. return {
  89. list: [
  90. '首页', '纸质书', '电子书', '名师教学视频'
  91. ],
  92. curret: 0
  93. }
  94. },
  95. onLoad() {
  96. },
  97. methods: {
  98. onchange(index) {
  99. this.curret = index
  100. },
  101. toindexsearch() {
  102. uni.navigateTo({
  103. url: "/pages/index/index-search"
  104. })
  105. },
  106. toinfo(){
  107. uni.navigateTo({
  108. url:'/pages/index/bookinfo'
  109. })
  110. },
  111. contribute(){
  112. uni.navigateTo({
  113. url:'/pages/index/contribute'
  114. })
  115. }
  116. }
  117. }
  118. </script>
  119. <style lang="scss" scoped>
  120. .item2 {
  121. margin-top: 24rpx;
  122. }
  123. .title3 {
  124. width: 314rpx;
  125. height: 40rpx;
  126. font-size: 28rpx;
  127. font-family: PingFangSC, PingFang SC;
  128. font-weight: 500;
  129. color: #333333;
  130. margin-top: 16rpx;
  131. }
  132. .video {
  133. flex-wrap: wrap;
  134. }
  135. .newbox {
  136. // width: 702rpx;
  137. min-height: 870rpx;
  138. background: #FFFFFF;
  139. border-radius: 16rpx;
  140. margin-top: 20rpx;
  141. padding: 28rpx 20rpx;
  142. }
  143. .bottom1 {
  144. margin-top: 16rpx;
  145. }
  146. .item {
  147. margin-top: 20rpx;
  148. }
  149. .money {
  150. font-size: 28rpx;
  151. font-family: SFPro, SFPro;
  152. font-weight: 400;
  153. color: #CC3300;
  154. margin-left: 8rpx;
  155. }
  156. .ding {
  157. font-size: 24rpx;
  158. font-family: PingFangSC, PingFang SC;
  159. font-weight: 400;
  160. color: #222222;
  161. }
  162. .author {
  163. font-size: 24rpx;
  164. font-family: PingFangSC, PingFang SC;
  165. font-weight: 400;
  166. color: #444444;
  167. margin-top: 8rpx;
  168. }
  169. .title2 {
  170. width: 198rpx;
  171. height: 36rpx;
  172. font-size: 26rpx;
  173. font-family: SFPro, SFPro;
  174. font-weight: 500;
  175. color: #333333;
  176. line-height: 30rpx;
  177. margin-top: 16rpx;
  178. }
  179. .bookimg {
  180. width: 202rpx;
  181. height: 266rpx;
  182. background: #D8D8D8;
  183. border-radius: 8rpx;
  184. }
  185. .cai {
  186. padding-top: 10rpx;
  187. flex-wrap: wrap;
  188. }
  189. .look {
  190. width: 130rpx;
  191. height: 40rpx;
  192. background: rgba(6, 169, 113, 0.1);
  193. border-radius: 24rpx;
  194. font-size: 20rpx;
  195. font-weight: 400;
  196. color: #06A971;
  197. line-height: 40rpx;
  198. text-align: center;
  199. // padding: 6rpx 12rpx;
  200. box-sizing: border-box;
  201. }
  202. .title1 {
  203. font-size: 32rpx;
  204. font-family: STSongti-SC, STSongti-SC;
  205. font-weight: bold;
  206. color: #000000;
  207. }
  208. .jiang {
  209. // width: 702rpx;
  210. height: 978rpx;
  211. background: #FFFFFF;
  212. border-radius: 16rpx;
  213. padding: 28rpx 20rpx 0;
  214. }
  215. .back {
  216. position: relative;
  217. min-height: 80vh;
  218. z-index: 200;
  219. }
  220. .wrap {
  221. margin-top: 40rpx;
  222. height: 280rpx;
  223. border-radius: 20rpx;
  224. }
  225. .pad {
  226. padding: 0 28rpx;
  227. }
  228. .one {
  229. font-size: 32rpx;
  230. font-family: PingFangSC, PingFang SC;
  231. font-weight: 500;
  232. color: #222222;
  233. }
  234. .two {
  235. font-size: 30rpx;
  236. font-family: PingFangSC, PingFang SC;
  237. font-weight: 400;
  238. color: #555555;
  239. }
  240. .bottom {
  241. width: 64rpx;
  242. height: 12rpx;
  243. background: linear-gradient(270deg, rgba(6, 169, 113, 0) 0%, #0ED4AA 100%);
  244. margin-top: -15rpx;
  245. }
  246. .index-search {
  247. width: 414rpx;
  248. height: 60rpx;
  249. background: #FFFFFF;
  250. border-radius: 38rpx;
  251. padding-left: 34rpx;
  252. }
  253. .page {
  254. // padding: 0 28rpx;
  255. min-height: 100vh;
  256. background: rgba(243, 243, 243, 1);
  257. }
  258. .button {
  259. width: 128rpx;
  260. height: 60rpx;
  261. background: #06A971;
  262. border-radius: 30rpx;
  263. // margin-left: 24rpx;
  264. line-height: 60rpx;
  265. text-align: center;
  266. font-size: 24rpx;
  267. font-family: PingFangSC, PingFang SC;
  268. font-weight: 400;
  269. color: #FFFFFF;
  270. }
  271. .index-navbar {
  272. position: fixed;
  273. top: 0;
  274. left: 0;
  275. width: 100vw;
  276. z-index: 100;
  277. // overflow: hidden;
  278. .back1 {
  279. position: absolute;
  280. top: 0;
  281. left: 0;
  282. z-index: -1;
  283. width: 100vw;
  284. height: 432rpx;
  285. }
  286. }
  287. </style>