xiaobo 2 months ago
parent
commit
b059bd5874
17 changed files with 21 additions and 16 deletions
  1. +0
    -2
      App.vue
  2. +1
    -1
      manifest.json
  3. +1
    -1
      pages.json
  4. +19
    -12
      pages/index/index.vue
  5. BIN
      static/image/home/0.png
  6. BIN
      static/image/home/1.png
  7. BIN
      static/image/home/10.png
  8. BIN
      static/image/home/2.png
  9. BIN
      static/image/home/3.png
  10. BIN
      static/image/home/4.png
  11. BIN
      static/image/home/5.png
  12. BIN
      static/image/home/6.png
  13. BIN
      static/image/home/7.png
  14. BIN
      static/image/home/8.png
  15. BIN
      static/image/home/9.png
  16. BIN
      static/image/home/logo.png
  17. BIN
      static/image/nav-bg.png

+ 0
- 2
App.vue View File

@ -1,8 +1,6 @@
<script>
export default {
onLaunch: function() {
this.$store.commit('initConfig')
this.$store.commit('getCategoryList')
},
onShow: function() {
},


+ 1
- 1
manifest.json View File

@ -52,7 +52,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx4695b2c6e4e23140",
"appid" : "wx310412a4484178da",
"setting" : {
"urlCheck" : false
},


+ 1
- 1
pages.json View File

@ -3,7 +3,7 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
"navigationStyle": "custom"
}
},
{


+ 19
- 12
pages/index/index.vue View File

@ -1,11 +1,12 @@
<template>
<view class="page">
<navbar bgColor="#88D259" />
<!-- <PrivacyAgreementPoup /> -->
<view class="head-box"></view>
<uv-navbar title=" " bgColor="transparent" height="100rpx"></uv-navbar>
<view class="content">
123
</view>
<tabber select="home" />
</view>
</template>
@ -25,17 +26,23 @@
}
</script>
<style lang="scss">
page {
background-color: #060504;
}
</style>
<style scoped lang="scss">
.page {
position: relative;
.bg-color {
.head-box {
background: url('@/static/image/nav-bg.png') no-repeat;
background-size: 100% 100%;
width: 100%;
height: 534rpx;
position: absolute;
top: 0;
left: 0;
height: 550rpx;
background: linear-gradient(to bottom, #88D259, #88D259, #fff);
}
.content {
color: #fff;
padding-top: calc(var(--status-bar-height) + 100rpx);
}
}
</style>

BIN
static/image/home/0.png View File

Before After
Width: 200  |  Height: 200  |  Size: 21 KiB

BIN
static/image/home/1.png View File

Before After
Width: 200  |  Height: 200  |  Size: 25 KiB

BIN
static/image/home/10.png View File

Before After
Width: 720  |  Height: 720  |  Size: 32 KiB

BIN
static/image/home/2.png View File

Before After
Width: 200  |  Height: 200  |  Size: 13 KiB

BIN
static/image/home/3.png View File

Before After
Width: 200  |  Height: 200  |  Size: 18 KiB

BIN
static/image/home/4.png View File

Before After
Width: 200  |  Height: 200  |  Size: 19 KiB

BIN
static/image/home/5.png View File

Before After
Width: 200  |  Height: 200  |  Size: 14 KiB

BIN
static/image/home/6.png View File

Before After
Width: 200  |  Height: 200  |  Size: 16 KiB

BIN
static/image/home/7.png View File

Before After
Width: 200  |  Height: 200  |  Size: 26 KiB

BIN
static/image/home/8.png View File

Before After
Width: 1420  |  Height: 234  |  Size: 57 KiB

BIN
static/image/home/9.png View File

Before After
Width: 272  |  Height: 272  |  Size: 101 KiB

BIN
static/image/home/logo.png View File

Before After
Width: 2240  |  Height: 436  |  Size: 62 KiB

BIN
static/image/nav-bg.png View File

Before After
Width: 563  |  Height: 401  |  Size: 7.0 KiB

Loading…
Cancel
Save