diff --git a/pages.json b/pages.json index 5da9359..a576997 100644 --- a/pages.json +++ b/pages.json @@ -30,10 +30,9 @@ // } // }, { - "path" : "pages/index/member", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/index/member", + "style": { + "navigationBarTitleText": "" } } ], @@ -77,6 +76,9 @@ }, { "path": "mine/recommend" + }, + { + "path": "home/introduce" } ] }], diff --git a/pages/index/center.vue b/pages/index/center.vue index 820a5d9..6ac9a70 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -50,7 +50,7 @@ 1.00 可提现(元) - 去提现 + 去提现 diff --git a/pages/index/index.vue b/pages/index/index.vue index 4801a2d..01532a7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -22,9 +22,8 @@ - - - + + {{item.title}} @@ -157,6 +156,7 @@ baseList: [{ image: '/static/image/home/0.png', title: '关于我们', + path: '/pages_order/home/introduce', }, { image: '/static/image/home/1.png', @@ -177,6 +177,7 @@ { image: '/static/image/home/5.png', title: '新闻中心', + path: '/pages_order/home/journalism', }, { image: '/static/image/home/6.png', diff --git a/pages/index/member.vue b/pages/index/member.vue index eede5f3..ef0d75c 100644 --- a/pages/index/member.vue +++ b/pages/index/member.vue @@ -1,11 +1,81 @@ @@ -17,12 +87,162 @@ }, data() { return { - + bannerList: [{ + url: 'https://cdn.uviewui.com/uview/swiper/swiper3.png', + }, + { + url: 'https://cdn.uviewui.com/uview/swiper/swiper2.png', + }, + { + url: 'https://cdn.uviewui.com/uview/swiper/swiper3.png', + }, + ], }; } } + .middle-two-1, + .middle-two-2, + .middle-two-3 { + display: inline-block; + font-size: 32rpx; + font-weight: 600; + color: #474747; + padding: 10rpx 40rpx; + background-color: #F6CD59; + border-radius: 30rpx; + } + + .middle-two-2 { + position: absolute; + top: 10rpx; + right: 0; + } + + .middle-box { + margin-top: -30rpx; + min-height: 160rpx; + background-color: #FFFBF2; + + .middlex-minBox { + display: flex; + flex-direction: column; + padding: 60rpx 0rpx 0rpx 40rpx; + font-size: 24rpx; + color: #474747; + + .middle-box-one { + display: flex; + align-items: center; + } + } + + .middlex-minBox-2 { + display: flex; + padding: 80rpx 0rpx 30rpx 40rpx; + font-size: 24rpx; + color: #474747; + flex-direction: column; + justify-content: center; + margin-right: 10rpx; + + .middle-box-one { + display: flex; + justify-content: flex-end; + align-items: center; + } + + view:nth-child(2) { + font-size: 28rpx; + color: #D15206; + } + + view:nth-child(3) { + font-size: 28rpx; + color: #D15206; + } + } + } + + .img { + position: absolute; + height: 220rpx; + width: 180rpx; + top: -40rpx; + right: 80rpx; + + image { + width: 100%; + height: 100%; + } + } + + + .img-2 { + position: absolute; + height: 220rpx; + width: 180rpx; + top: -40rpx; + left: 50rpx; + + image { + width: 100%; + height: 100%; + } + } + } + + .middle-bottom { + display: flex; + color: #CCCCCC; + padding: 10rpx 20rpx; + font-size: 24rpx; + text { + color: #D15206; + } + } + + } + } + \ No newline at end of file diff --git a/pages_order/home/introduce.vue b/pages_order/home/introduce.vue new file mode 100644 index 0000000..d00bbce --- /dev/null +++ b/pages_order/home/introduce.vue @@ -0,0 +1,71 @@ + + + + + \ No newline at end of file diff --git a/pages_order/mine/purse.vue b/pages_order/mine/purse.vue index fe7dd19..92b7906 100644 --- a/pages_order/mine/purse.vue +++ b/pages_order/mine/purse.vue @@ -1,50 +1,67 @@ \ No newline at end of file diff --git a/pages_order/static/home/2.png b/pages_order/static/home/2.png new file mode 100644 index 0000000..6b6e8df Binary files /dev/null and b/pages_order/static/home/2.png differ diff --git a/static/image/member/1.png b/static/image/member/1.png new file mode 100644 index 0000000..02b5434 Binary files /dev/null and b/static/image/member/1.png differ diff --git a/static/image/member/2.png b/static/image/member/2.png new file mode 100644 index 0000000..e54e59b Binary files /dev/null and b/static/image/member/2.png differ diff --git a/static/image/member/3.png b/static/image/member/3.png new file mode 100644 index 0000000..493e56b Binary files /dev/null and b/static/image/member/3.png differ