2024-06-03 09:43:48 +08:00
|
|
|
|
<template>
|
|
|
|
|
<div class="ke-fu">
|
|
|
|
|
<div class="box-top">
|
|
|
|
|
<div class="title">
|
|
|
|
|
<h4>AI著作权·客服中心</h4>
|
|
|
|
|
<p>灵活搭建更高效的著作权办理平台</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-bottom">
|
|
|
|
|
<div class="box">
|
|
|
|
|
<div class="left-box">
|
|
|
|
|
<div class="kefu-sub">
|
|
|
|
|
<h4>客服中心</h4>
|
|
|
|
|
<div class="kefu-search">
|
2024-06-11 16:10:21 +08:00
|
|
|
|
<!-- <input type="text" name="" id="txtInput" placeholder="请输入问题的关键字,如:排序题" v-model="searchQuery"> -->
|
2024-06-03 09:43:48 +08:00
|
|
|
|
<input type="text" name="" id="txtInput" placeholder="请输入问题的关键字,如:排序题" v-model="searchQuery">
|
|
|
|
|
<input type="submit" name value="搜索" id="search" @click="search">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<div class="headline">
|
|
|
|
|
<i>
|
|
|
|
|
</i>
|
|
|
|
|
<h5>在线客服</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<p>企业服务<a href=""> 在线咨询</a></p>
|
|
|
|
|
<p>样本服务(付费搜集答辩)<a href=""> 在线咨询</a></p>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<div class="headline">
|
|
|
|
|
<i>
|
|
|
|
|
</i>
|
|
|
|
|
<h5>售前咨询</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<p>企业服务:<em> 400-086-1633 </em></p>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<div class="headline">
|
|
|
|
|
<i>
|
|
|
|
|
</i>
|
|
|
|
|
<h5>申请协助</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<span><a href="">申请协助</a></span>
|
|
|
|
|
回复后会有短信通知您
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<div class="headline">
|
|
|
|
|
<i>
|
|
|
|
|
</i>
|
|
|
|
|
<h5>在线客服</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<p>kefu#tenlion.com.cn</p>
|
|
|
|
|
<p>发送邮件时请将 # 替换为 @</p>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
<h5>客服服务时间</h5>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<em>上午</em>
|
|
|
|
|
<i>08:30-12:00</i>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2024-07-25 10:34:20 +08:00
|
|
|
|
<em>中午</em>
|
2024-06-03 09:43:48 +08:00
|
|
|
|
<i>12:00-14:00</i>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<em>下午</em>
|
|
|
|
|
<i>14:00-18:00</i>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2024-07-25 10:34:20 +08:00
|
|
|
|
<em>晚间</em>
|
2024-06-03 09:43:48 +08:00
|
|
|
|
<i>18:00-21:00</i>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="rengong-kefu">
|
|
|
|
|
<a href="#">
|
|
|
|
|
<img src="/assets/img/kefu-rengong.png" alt="">
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
2024-06-11 16:10:21 +08:00
|
|
|
|
// import { ref } from 'vue';
|
|
|
|
|
// import { useRouter } from 'vue-router';
|
2024-06-03 09:43:48 +08:00
|
|
|
|
export default {
|
2024-06-11 16:10:21 +08:00
|
|
|
|
// setup() {
|
|
|
|
|
// const searchQuery = ref('')
|
|
|
|
|
// const router = useRouter()
|
2024-06-03 09:43:48 +08:00
|
|
|
|
|
2024-06-11 16:10:21 +08:00
|
|
|
|
// const search = () => {
|
|
|
|
|
// router.push({
|
|
|
|
|
// name: 'HelpCenter',
|
|
|
|
|
// query: { q: searchQuery.value}
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
// return {
|
|
|
|
|
// searchQuery,
|
|
|
|
|
// search
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
data() {
|
2024-06-03 09:43:48 +08:00
|
|
|
|
return {
|
2024-06-11 16:10:21 +08:00
|
|
|
|
searchQuery: ''
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
search() {
|
2024-07-10 17:48:45 +08:00
|
|
|
|
if (this.searchQuery) {
|
|
|
|
|
this.$router.push({
|
|
|
|
|
name: 'HelpCenter',
|
|
|
|
|
query: { q: this.searchQuery }
|
|
|
|
|
});
|
|
|
|
|
}
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-11 16:10:21 +08:00
|
|
|
|
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
2024-07-10 17:48:45 +08:00
|
|
|
|
img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
border: 0px solid transparent !important ;
|
|
|
|
|
}
|
2024-06-03 09:43:48 +08:00
|
|
|
|
.ke-fu {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-top {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: 7.5625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background: url(/assets/img/kefu-bj.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-top .title {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 12.5rem;
|
|
|
|
|
height: 1.875rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
/* border: 2px solid red; */
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-top h4 {
|
|
|
|
|
/* position: absolute;
|
|
|
|
|
top: 220px;
|
|
|
|
|
left: 300px; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 6.25rem;
|
|
|
|
|
font-size: .375rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
color: #74491a;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
margin-bottom: .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-top p {
|
|
|
|
|
/* position: absolute;
|
|
|
|
|
top: 270px;
|
|
|
|
|
left: 300px; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 6.25rem;
|
|
|
|
|
font-size: .2rem;
|
|
|
|
|
letter-spacing: .0625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
color: #9a7148;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 100%;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: 5rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box {
|
|
|
|
|
position: absolute;
|
|
|
|
|
/* display: flex;
|
|
|
|
|
justify-content:center; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
top: -2.5rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* left: 18%; */
|
|
|
|
|
display: flex;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 12.5rem;
|
|
|
|
|
height: 6.875rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* border: 2px solid red; */
|
|
|
|
|
/* background-color: #FFF; */
|
|
|
|
|
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
|
|
|
|
|
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
|
|
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,.1);
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 8.5rem;
|
|
|
|
|
margin-right: .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .625rem;
|
|
|
|
|
line-height: .625rem;
|
|
|
|
|
margin: .3125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub h4 {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
font-size: .225rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub .kefu-search {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: end;
|
|
|
|
|
/* width: 350px; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub .kefu-search #txtInput {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: auto 0;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
padding-left: .175rem;
|
|
|
|
|
height: .425rem;
|
|
|
|
|
width: 3.5rem;
|
|
|
|
|
font-size: .1625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
color: #333;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
border: .0125rem solid #ededed;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub .kefu-search #txtInput:focus {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
border: .0125rem solid #febe54;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub .kefu-search #search {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: auto 0;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .425rem;
|
|
|
|
|
line-height: .425rem;
|
|
|
|
|
width: .75rem;
|
|
|
|
|
font-size: .1625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #fda633;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
2024-06-12 10:41:06 +08:00
|
|
|
|
.ke-fu .box-bottom .box .left-box .kefu-sub .kefu-search #search:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
2024-06-03 09:43:48 +08:00
|
|
|
|
.ke-fu .box-bottom .box .left-box ul {
|
|
|
|
|
display: flex;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: 1.75rem;
|
|
|
|
|
margin: .3125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
margin-top: 0;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
margin-bottom: .5rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 3.5rem;
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
margin: .125rem auto;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li .headline {
|
|
|
|
|
display: flex;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .375rem;
|
|
|
|
|
line-height: .375rem;
|
|
|
|
|
margin-bottom: .0625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li .headline i {
|
|
|
|
|
display: block;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: .25rem;
|
|
|
|
|
height: .25rem;
|
|
|
|
|
margin: auto .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background: url(/assets/img/kefu-1.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li:nth-child(2) .headline i {
|
|
|
|
|
background: url(/assets/img/kefu-2.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul:last-child li:nth-child(1) .headline i {
|
|
|
|
|
background: url(/assets/img/kefu-3.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul:last-child li:nth-child(2) .headline i {
|
|
|
|
|
background: url(/assets/img/kefu-4.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li .headline h5 {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
font-size: .2rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li p {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .375rem;
|
|
|
|
|
margin: .0625rem 0 0 0;
|
|
|
|
|
font-size: .175rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li p a {
|
|
|
|
|
color: #0095ff;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li p a:hover {
|
|
|
|
|
color: #0086e6;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul li p em {
|
|
|
|
|
color: #0095ff;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .left-box ul:last-child li:first-child p span {
|
|
|
|
|
display: inline-block;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: .975rem;
|
|
|
|
|
height: .35rem;
|
|
|
|
|
line-height: .35rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
text-align: center;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
margin-right: .125rem;
|
|
|
|
|
border: .0125rem solid #d9d9d9;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ke-fu .box-bottom .box .right-box {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 3.875rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* margin-right: 2%; */
|
|
|
|
|
background-color: #fff;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
border-top-left-radius: .125rem;
|
|
|
|
|
border-top-right-radius:.125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box h5 {
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .5rem;
|
|
|
|
|
line-height: .5rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
text-align: center;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
font-size: .175rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #febe54;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
border-radius: .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box ul {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
margin: .1875rem .0625rem 0 .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box ul li{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-content: center;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
height: .375rem;
|
|
|
|
|
line-height: .375rem;
|
|
|
|
|
margin-bottom: .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* background-color: pink; */
|
|
|
|
|
/* border: 2px solid red; */
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box ul li em {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto 0;
|
|
|
|
|
/* line-height: 30px; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 1rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* padding: 2px 5px; */
|
2024-09-14 16:28:01 +08:00
|
|
|
|
border-radius: .15rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #febe54;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
font-size: .1625rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box ul li i {
|
|
|
|
|
margin: auto 0;
|
|
|
|
|
width: 100%;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
padding: 0 .3125rem;
|
|
|
|
|
border-top-left-radius: .125rem;
|
|
|
|
|
border-bottom-left-radius: .125rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
background-color: #ebebeb;
|
|
|
|
|
color: #8f673d;
|
|
|
|
|
}
|
|
|
|
|
.ke-fu .box-bottom .box .right-box .rengong-kefu {
|
|
|
|
|
position: absolute;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
right: .25rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
bottom: 0;
|
2024-09-14 16:28:01 +08:00
|
|
|
|
width: 2.75rem;
|
|
|
|
|
height: 3.5rem;
|
2024-06-03 09:43:48 +08:00
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
|
}
|
|
|
|
|
</style>
|