|
@@ -282,9 +282,9 @@
|
|
|
adaptive: false
|
|
|
},
|
|
|
}],
|
|
|
- })
|
|
|
- const linTo = (url) => {
|
|
|
- window.open(url)
|
|
|
+ })
|
|
|
+ const linTo = (url) => {
|
|
|
+ window.open(url)
|
|
|
}
|
|
|
</script>
|
|
|
|
|
@@ -295,10 +295,10 @@
|
|
|
<img class="img"
|
|
|
src="https://file-node.oss-cn-shanghai.aliyuncs.com/youji/f9617c7f80da485cb3cc72b6accc62ed"
|
|
|
alt="logo.png" />
|
|
|
- <span class="title">WorkArk AI</span>
|
|
|
+ <span class="title">Workark.AI</span>
|
|
|
<ul class="header-ul">
|
|
|
- <li class="header-li" @click="linkTo()">产品</li>
|
|
|
- <li class="header-li" @click="linkTo()">社区</li>
|
|
|
+ <li class="header-li" @click="linkTo('https://www.workark.com/workark/index.html')">Ark</li>
|
|
|
+ <li class="header-li">AI</li>
|
|
|
<li class="header-li" @click="linkTo()">定价</li>
|
|
|
<li class="header-li" @click="linkTo()">学习</li>
|
|
|
</ul>
|
|
@@ -307,9 +307,6 @@
|
|
|
<el-button class="item no-token" v-if="!user.userId" size="default" @click="loginVisible = true">
|
|
|
登录
|
|
|
</el-button>
|
|
|
- <el-button class="item" type="primary" size="default" @click="linTo('https://www.workark.com/workark/index.html')">
|
|
|
- WorkArk
|
|
|
- </el-button>
|
|
|
<el-dropdown v-if="user.userId" @command="commandFunction" :popper-options="dropOption">
|
|
|
<div class="item">
|
|
|
<el-avatar :size="36" :src="user.portrait"></el-avatar>
|
|
@@ -325,7 +322,7 @@
|
|
|
</div>
|
|
|
<div class="home-form">
|
|
|
<div class="form-title">
|
|
|
- <h1 class="big-title"><span>Build By </span><span class="primary">WorkArk.AI</span></h1>
|
|
|
+ <h1 class="big-title"><span>Build By </span><span class="primary">Workark.AI</span></h1>
|
|
|
<p class="small-title">用AI构建你的商业新门户:一站式智能增长引擎</p>
|
|
|
</div>
|
|
|
<div class="form-box">
|
|
@@ -417,7 +414,7 @@
|
|
|
.home-container {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-image: linear-gradient(135deg, #8ab1ff, #8834ef, #ff8a66);
|
|
|
+ background-image: linear-gradient(135deg, #8ab2ff, #8e34fc, #ff8e6b);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
|
|
@@ -500,9 +497,13 @@
|
|
|
.big-title {
|
|
|
text-align: center;
|
|
|
|
|
|
+
|
|
|
span {
|
|
|
- font-size: 72px;
|
|
|
- font-weight: bold;
|
|
|
+ font-size: 56px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #1c1c1c;
|
|
|
+ font-family: 'testfont';
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.primary {
|
|
@@ -517,9 +518,10 @@
|
|
|
|
|
|
.small-title {
|
|
|
text-align: center;
|
|
|
- font-size: 24px;
|
|
|
- opacity: 0.8;
|
|
|
+ font-size: 22px;
|
|
|
+ color: #1c1c1c;
|
|
|
margin-top: 20px;
|
|
|
+ font-family: 'testfont';
|
|
|
}
|
|
|
|
|
|
}
|