diff --git a/pages/index/center.vue b/pages/index/center.vue index d291b32..dbff2ce 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -30,15 +30,59 @@ 查看权益> - + - 1.00 - 收益明细 + 1.00 + 收益明细(元) - 收益明细 + 收益明细 + + + + 1.00 + 余额(元) + + 去充值 + + + + + 1.00 + 可提现(元) + + 去提现 + + + + 我的订单 + 查看全部> + + + + + + 待付款 + + + + 已付款 + + + + 待发货 + + + + 已发货 + + + + 已完成 + + @@ -222,10 +266,88 @@ } .deposit { + display: flex; + justify-content: space-around; + align-items: center; height: 300rpx; margin-top: -20rpx; background-color: rgb(163, 201, 80); border-radius: 40rpx; + + .box { + display: flex; + height: 80%; + padding: 0rpx 30rpx; + text-align: center; + flex-direction: column; + justify-content: space-around; + color: #fff; + + .num { + font-size: 48rpx; + border-right: 2rpx dashed; + width: 100%; + padding: 0 30rpx 0 0; + } + + .text { + font-size: 20rpx; + } + + .boxs { + font-size: 32rpx; + background-color: rgb(252, 213, 157); + padding: 14rpx 20rpx; + border-radius: 30rpx; + color: #aa5500; + font-weight: 600; + } + + } + } + } + + .myOrder { + display: flex; + width: 94%; + margin-left: 3%; + align-items: center; + justify-content: space-between; + padding: 20rpx 0; + + view:nth-child(1) { + font-weight: 600; + font-size: 32rpx; + border-left: 7rpx solid #A3D250; + + } + + view:nth-child(2) { + font-size: 28rpx; + color: #A3D250; + + } + + view { + padding: 0 20rpx; + } + } + + .order { + display: flex; + align-items: center; + justify-content: center; + width: 94%; + margin-left: 3%; + background-color: #fff; + border-radius: 16rpx; + + .box { + display: flex; + width: 100%; + justify-content: space-around; + padding: 70rpx 0 90rpx; + } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 3e44635..f49fa65 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,49 +1,68 @@ @@ -51,75 +70,73 @@ import PrivacyAgreementPoup from '@/components/config/PrivacyAgreementPoup.vue' import Position from '@/utils/position.js' import tabber from '@/components/base/tabbar.vue' - import { mapGetters } from 'vuex' + import { + mapGetters + } from 'vuex' export default { - components : { + components: { tabber, PrivacyAgreementPoup, }, data() { return { area: '长沙', - notice : '长沙市刘师傅在服务过程中客户投诉“服务过程中有不文明的行为”.....', - bannerList: [ - { + notice: '长沙市刘师傅在服务过程中客户投诉“服务过程中有不文明的行为”.....', + 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', }, ], - baseList : [ - { - image : '/static/image/home/0.png', - title : '关于我们', + baseList: [{ + image: '/static/image/home/0.png', + title: '关于我们', }, { - image : '/static/image/home/1.png', - title : '产品介绍', + image: '/static/image/home/1.png', + title: '产品介绍', }, { - image : '/static/image/home/2.png', - title : '促销活动', + image: '/static/image/home/2.png', + title: '促销活动', }, { - image : '/static/image/home/3.png', - title : '商城', + image: '/static/image/home/3.png', + title: '商城', }, { - image : '/static/image/home/4.png', - title : '邀请好友', + image: '/static/image/home/4.png', + title: '邀请好友', }, { - image : '/static/image/home/5.png', - title : '新闻中心', + image: '/static/image/home/5.png', + title: '新闻中心', }, { - image : '/static/image/home/6.png', - title : '校企合作', + image: '/static/image/home/6.png', + title: '校企合作', }, { - image : '/static/image/home/7.png', - title : '联系我们', + image: '/static/image/home/7.png', + title: '联系我们', }, ], productList: [], - keyword : '', + keyword: '', } }, - computed : { - }, - methods: { - } + computed: {}, + methods: {} } + \ No newline at end of file diff --git a/static/image/center/13.png b/static/image/center/13.png new file mode 100644 index 0000000..86f6736 Binary files /dev/null and b/static/image/center/13.png differ diff --git a/static/image/center/14.png b/static/image/center/14.png new file mode 100644 index 0000000..4cdec2f Binary files /dev/null and b/static/image/center/14.png differ diff --git a/static/image/center/15.png b/static/image/center/15.png new file mode 100644 index 0000000..892d354 Binary files /dev/null and b/static/image/center/15.png differ diff --git a/static/image/center/16.png b/static/image/center/16.png new file mode 100644 index 0000000..5989763 Binary files /dev/null and b/static/image/center/16.png differ diff --git a/static/image/center/17.png b/static/image/center/17.png new file mode 100644 index 0000000..8ae1997 Binary files /dev/null and b/static/image/center/17.png differ diff --git a/static/image/home/8.png b/static/image/home/8.png new file mode 100644 index 0000000..4a89d0c Binary files /dev/null and b/static/image/home/8.png differ