diff --git a/src/assets/images/layout/main/foot/cart-checked.png b/src/assets/images/layout/main/foot/cart-checked.png new file mode 100644 index 00000000..a9c7315a Binary files /dev/null and b/src/assets/images/layout/main/foot/cart-checked.png differ diff --git a/src/assets/images/layout/main/foot/cart.png b/src/assets/images/layout/main/foot/cart.png new file mode 100644 index 00000000..6782acce Binary files /dev/null and b/src/assets/images/layout/main/foot/cart.png differ diff --git a/src/assets/images/layout/main/foot/category-checked.png b/src/assets/images/layout/main/foot/category-checked.png new file mode 100644 index 00000000..c0a5868b Binary files /dev/null and b/src/assets/images/layout/main/foot/category-checked.png differ diff --git a/src/assets/images/layout/main/foot/category.png b/src/assets/images/layout/main/foot/category.png new file mode 100644 index 00000000..dab409be Binary files /dev/null and b/src/assets/images/layout/main/foot/category.png differ diff --git a/src/assets/images/layout/main/foot/home-checked.png b/src/assets/images/layout/main/foot/home-checked.png new file mode 100644 index 00000000..eeb1211e Binary files /dev/null and b/src/assets/images/layout/main/foot/home-checked.png differ diff --git a/src/assets/images/layout/main/foot/home.png b/src/assets/images/layout/main/foot/home.png new file mode 100644 index 00000000..51458312 Binary files /dev/null and b/src/assets/images/layout/main/foot/home.png differ diff --git a/src/assets/images/layout/main/foot/user-checked.png b/src/assets/images/layout/main/foot/user-checked.png new file mode 100644 index 00000000..b72fd438 Binary files /dev/null and b/src/assets/images/layout/main/foot/user-checked.png differ diff --git a/src/assets/images/layout/main/foot/user.png b/src/assets/images/layout/main/foot/user.png new file mode 100644 index 00000000..d85073c7 Binary files /dev/null and b/src/assets/images/layout/main/foot/user.png differ diff --git a/src/layout/components/main/default/footer-nav.ts b/src/layout/components/main/default/footer-nav.ts index 48b60608..877bb618 100644 --- a/src/layout/components/main/default/footer-nav.ts +++ b/src/layout/components/main/default/footer-nav.ts @@ -16,16 +16,16 @@ const defaultFooterNav: DefaultFooterNav = { nav_style: '0', nav_type: '0', nav_content: [ - { id: '1', name: '首页', src: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, - { id: '2', name: '分类', src: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, - { id: '3', name: '购物车', src: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, - { id: '4', name: '我的', src: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/phone.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, + { id: '1', name: '首页', src: [{ id: 1, url: '/src/assets/images/layout/main/foot/home.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/foot/home-checked.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, + { id: '2', name: '分类', src: [{ id: 1, url: '/src/assets/images/layout/main/foot/category.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/foot/category-checked.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, + { id: '3', name: '购物车', src: [{ id: 1, url: '/src/assets/images/layout/main/foot/cart.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/foot/cart-checked.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, + { id: '4', name: '我的', src: [{ id: 1, url: '/src/assets/images/layout/main/foot/user.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], src_checked: [{ id: 1, url: '/src/assets/images/layout/main/foot/user-checked.png', original: '头像1', title: '头像1', ext: '.png', type: 'img' }], href: {} }, ], }, style: { - text_color_checked: 'rgba(204, 204, 204, 1)', + text_color_checked: 'rgba(255, 0, 0, 1)', default_text_color: 'rgba(0, 0, 0, 1)', - common_style: { ...defaultCommon, color_list: [{ color: 'rgba(255,255,255,1)', color_percentage: '' }]}, + common_style: { ...defaultCommon, color_list: [{ color: 'rgba(255,255,255,1)', color_percentage: '' }] }, }, };