Browse Source

完成官网80%

old
wangqing 4 years ago
parent
commit
a936521d55
  1. 1820
      src/assets/images/official/background.svg
  2. BIN
      src/assets/images/official/banner2.png
  3. BIN
      src/assets/images/official/contact_me_qr.png
  4. BIN
      src/assets/images/official/desc1.png
  5. BIN
      src/assets/images/official/heade-background.png
  6. BIN
      src/assets/images/official/offcial-bg01.png
  7. BIN
      src/assets/images/official/offcial-bg02.png
  8. BIN
      src/assets/images/official/solution1.png
  9. BIN
      src/assets/images/official/solution2.png
  10. BIN
      src/assets/images/official/solution3.png
  11. BIN
      src/assets/images/official/v2_q2woer.png
  12. BIN
      src/assets/images/official/v2_q2wstp.png
  13. BIN
      src/assets/images/official/v2_q2wxu6.gif
  14. BIN
      src/assets/images/official/wxmpqrcode.png
  15. 2
      src/router/modules/root.js
  16. 386
      src/views/official/index.vue
  17. 538
      src/views/official/introduction.vue

1820
src/assets/images/official/background.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 137 KiB

BIN
src/assets/images/official/banner2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

BIN
src/assets/images/official/contact_me_qr.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
src/assets/images/official/desc1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

BIN
src/assets/images/official/heade-background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 KiB

BIN
src/assets/images/official/offcial-bg01.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

BIN
src/assets/images/official/offcial-bg02.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

BIN
src/assets/images/official/solution1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

BIN
src/assets/images/official/solution2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
src/assets/images/official/solution3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
src/assets/images/official/v2_q2woer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

BIN
src/assets/images/official/v2_q2wstp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

BIN
src/assets/images/official/v2_q2wxu6.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/assets/images/official/wxmpqrcode.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

2
src/router/modules/root.js

