diff --git a/src/components/down-menu.vue b/src/components/down-menu.vue index 2b11d35..43d3104 100644 --- a/src/components/down-menu.vue +++ b/src/components/down-menu.vue @@ -25,7 +25,7 @@ > .title { margin: 0 14px; color: #fff; - font-size: 15px; + font-size: 14px; text-decoration: none; line-height: 37px; display: inline-block; diff --git a/src/components/main-footer.vue b/src/components/main-footer.vue index 4e9b624..5b0e6a8 100644 --- a/src/components/main-footer.vue +++ b/src/components/main-footer.vue @@ -1,11 +1,16 @@ @@ -66,47 +70,47 @@ path: '/' }, { - name: 'About Us', + name: 'MainHeader.AboutUs', path: '/about-us' }, { - name: 'Our Solutions', + name: 'MainHeader.OurSolutions', path: '', children: [ { - name: 'AiDA 3.1', + name: 'MainHeader.AiDA31', path: '/aida' }, { - name: 'Mixi', + name: 'MainHeader.Mixi', path: '/mixi' } ] }, { - name: 'Communities', + name: 'MainHeader.Communities', path: '', children: [ { - name: 'Events', + name: 'MainHeader.Events', path: '/events' }, { - name: 'User Stories', + name: 'MainHeader.UserStories', path: '/user-stories' }, { - name: 'Help Centre', + name: 'MainHeader.HelpCentre', path: '/help-centre' } ] }, { - name: 'Media', + name: 'MainHeader.Media', path: '/media' }, { - name: 'Contact Us', + name: 'MainHeader.ContactUs', path: '/contact-us' } ]) @@ -142,19 +146,14 @@ justify-content: center; > .nav-item { position: relative; + &:deep(> .down-menu > .title), > .link { margin: 0 14px; color: #fff; - font-size: 15px; + font-size: 14px; text-decoration: none; line-height: 37px; display: inline-block; - - > .iconfont { - opacity: 0.5; - font-size: 10px; - margin-left: 5px; - } } > .child { position: absolute; @@ -201,14 +200,23 @@ display: flex; align-items: center; justify-content: center; - > span { + > .link { margin: 0 14px; color: #fff; - font-size: 15px; + font-size: 14px; text-decoration: none; line-height: 37px; display: inline-block; - position: relative; + display: flex; + align-items: center; + justify-content: center; + &:hover { + opacity: 0.8; + } + > .iconfont { + margin-right: 5px; + font-size: 22px; + } } } } diff --git a/src/lang/en.ts b/src/lang/en.ts index 817f427..c55b270 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1,5 +1,24 @@ export default { MainHeader: { Home: 'Home', + AboutUs: 'About Us', + OurSolutions: 'Our Solutions', + AiDA31: 'AiDA 3.1', + Mixi: 'Mixi', + Communities: 'Communities', + Events: 'Events', + UserStories: 'User Stories', + HelpCentre: 'Help Centre', + Media: 'Media', + ContactUs: 'Contact Us', + MyAccount: 'My Account', + LoginOrSignin: 'Log in / Sign in', + }, + MainFooter: { + Copyright: '©{year} {name} Limited', + PrivacyPolicy: 'Privacy Policy', + TermsOfUse: 'Terms of Use', + Disclaimer: 'Disclaimer', + SiteMap: 'Site Map', } } \ No newline at end of file diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index a7a4611..f8658df 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -1,5 +1,24 @@ export default { MainHeader: { Home: '首页', + AboutUs: '关于我们', + OurSolutions: '我们的产品', + AiDA31: 'AiDA 3.1', + Mixi: 'Mixi', + Communities: '社区', + Events: '活动', + UserStories: '使用者故事', + HelpCentre: '支援中心', + Media: '媒体报道', + ContactUs: '联系我们', + MyAccount: '我的账户', + LoginOrSignin: '登入 / 注册', + }, + MainFooter: { + Copyright: '©{year} {name} 有限公司', + PrivacyPolicy: '隐私政策', + TermsOfUse: '使用条款', + Disclaimer: '免责声明', + SiteMap: '网站地图', } } \ No newline at end of file diff --git a/src/lang/zh-tw.ts b/src/lang/zh-tw.ts index feb4012..56a3c74 100644 --- a/src/lang/zh-tw.ts +++ b/src/lang/zh-tw.ts @@ -1,5 +1,24 @@ export default { MainHeader: { Home: '首頁', + AboutUs: '關於我們', + OurSolutions: '我們的產品', + AiDA31: 'AiDA 3.1', + Mixi: 'Mixi', + Communities: '社區', + Events: '活動', + UserStories: '使用者故事', + HelpCentre: '支援中心', + Media: '媒體報導', + ContactUs: '聯絡我們', + MyAccount: '我的帳號', + LoginOrSignin: '登錄 / 登冊', + }, + MainFooter: { + Copyright: '©{year} {name} 有限公司', + PrivacyPolicy: '私隱政策', + TermsOfUse: '使用條款', + Disclaimer: '免責聲明', + SiteMap: '網站地圖', } } \ No newline at end of file