diff --git a/pages.json b/pages.json index 43d6302..d426440 100644 --- a/pages.json +++ b/pages.json @@ -55,7 +55,9 @@ { "path": "pages/my/service", "style": { - "navigationBarTitleText": "客服" + "navigationBarTitleText": "客服", + "navigationBarBackgroundColor": "#FE3EA5", + "navigationBarTextStyle": "white" } }, { @@ -79,7 +81,9 @@ { "path": "pages/my/welfare", "style": { - "navigationBarTitleText": "福利中心" + "navigationBarTitleText": "福利中心", + "navigationBarBackgroundColor": "#FE3EA5", + "navigationBarTextStyle": "white" } }, { diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue index 49b2de6..072aa7c 100644 --- a/pages/my/editInfo.vue +++ b/pages/my/editInfo.vue @@ -53,6 +53,9 @@ 180cm + + + diff --git a/pages/my/index.vue b/pages/my/index.vue index 664187b..43994a4 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -53,7 +53,10 @@ - + + + + @@ -65,14 +68,18 @@ - - + + + {{item.name}} + + + @@ -81,14 +88,14 @@ data() { return { list: [ - {name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch'}, - {name: '实名认证',icon:'email',path: '/pages/my/authentication'}, - {name: '我的收藏',icon:'qzone',path: '/pages/my/collect'}, - {name: '我的动态',icon:'moments'}, - {name: '福利中心',icon:'red-packet',path:'/pages/my/welfare'}, - {name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount'}, - {name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service'}, - {name: '设置',icon:'setting',path: '/pages/my/setting'} + {name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch',pic: '../../static/my/red.png'}, + {name: '实名认证',icon:'email',path: '/pages/my/authentication',pic: '../../static/my/authen.png'}, + {name: '我的收藏',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'}, + {name: '我的动态',icon:'moments',pic: '../../static/my/qzone.png'}, + {name: '福利中心',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'}, + {name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount',pic: '../../static/my/public.png'}, + {name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service',pic: '../../static/my/service.png'}, + {name: '设置',icon:'setting',path: '/pages/my/setting',pic: '../../static/my/setting.png'} ] } }, @@ -129,6 +136,17 @@ page { background-color: #F5F5F5; } + + .logo-my { + width: 135rpx; + height: 135rpx; + background: linear-gradient(180deg, #FE3EA5 0%, #FE7251 100%); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + margin-right: 15rpx; + } .head-top { width: 100%; @@ -283,9 +301,9 @@ } } .classify-icon { - height: 45rpx; + height: 48rpx; width: 45rpx; - font-size: 45rpx; - margin-bottom: 27rpx; + font-size: 48rpx; + margin-bottom: 22rpx; } diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue index 3b08b32..6adee42 100644 --- a/pages/my/memberDetails.vue +++ b/pages/my/memberDetails.vue @@ -78,6 +78,9 @@ + + + diff --git a/static/my/authen.png b/static/my/authen.png new file mode 100644 index 0000000..f69ad77 Binary files /dev/null and b/static/my/authen.png differ diff --git a/static/my/collect.png b/static/my/collect.png new file mode 100644 index 0000000..a911eae Binary files /dev/null and b/static/my/collect.png differ diff --git a/static/my/public.png b/static/my/public.png new file mode 100644 index 0000000..2cdf32b Binary files /dev/null and b/static/my/public.png differ diff --git a/static/my/qzone.png b/static/my/qzone.png new file mode 100644 index 0000000..4c7210c Binary files /dev/null and b/static/my/qzone.png differ diff --git a/static/my/red.png b/static/my/red.png new file mode 100644 index 0000000..5657a3f Binary files /dev/null and b/static/my/red.png differ diff --git a/static/my/service.png b/static/my/service.png new file mode 100644 index 0000000..11199fa Binary files /dev/null and b/static/my/service.png differ diff --git a/static/my/setting.png b/static/my/setting.png new file mode 100644 index 0000000..23172ed Binary files /dev/null and b/static/my/setting.png differ diff --git a/static/my/welhare.png b/static/my/welhare.png new file mode 100644 index 0000000..a833426 Binary files /dev/null and b/static/my/welhare.png differ