@ -17,7 +17,7 @@ export default [
{
path: '/',
meta: {requireLogin: false},
component: () => import(/* webpackChunkName: 'root' */ '@/views/official/oldIndex.vue'),
component: () => import(/* webpackChunkName: 'root' */ '@/views/official/index.vue'),
children: [
{
path: '',

386
src/views/official/index.vue

@ -1,17 +1,161 @@
<template>
<div class="official-container">
<div class="header-container">
<div class="background" />
<img src="@/assets/images/official/TDUCK@2x.png">
<div class="background">
<img src="@/assets/images/official/background.svg">
</div>
<div class="top-header">
<img class="logo" src="@/assets/images/official/TDUCK@2x.png">
<div>
<span class="menu-item">首页</span>
<span class="menu-item">开源项目</span>
<span class="menu-item">开发文档</span>
<span class="menu-item">付费服务</span>
<span class="menu-item">加入社群</span>
</div>
<div>
<el-button>登录</el-button>
</div>
</div>
<div class="content-header">
<div class="left">
<p class="slogan">
填鸭待定SLOGAN
</p>
<p class="slogan-desc">
TDuck - Have what you want,
get you income.
</p>
<el-button>立即体验</el-button>
</div>
<div class="right">
<img src="@/assets/images/official/banner2.png">
</div>
</div>
</div>
<div class="introduction">
<p class="en-title">OUR STRENGTHS</p>
<div class="features">
<div>
<p> 无保留全开源</p>
<p> 遵循阿里巴巴Java开发手册编码规范代码全量开源</p>
</div>
<div>
<p> 简洁不失强大</p>
<p> 基于 Element + VUE 前端框架界面简洁独特美感</p>
</div>
<div>
<p> 所见即所得</p>
<p> 无需编程拖拽可视化模板或组件即可生成精美问卷</p>
</div>
</div>
<img class="img1" src="@/assets/images/official/desc1.png">
</div>
<p class="title">我们的解决方案</p>
<div class="solutions">
<div class="solution-item">
<p class="title">客户体验</p>
<img src="@/assets/images/official/solution1.png">
<p class="desc">客户满意度 宾馆服务满意度 </p>
<p class="desc"> 餐厅满意度调查 公共服务满意度</p>
<p class="desc">旅游服务满意度 经销商满意度 </p>
<p>前往体验 ></p>
</div>
<div class="solution-item">
<p class="title">市场调研</p>
<img src="@/assets/images/official/solution2.png">
<p class="desc">餐饮市场调查 手机市场调查 </p>
<p class="desc"> 培训市场调查 消费者调查 </p>
<p class="desc">APP市场调查 女性消费者偏好调查 </p>
<p>前往体验 ></p>
</div>
<div class="solution-item">
<p class="title">报名登记</p>
<img src="@/assets/images/official/solution3.png">
<p class="desc">才艺比赛报名 粉丝活动报名 </p>
<p class="desc"> 聚餐出游报名 活动/会务微信报名 </p>
<p class="desc"> 讲座公开课报名 商品订单 </p>
<p>前往体验 ></p>
</div>
</div>
<p class="title">他们都在使用</p>
<div class="use-company">
<div>
<span>首页</span>
<span>开源项目</span>
<span>开发文档</span>
<span>付费服务</span>
<span>加入社群</span>
<img src="https://qiniu.smileyi.top/lanzhouxiandaizhiye.png" style="width: 170px; height: 30px;">
<img src="https://qiniu.smileyi.top/baoluekeji.png" style="width: 117px; height: 33px;">
<img src="https://qiniu.smileyi.top/tongxinraunjian.png" style="width: 100px; height: 29px;">
<img src="https://qiniu.smileyi.top/yunshangshien.png" style="width: 100px; height: 24px;">
</div>
<div>
<span>登录</span>
<img src="https://qiniu.smileyi.top/wanshitong.png" style="width: 24px; height: 24px;">
<img src="https://qiniu.smileyi.top/shengji@2x.png" style="width: 48px; height: 46px;">
<img src="https://qiniu.smileyi.top/hebeijiangong.png" style="width: 46px; height: 48px;">
<img src="https://qiniu.smileyi.top/indexLogo.d128b371@2x.png" style="width: 134px; height: 41px;">
<img src="https://qiniu.smileyi.top/zhongguopingan.png" style="width: 165px; height: 28px;">
</div>
<div>
<img src="https://qiniu.smileyi.top/舒心家园房产@2x.png" style="width: 168px; height: 40px;">
<img src="https://qiniu.smileyi.top/丽珠试剂@2x.png" style="width: 150px; height: 53px;">
<img src="https://qiniu.smileyi.top/申银万国期货@2x.png" style="width: 192px; height: 47px;">
<img src="https://qiniu.smileyi.top/ucloud@2x.png" style="width: 241px; height: 29px;">
<img src="https://qiniu.smileyi.top/H3C@2x.png" style="width: 127px; height: 54px;">
</div>
<div>
<img src="https://qiniu.smileyi.top/中央企业工业互联网融通平台@2x.png" style="width: 169px; height: 47px;">
<img src="https://qiniu.smileyi.top/yifengertiyan.png" style="width: 206px; height: 32px;">
<img src="https://qiniu.smileyi.top/hauxin@2x.png" style="width: 315px; height: 50px;">
<img src="https://qiniu.smileyi.top/17466041@2x.png" style="width: 138px; height: 62px;">
<img src="https://qiniu.smileyi.top/美博会@2x.png" style="width: 118px; height: 67px;">
</div>
<div>
<img src="https://qiniu.smileyi.top/zhangzhutong.png" style="width: 43px; height: 45px;">
<img src="https://qiniu.smileyi.top/泰享健康@2x.png" style="width: 196px; height: 48px;">
<img src="https://qiniu.smileyi.top/人人孕妇@2x.png" style="width: 156px; height: 54px;">
<img src="https://qiniu.smileyi.top/xykj@2x.png" style="width: 209px; height: 51px;">
<img src="https://qiniu.smileyi.top/上海市闵行区卫生健康委员会@2x.png" style="width: 47px; height: 49px;">
</div>
</div>
<div class="footer">
<div class="top">
<div>
<p class="title">关于我们</p>
<p class="desc">
TDuck 是一款能够帮助
你进行信息收集市场开拓
客户挖掘并展开持续营销活 动的管理平台
</p>
</div>
<div>
<p class="title">项目地址</p>
<a href="https://gitee.com/TDuckApp/tduck-platform" target="_blank">Gitee码云</a>
<a href="https://github.com/TDuckCloud/tduck-platform" target="_blank">Github</a>
</div>
<div>
<p class="title">联系方式</p>
<p class="desc">pr@tduckapp.com</p>
<p class="desc">+86 15080929435</p>
<p class="desc"> 加入团队 mama@tduckapp.com</p>
</div>
<div>
<p class="title">友情地址</p>
<a href="https://element.eleme.cn/#/zh-CN/" target="_blank">ElementUI</a>
<a href="https://gitee.com/mrhj/form-generator" target="_blank"> form-generator</a>
</div>
<div class="qrcode">
<div>
<img src="@/assets/images/official/wxmpqrcode.png">
<p class="desc">填鸭-公众号</p>
</div>
<div>
<img src="@/assets/images/official/contact_me_qr.png">
<p class="desc">官方社群</p>
</div>
</div>
</div>
<div class="bottom">
<p>本站由 ucloud 提供云服务器</p>
<p>本站由 又拍云 提供CDN加速/云储存服务</p>
<p>Copyright © 2021 TDuckApp. All Rights Reserved. 湘ICP备18023961号-2 版权所有</p>
</div>
</div>
</div>
@ -27,29 +171,215 @@ export default {
.official-container {
min-width: 960px;
height: 100%;
background-size: contain;
}
.header-container {
position: relative;
height: 500px;
.background {
position: absolute;
z-index: -1;
img {
width: 100%;
}
}
.top-header {
display: flex;
flex-direction: row;
justify-content: space-around;
align-content: center;
align-items: center;
.logo {
width: 182px;
height: 28px;
}
.menu-item {
font-size: 17px;
font-weight: 300;
cursor: pointer;
color: #fff;
margin-right: 73px;
line-height: 72px;
}
.login-btn {
width: 95px;
height: 37px;
background: #fff;
border-radius: 11px;
}
}
.content-header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-content: center;
align-items: center;
.slogan {
font-size: 59px;
font-weight: bold;
color: #fff;
line-height: 18px;
}
.slogan-desc {
font-size: 37px;
font-weight: bold;
color: #fff;
line-height: 43px;
}
.right img {
height: 540px;
width: 375px;
}
}
}
.title {
text-align: center;
font-size: 23px;
font-weight: bold;
color: #232323;
line-height: 76px;
}
.introduction {
margin-top: 217px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.en-title {
font-size: 101px;
font-weight: bold;
color: #fff;
line-height: 97px;
letter-spacing: 15px;
background: linear-gradient(-32deg, rgba(32, 84, 241, 0.51) 0%, rgba(34, 78, 243, 0.51) 0%, rgba(56, 234, 255, 0.51) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.features {
display: flex;
div {
margin: 0 20px;
text-align: center;
}
:first-child {
font-size: 25px;
font-weight: bold;
color: #222;
line-height: 68px;
}
:last-child {
font-size: 10px;
font-weight: 300;
color: #222;
line-height: 22px;
}
}
.img1 {
min-width: 515px;
height: 438px;
}
}
.solutions {
width: 80%;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
.solution-item {
width: 250px;
height: 390px;
background: linear-gradient(-12deg, rgba(32, 84, 241, 0.08), rgba(34, 78, 243, 0.08), rgba(56, 234, 255, 0.08));
border-radius: 15px;
text-align: center;
cursor: pointer;
&:hover {
box-shadow: 0 2px 49px 0 rgba(105, 119, 168, 0.54);
}
img {
width: 197px;
height: 147px;
}
.title {
font-size: 16px;
font-weight: bold;
color: #276ef6;
line-height: 69px;
}
.desc {
font-size: 9px;
font-weight: 300;
color: #222;
line-height: 15px;
}
:last-child {
font-size: 10px;
font-weight: 300;
color: #276ef6;
line-height: 69px;
}
}
}
.use-company {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: flex-start;
img {
margin-right: 30px;
}
}
.footer {
margin-top: 227px;
width: 100%;
background: url(~@/assets/images/official/heade-background.png);
background-size: percentage;
//transform: rotate(337deg);
//background: linear-gradient(90deg, #2054f1, #224ef3, #38eaff);
//border-radius: 0 5px 5px 267px;
//background-size: cover;
}
.background {
//position: absolute;
//bottom: -375px;
//width: 1920px;
//height: 847px;
//height: 500px;
//width: 100%;
//transform: rotate(337deg);
//background: linear-gradient(90deg, #2054f1, #224ef3, #38eaff);
//border-radius: 0 5px 5px 267px;
//background-size: cover;
height: 464px;
background: linear-gradient(163deg, rgba(32, 84, 241, 0.67), rgba(34, 78, 243, 0.67), rgba(56, 234, 255, 0.67));
.top {
display: flex;
flex-direction: row;
justify-content: space-evenly;
text-align: center;
.title {
font-size: 25px;
font-weight: bold;
color: #fff;
line-height: 60px;
}
.desc {
font-size: 16px;
font-weight: 300;
color: #fff;
line-height: 20px;
width: 292px;
}
a {
font-size: 16px;
font-weight: 300;
color: #fff;
cursor: pointer;
line-height: 30px;
display: block;
}
.qrcode {
display: flex;
img {
margin-top: 30px;
width: 115px;
height: 114px;
}
}
}
.bottom {
margin-top: 130px;
p {
text-align: center;
font-size: 16px;
font-weight: 300;
color: #fff;
line-height: 20px;
}
}
}
::v-deep .el-button span {
//font-size: 18px;
font-weight: 400;
color: #2667f5;
}
</style>

538
src/views/official/introduction.vue

@ -1,270 +1,270 @@
<template>
<div class="introduction">
<div class="introduction-body">
<div class="view-container">
<div class="view-container-content">
<el-row type="flex" justify="center" align="middle">
<el-col :span="10" :offset="1">
<div class="view-container-content">
<p class="body-title">TDuck - 填鸭表单</p>
<p class="body-slogan">有你所想有你所得</p>
<p class="body-sloganEn">TDuck - Have what you want, get you income.</p>
<p class="body-detail">TDuck填鸭是一款在线制作表单的应用工具通过填鸭表单可以收集任何你想得到的信息</p>
<p class="body-detail">简单易用灵活的反馈数据筛选统计图表一目了然</p>
<div>
<el-button class="body-btn primary" type="primary"
@click="$router.push({path:'/login'})"
>
免费使用
</el-button>
<el-button class="body-btn">在线体验</el-button>
</div>
</div>
</el-col>
<el-col :span="10">
<div>
<img class="body-right-img"
src="@/assets/images/official/v2_q2woer.png"
>
</div>
</el-col>
</el-row>
</div>
</div>
<el-divider />
<div class="view-container">
<div class="view-container-content">
<el-row type="flex" justify="center" align="middle">
<el-col :span="10" :offset="1">
<div>
<img class="body-right-img"
src="@/assets/images/official/v2_q2wstp.png"
>
</div>
</el-col>
<el-col :offset="1" :span="12">
<div>
<p style="font-size: 28px;">杂乱的工作界面也会影响心情鸭</p>
<p class="body-title">TDuck化繁为简给你最好的体验</p>
<p class="body-sloganEn">TDuck -So Easy</p>
<p class="body-detail">·超多表单组件供您选择</p>
<p class="body-detail">·逻辑设置让您的表单更灵活</p>
<p class="body-detail"> ·Element UI饿了么同款UI组建表单也要美美哒</p>
<p class="body-detail"> ·多样化数据统计懂你胜过另一半</p>
<div style="width: 42px;" class="title-divider-line" />
</div>
</el-col>
</el-row>
</div>
</div>
<el-divider />
<div class="view-container">
<div class="view-container-content" style="width: 80%;">
<el-row type="flex" align="middle">
<el-col :span="10" :offset="5">
<p style="font-size: 28px;">TDuck - 填鸭表单</p>
<p class="body-title">社区版 / 开源版 / 企业部署 </p>
<p class="body-detail">Technology changes the world 用技术改变世界</p>
</el-col>
<el-col :span="8">
<p class="body-detail"> ·人人都是我们的用户 </p>
<p class="body-detail">·基于Apache开源协议开发者的福音</p>
<p class="body-detail">·成熟的技术支持企业表单问卷系统解决方案</p>
<p class="body-detail">·更新速度快总为您奉上不一样的惊喜</p>
<div style="width: 112px;" class="title-divider-line" />
<p style="font-size: 20px; font-weight: 550;">联系我们</p>
</el-col>
</el-row>
</div>
<div>
<img style="height: 478px;"
src="@/assets/images/official/v2_q2wxu6.gif"
>
</div>
</div>
<div class="introduction-footer">
<el-row>
<el-col :span="3" :offset="2">
<p class="title">关于我们</p>
<p class="subtitle" style="width: 182px;">
TDuck 是一款能够帮助
你进行信息收集市场开拓
客户挖掘并展开持续营销活
动的管理平台
</p>
</el-col>
<el-col :span="3">
<p class="title"> 项目地址</p>
<p class="subtitle">
<svg-icon name="gitee" style="width: 14px; height: 14px;" />
<a href="https://gitee.com/TDuckApp/tduck-platform" target="_blank"> 码云</a>
</p>
<p class="subtitle">
<svg-icon name="github" style="width: 12px; height: 12px;" />
<a href="https://github.com/TDuckCloud/tduck-platform" target="_blank"> Github</a>
</p>
</el-col>
<el-col :span="4">
<p class="title"> 联系方式</p>
<p class="subtitle">
<i class="el-icon-message" />
pr@tduckapp.com
</p>
<p class="subtitle">
<i class="el-icon-phone" /> +86 15080929435
</p>
</el-col>
<el-col :span="3">
<p class="title"> 友情地址</p>
<p class="subtitle">
<a href="https://element.eleme.cn/#/zh-CN/" target="_blank">Element UI</a>
</p>
<p class="subtitle">
<a href="https://gitee.com/mrhj/form-generator" target="_blank"> form-generator</a>
</p>
</el-col>
<el-col :span="3" :offset="3">
<img style="width: 130px; height: 130px;"
src="https://freebrio.oss-cn-shanghai.aliyuncs.com/t/v2_q2x0aj.png"
>
<p class="title">微信公众号/关注我们</p>
</el-col>
</el-row>
<el-divider />
<div class="copyright">
<a target="_blank" href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral">
<img
style="height: 30px;"
src="http://tduck.test.upcdn.net/%E5%8F%88%E6%8B%8D%E4%BA%91_logo2.png"
>
</a>
<p class="subtitle" style="text-align: center;">
本站由 又拍云 提供CDN加速/云储存服务
</p>
<p class="subtitle" style="text-align: center;">
Copyright © 2021 TDuckApp. All Rights Reserved. 湘ICP备18023961号-2 版权所有
</p>
</div>
</div>
</div>
</div>
</template>
<script>
<!--<template>-->
<!-- <div class="introduction">-->
<!-- <div class="introduction-body">-->
<!-- <div class="view-container">-->
<!-- <div class="view-container-content">-->
<!-- <el-row type="flex" justify="center" align="middle">-->
<!-- <el-col :span="10" :offset="1">-->
<!-- <div class="view-container-content">-->
<!-- <p class="body-title">TDuck - 填鸭表单</p>-->
<!-- <p class="body-slogan">有你所想有你所得</p>-->
<!-- <p class="body-sloganEn">TDuck - Have what you want, get you income.</p>-->
<!-- <p class="body-detail">TDuck填鸭是一款在线制作表单的应用工具通过填鸭表单可以收集任何你想得到的信息</p>-->
<!-- <p class="body-detail">简单易用灵活的反馈数据筛选统计图表一目了然</p>-->
<!-- <div>-->
<!-- <el-button class="body-btn primary" type="primary"-->
<!-- @click="$router.push({path:'/login'})"-->
<!-- >-->
<!-- 免费使用-->
<!-- </el-button>-->
<!-- <el-button class="body-btn">在线体验</el-button>-->
<!-- </div>-->
<!-- </div>-->
<!-- </el-col>-->
<!-- <el-col :span="10">-->
<!-- <div>-->
<!-- <img class="body-right-img"-->
<!-- src="@/assets/images/official/v2_q2woer.png"-->
<!-- >-->
<!-- </div>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </div>-->
<!-- </div>-->
<!-- <el-divider />-->
<!-- <div class="view-container">-->
<!-- <div class="view-container-content">-->
<!-- <el-row type="flex" justify="center" align="middle">-->
<!-- <el-col :span="10" :offset="1">-->
<!-- <div>-->
<!-- <img class="body-right-img"-->
<!-- src="@/assets/images/official/v2_q2wstp.png"-->
<!-- >-->
<!-- </div>-->
<!-- </el-col>-->
<!-- <el-col :offset="1" :span="12">-->
<!-- <div>-->
<!-- <p style="font-size: 28px;">杂乱的工作界面也会影响心情鸭</p>-->
<!-- <p class="body-title">TDuck化繁为简给你最好的体验</p>-->
<!-- <p class="body-sloganEn">TDuck -So Easy</p>-->
<!-- <p class="body-detail">·超多表单组件供您选择</p>-->
<!-- <p class="body-detail">·逻辑设置让您的表单更灵活</p>-->
<!-- <p class="body-detail"> ·Element UI饿了么同款UI组建表单也要美美哒</p>-->
<!-- <p class="body-detail"> ·多样化数据统计懂你胜过另一半</p>-->
<!-- <div style="width: 42px;" class="title-divider-line" />-->
<!-- </div>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </div>-->
<!-- </div>-->
<!-- <el-divider />-->
<!-- <div class="view-container">-->
<!-- <div class="view-container-content" style="width: 80%;">-->
<!-- <el-row type="flex" align="middle">-->
<!-- <el-col :span="10" :offset="5">-->
<!-- <p style="font-size: 28px;">TDuck - 填鸭表单</p>-->
<!-- <p class="body-title">社区版 / 开源版 / 企业部署 </p>-->
<!-- <p class="body-detail">Technology changes the world 用技术改变世界</p>-->
<!-- </el-col>-->
<!-- <el-col :span="8">-->
<!-- <p class="body-detail"> ·人人都是我们的用户 </p>-->
<!-- <p class="body-detail">·基于Apache开源协议开发者的福音</p>-->
<!-- <p class="body-detail">·成熟的技术支持企业表单问卷系统解决方案</p>-->
<!-- <p class="body-detail">·更新速度快总为您奉上不一样的惊喜</p>-->
<!-- <div style="width: 112px;" class="title-divider-line" />-->
<!-- <p style="font-size: 20px; font-weight: 550;">联系我们</p>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </div>-->
<!-- <div>-->
<!-- <img style="height: 478px;"-->
<!-- src="@/assets/images/official/v2_q2wxu6.gif"-->
<!-- >-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="introduction-footer">-->
<!-- <el-row>-->
<!-- <el-col :span="3" :offset="2">-->
<!-- <p class="title">关于我们</p>-->
<!-- <p class="subtitle" style="width: 182px;">-->
<!-- TDuck 是一款能够帮助-->
<!-- 你进行信息收集市场开拓-->
<!-- 客户挖掘并展开持续营销活-->
<!-- 动的管理平台-->
<!-- </p>-->
<!-- </el-col>-->
<!-- <el-col :span="3">-->
<!-- <p class="title"> 项目地址</p>-->
<!-- <p class="subtitle">-->
<!-- <svg-icon name="gitee" style="width: 14px; height: 14px;" />-->
<!-- <a href="https://gitee.com/TDuckApp/tduck-platform" target="_blank"> 码云</a>-->
<!-- </p>-->
<!-- <p class="subtitle">-->
<!-- <svg-icon name="github" style="width: 12px; height: 12px;" />-->
<!-- <a href="https://github.com/TDuckCloud/tduck-platform" target="_blank"> Github</a>-->
<!-- </p>-->
<!-- </el-col>-->
<!-- <el-col :span="4">-->
<!-- <p class="title"> 联系方式</p>-->
<!-- <p class="subtitle">-->
<!-- <i class="el-icon-message" />-->
<!-- pr@tduckapp.com-->
<!-- </p>-->
<!-- <p class="subtitle">-->
<!-- <i class="el-icon-phone" /> +86 15080929435-->
<!-- </p>-->
<!-- </el-col>-->
<!-- <el-col :span="3">-->
<!-- <p class="title"> 友情地址</p>-->
<!-- <p class="subtitle">-->
<!-- <a href="https://element.eleme.cn/#/zh-CN/" target="_blank">Element UI</a>-->
<!-- </p>-->
<!-- <p class="subtitle">-->
<!-- <a href="https://gitee.com/mrhj/form-generator" target="_blank"> form-generator</a>-->
<!-- </p>-->
<!-- </el-col>-->
<!-- <el-col :span="3" :offset="3">-->
<!-- <img style="width: 130px; height: 130px;"-->
<!-- src="https://freebrio.oss-cn-shanghai.aliyuncs.com/t/v2_q2x0aj.png"-->
<!-- >-->
<!-- <p class="title">微信公众号/关注我们</p>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-divider />-->
<!-- <div class="copyright">-->
<!-- <a target="_blank" href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral">-->
<!-- <img-->
<!-- style="height: 30px;"-->
<!-- src="http://tduck.test.upcdn.net/%E5%8F%88%E6%8B%8D%E4%BA%91_logo2.png"-->
<!-- >-->
<!-- </a>-->
<!-- <p class="subtitle" style="text-align: center;">-->
<!-- 本站由 又拍云 提供CDN加速/云储存服务-->
<!-- </p>-->
<!-- <p class="subtitle" style="text-align: center;">-->
<!-- Copyright © 2021 TDuckApp. All Rights Reserved. 湘ICP备18023961号-2 版权所有-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</template>-->
<!--<script>-->
export default {
data() {
return {}
},
computed: {},
watch: {},
mounted() {
}
}
</script>
<style scoped>
.body-btn {
margin: 30px 20px 0 0;
font-size: 20px;
padding-left: 20px;
padding-right: 20px;
}
.header-btn,
.body-btn {
color: #205bb5;
border-color: #205bb5;
}
.primary {
color: #fff;
background-color: #205bb5;
}
.header-btn:focus,
.header-btn:hover,
.body-btn:focus,
.body-btn:hover {
border-color: #205bb5;
color: #205bb5;
}
.primary:focus,
.primary:hover {
border-color: #205bb5;
color: #fff;
}
.introduction {
background: url('~@/assets/images/official/offcial-bg01.png') repeat-x;
}
.introduction-body {
/* padding-top: 112px; */
}
.view-container {
height: 800px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
justify-items: center;
flex-direction: column;
}
.view-container-content {
background-color: transparent;
}
.view-container-content p {
color: #205bb5;
}
.body-title {
font-size: 35px;
font-weight: 900;
line-height: 25px;
margin: 0 0 30px 0;
}
.body-slogan {
font-size: 45px;
font-weight: 900;
line-height: 45px;
margin: 0 0 5px 0;
}
.body-sloganEn {
line-height: 15px;
margin: 0 0 25px 0;
}
.body-detail {
line-height: 15px;
margin: 0 0 10px 0;
}
.body-sloganEn,
.body-detail {
font-size: 15px;
}
.body-right-img {
/* height: 665px; */
width: 100%;
height: 100%;
}
.title-divider-line {
height: 3px;
line-height: 20px;
background-color: rgba(32, 91, 181, 100);
text-align: center;
border: 1px solid rgba(255, 255, 255, 100);
}
.introduction-footer {
height: 420px;
line-height: 20px;
background-color: rgba(32, 91, 181, 100);
text-align: center;
border: 1px solid rgba(187, 187, 187, 100);
padding: 69px 0 0 0;
}
.introduction-footer .title {
color: rgba(255, 255, 255, 100);
font-size: 20px;
text-align: left;
}
.introduction-footer .subtitle {
color: rgba(255, 255, 255, 100);
font-size: 14px;
text-align: left;
}
.copyright {
height: 95px;
}
</style>
<!--export default {-->
<!-- data() {-->
<!-- return {}-->
<!-- },-->
<!-- computed: {},-->
<!-- watch: {},-->
<!-- mounted() {-->
<!-- }-->
<!--}-->
<!--</script>-->
<!--<style scoped>-->
<!--.body-btn {-->
<!-- margin: 30px 20px 0 0;-->
<!-- font-size: 20px;-->
<!-- padding-left: 20px;-->
<!-- padding-right: 20px;-->
<!--}-->
<!--.header-btn,-->
<!--.body-btn {-->
<!-- color: #205bb5;-->
<!-- border-color: #205bb5;-->
<!--}-->
<!--.primary {-->
<!-- color: #fff;-->
<!-- background-color: #205bb5;-->
<!--}-->
<!--.header-btn:focus,-->
<!--.header-btn:hover,-->
<!--.body-btn:focus,-->
<!--.body-btn:hover {-->
<!-- border-color: #205bb5;-->
<!-- color: #205bb5;-->
<!--}-->
<!--.primary:focus,-->
<!--.primary:hover {-->
<!-- border-color: #205bb5;-->
<!-- color: #fff;-->
<!--}-->
<!--.introduction {-->
<!-- background: url('~@/assets/images/official/offcial-bg01.png') repeat-x;-->
<!--}-->
<!--.introduction-body {-->
<!-- /* padding-top: 112px; */-->
<!--}-->
<!--.view-container {-->
<!-- height: 800px;-->
<!-- display: flex;-->
<!-- justify-content: center;-->
<!-- align-content: center;-->
<!-- align-items: center;-->
<!-- justify-items: center;-->
<!-- flex-direction: column;-->
<!--}-->
<!--.view-container-content {-->
<!-- background-color: transparent;-->
<!--}-->
<!--.view-container-content p {-->
<!-- color: #205bb5;-->
<!--}-->
<!--.body-title {-->
<!-- font-size: 35px;-->
<!-- font-weight: 900;-->
<!-- line-height: 25px;-->
<!-- margin: 0 0 30px 0;-->
<!--}-->
<!--.body-slogan {-->
<!-- font-size: 45px;-->
<!-- font-weight: 900;-->
<!-- line-height: 45px;-->
<!-- margin: 0 0 5px 0;-->
<!--}-->
<!--.body-sloganEn {-->
<!-- line-height: 15px;-->
<!-- margin: 0 0 25px 0;-->
<!--}-->
<!--.body-detail {-->
<!-- line-height: 15px;-->
<!-- margin: 0 0 10px 0;-->
<!--}-->
<!--.body-sloganEn,-->
<!--.body-detail {-->
<!-- font-size: 15px;-->
<!--}-->
<!--.body-right-img {-->
<!-- /* height: 665px; */-->
<!-- width: 100%;-->
<!-- height: 100%;-->
<!--}-->
<!--.title-divider-line {-->
<!-- height: 3px;-->
<!-- line-height: 20px;-->
<!-- background-color: rgba(32, 91, 181, 100);-->
<!-- text-align: center;-->
<!-- border: 1px solid rgba(255, 255, 255, 100);-->
<!--}-->
<!--.introduction-footer {-->
<!-- height: 420px;-->
<!-- line-height: 20px;-->
<!-- background-color: rgba(32, 91, 181, 100);-->
<!-- text-align: center;-->
<!-- border: 1px solid rgba(187, 187, 187, 100);-->
<!-- padding: 69px 0 0 0;-->
<!--}-->
<!--.introduction-footer .title {-->
<!-- color: rgba(255, 255, 255, 100);-->
<!-- font-size: 20px;-->
<!-- text-align: left;-->
<!--}-->
<!--.introduction-footer .subtitle {-->
<!-- color: rgba(255, 255, 255, 100);-->
<!-- font-size: 14px;-->
<!-- text-align: left;-->
<!--}-->
<!--.copyright {-->
<!-- height: 95px;-->
<!--}-->
<!--</style>-->

Loading…
Cancel
Save