diff --git a/src/components/app-layout/app-login/app-login.vue b/src/components/auth/login.vue similarity index 95% rename from src/components/app-layout/app-login/app-login.vue rename to src/components/auth/login.vue index 3bb21cd..61d6daf 100644 --- a/src/components/app-layout/app-login/app-login.vue +++ b/src/components/auth/login.vue @@ -7,7 +7,7 @@ + + \ No newline at end of file diff --git a/src/components/cate/template/child.vue b/src/components/cate/template/child.vue new file mode 100644 index 0000000..d20d88a --- /dev/null +++ b/src/components/cate/template/child.vue @@ -0,0 +1,79 @@ + + + + + \ No newline at end of file diff --git a/src/components/cate/template/parent.vue b/src/components/cate/template/parent.vue new file mode 100644 index 0000000..46ada90 --- /dev/null +++ b/src/components/cate/template/parent.vue @@ -0,0 +1,80 @@ + + + + + \ No newline at end of file diff --git a/src/components/app-layout/app-layout.vue b/src/components/layout/layout.vue similarity index 85% rename from src/components/app-layout/app-layout.vue rename to src/components/layout/layout.vue index 70063d7..10493c7 100644 --- a/src/components/app-layout/app-layout.vue +++ b/src/components/layout/layout.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file diff --git a/src/pages/member/member.vue b/src/pages/member/member.vue index 8dfe069..c0c0f53 100644 --- a/src/pages/member/member.vue +++ b/src/pages/member/member.vue @@ -3,7 +3,7 @@ + + \ No newline at end of file diff --git a/src/pages/service/list.vue b/src/pages/service/list.vue new file mode 100644 index 0000000..e7980d9 --- /dev/null +++ b/src/pages/service/list.vue @@ -0,0 +1,79 @@ + + + + + \ No newline at end of file diff --git a/src/static/iconfont/iconfont.css b/src/static/iconfont/iconfont.css index 98a8b46..77690b5 100644 --- a/src/static/iconfont/iconfont.css +++ b/src/static/iconfont/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 3642656 */ - src: url('@/static/iconfont/iconfont.woff2?t=1666835957947') format('woff2'), - url('@/static/iconfont/iconfont.woff?t=1666835957947') format('woff'), - url('@/static/iconfont/iconfont.ttf?t=1666835957947') format('truetype'); + src: url('@/static/iconfont/iconfont.woff2?t=1675847767279') format('woff2'), + url('@/static/iconfont/iconfont.woff?t=1675847767279') format('woff'), + url('@/static/iconfont/iconfont.ttf?t=1675847767279') format('truetype'); } .iconfont { @@ -12,6 +12,10 @@ -moz-osx-font-smoothing: grayscale; } +.icon-touxiang:before { + content: "\e60c"; +} + .icon-guanbi:before { content: "\e64d"; } @@ -52,10 +56,6 @@ content: "\e68d"; } -.icon-shenfenzhengfanmian:before { - content: "\e68e"; -} - .icon-icon-truck:before { content: "\e60b"; } diff --git a/src/static/iconfont/iconfont.ttf b/src/static/iconfont/iconfont.ttf index 6846903..2260372 100644 Binary files a/src/static/iconfont/iconfont.ttf and b/src/static/iconfont/iconfont.ttf differ diff --git a/src/static/iconfont/iconfont.woff b/src/static/iconfont/iconfont.woff index f1b1763..25ac22f 100644 Binary files a/src/static/iconfont/iconfont.woff and b/src/static/iconfont/iconfont.woff differ diff --git a/src/static/iconfont/iconfont.woff2 b/src/static/iconfont/iconfont.woff2 index f305d11..e094f8d 100644 Binary files a/src/static/iconfont/iconfont.woff2 and b/src/static/iconfont/iconfont.woff2 differ diff --git a/src/static/temp/cate/1.png b/src/static/temp/cate/1.png new file mode 100644 index 0000000..8c1fe50 Binary files /dev/null and b/src/static/temp/cate/1.png differ diff --git a/src/static/temp/cate/2.png b/src/static/temp/cate/2.png new file mode 100644 index 0000000..e97fa4e Binary files /dev/null and b/src/static/temp/cate/2.png differ diff --git a/src/static/temp/cate/3.png b/src/static/temp/cate/3.png new file mode 100644 index 0000000..5f19b40 Binary files /dev/null and b/src/static/temp/cate/3.png differ diff --git a/src/static/temp/cate/4.png b/src/static/temp/cate/4.png new file mode 100644 index 0000000..516216c Binary files /dev/null and b/src/static/temp/cate/4.png differ diff --git a/vue.config.js b/vue.config.js index 957df4c..80208f7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ module.exports = { loaderOptions: { less: { globalVars: { - tabBarHeight: '115rpx', + tabBarHeight: '100rpx', tabBarIconWidth: '40rpx', tabBarIconHeight: '40rpx', tabBarFontSize: '22rpx'