提交 a967900c authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改项目标题

上级 7d0fec8d
...@@ -6,9 +6,7 @@ ...@@ -6,9 +6,7 @@
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" /> <img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" />
<div class="line"></div> <div class="line"></div>
<nuxt-link to="/" class="logo"> <nuxt-link to="/" class="logo">
<div class="title"> <div class="title">加州浸会大学工商管理博士DBA<br />全球科技创新管理学者项目</div>
加州浸会大学工商管理博士DBA
</div>
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> -->
</nuxt-link> </nuxt-link>
</div> </div>
...@@ -100,6 +98,7 @@ export default { ...@@ -100,6 +98,7 @@ export default {
.logo-box { .logo-box {
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center;
img { img {
height: 0.26rem; height: 0.26rem;
cursor: pointer; cursor: pointer;
...@@ -108,19 +107,16 @@ export default { ...@@ -108,19 +107,16 @@ export default {
.line { .line {
border-right: 0.01rem solid #aa1941; border-right: 0.01rem solid #aa1941;
height: 0.14rem; height: 0.14rem;
margin: 0.05rem 0.2rem 0; margin: 0.05rem 0.1rem 0;
} }
.title { .title {
font-size: 0.14rem; font-size: 0.14rem;
font-weight: 500; font-weight: 500;
line-height: 0.22rem; line-height: 1.4;
color: #aa1941; color: #aa1941;
padding-top: 0.02rem; padding-top: 0.02rem;
box-sizing: border-box; box-sizing: border-box;
} }
.title {
line-height: 0.22rem;
}
} }
.search { .search {
width: 0.18rem; width: 0.18rem;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" /> <img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-online/logo.png" />
<div class="line"></div> <div class="line"></div>
<nuxt-link to="/"> <nuxt-link to="/">
<div class="title">加州浸会大学工商管理博士DBA</div> <div class="title">加州浸会大学工商管理博士DBA<br />全球科技创新管理学者项目</div>
</nuxt-link> </nuxt-link>
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> --> <!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> -->
</div> </div>
...@@ -126,7 +126,7 @@ li { ...@@ -126,7 +126,7 @@ li {
margin: 0 20px; margin: 0 20px;
} }
.title { .title {
font-size: 30px; font-size: 22px;
font-weight: 500; font-weight: 500;
color: #aa1941; color: #aa1941;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}), }),
// Global page headers: https://go.nuxtjs.dev/config-head // Global page headers: https://go.nuxtjs.dev/config-head
head: { head: {
title: '加州浸会大学工商管理博士DBA', title: '加州浸会大学工商管理博士DBA全球科技创新管理学者项目',
htmlAttrs: { htmlAttrs: {
lang: 'en' lang: 'en'
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论