Files
tougao_web/src/components/page/per_text_success.vue
xulu a2a8a06ff6 1
2022-03-10 17:34:35 +08:00

105 lines
4.0 KiB
Vue
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item>
<i class="el-icon-collection"></i>
<router-link :to="{path:'/peerewer'}">
<span class="top_dao"> Reviewer Article</span>
</router-link>
>> Review completed
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="container_l">
<el-card class="box-card suss_page">
<div class="suss_page_1">
<svg t="1646625129770" class="icon" viewBox="0 0 1477 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="29677"
width="32" height="32">
<path d="M1394.036364 459.636364a41.890909 41.890909 0 1 0 83.781818 0 41.890909 41.890909 0 1 0-83.781818 0Z"
fill="#3DBD7D" p-id="29678"></path>
<path d="M1079.854545 793.6a20.945455 20.945455 0 1 0 41.89091 0 20.945455 20.945455 0 1 0-41.89091 0Z" fill="#3DBD7D"
p-id="29679"></path>
<path d="M1027.490909 793.6zM1257.890909 417.745455H904.145455c-19.781818 0-36.072727-16.290909-36.072728-36.072728s16.290909-36.072727 36.072728-36.072727h190.836363c19.781818 0 36.072727-16.290909 36.072727-36.072727 0-19.781818-16.290909-36.072727-36.072727-36.072728H964.654545C878.545455 110.545455 707.490909 0 512 0 229.236364 0 0 229.236364 0 512s229.236364 512 512 512c168.727273 0 318.836364-82.618182 411.927273-209.454545h81.454545c11.636364 0 20.945455-9.309091 20.945455-20.945455s-9.309091-20.945455-20.945455-20.945455h-102.4c-19.781818 0-36.072727-16.290909-36.072727-36.072727 0-19.781818 16.290909-36.072727 36.072727-36.072727h222.254546c19.781818 0 36.072727-16.290909 36.072727-36.072727 0-19.781818-16.290909-36.072727-36.072727-36.072728h-116.363637c8.145455-37.236364 12.8-75.636364 12.8-115.2v-10.472727h233.890909c23.272727 0 41.890909-18.618182 41.890909-41.890909s-16.290909-43.054545-39.563636-43.054545z"
fill="#3DBD7D" p-id="29680"></path>
<path d="M820.363636 293.236364c-18.618182-18.618182-47.709091-18.618182-66.327272 0L402.618182 644.654545 267.636364 488.727273c-16.290909-19.781818-46.545455-20.945455-65.163637-4.654546-19.781818 16.290909-20.945455 46.545455-4.654545 65.163637l167.563636 193.163636 1.163637 1.163636s0 1.163636 1.163636 1.163637c1.163636 1.163636 1.163636 1.163636 2.327273 1.163636 1.163636 1.163636 2.327273 2.327273 4.654545 3.490909 1.163636 0 1.163636 1.163636 2.327273 1.163637 2.327273 1.163636 3.490909 2.327273 5.818182 3.490909 1.163636 0 1.163636 0 2.327272 1.163636 2.327273 1.163636 4.654545 1.163636 6.981819 2.327273h1.163636c2.327273 0 4.654545 1.163636 8.145454 1.163636h1.163637c2.327273 0 5.818182 0 8.145454-1.163636 2.327273 0 5.818182-1.163636 8.145455-2.327273 2.327273-1.163636 5.818182-2.327273 8.145454-4.654545 1.163636-1.163636 3.490909-2.327273 4.654546-3.49091l2.327273-2.327272 386.327272-386.327273c18.618182-17.454545 18.618182-47.709091 0-65.163636z"
fill="#FFFFFF" p-id="29681"></path>
</svg>
<p>Review completed !</p>
<br clear="both">
</div>
<div class="suss_page_2">
Dear reviewer, we have received your comment.
<br>
The editorial team would like to extend our thanks to you as peer reviewer for our journal.
</div>
<div class="suss_page_3">
<a href="/peerewer">Return to Peer Review page</a>
</div>
</el-card>
</div>
</div>
</template>
<script>
export default {
data() {
return {
}
},
created() {
},
methods: {
}
}
</script>
<style scoped>
.suss_page {
padding: 25px 0;
text-align: center;
}
.suss_page .suss_page_1 {
display: inline-block;
font-size: 26px;
margin: 0 0 50px 0;
}
.suss_page .suss_page_1 svg {
float: left;
width: 50px;
height: 50px;
}
.suss_page .suss_page_1 p {
float: left;
margin: 5px 0 0 10px;
}
.suss_page .suss_page_2 {
margin: 0 0 60px 0;
text-align: center;
line-height: 30px;
}
.suss_page .suss_page_3 {
margin: 0 0 20px 0;
}
.suss_page .suss_page_3 a {
color: #fff;
background-color: #006699;
border-radius: 5px;
padding: 10px 20px;
}
.suss_page .suss_page_3 a:hover {
text-decoration: underline;
}
</style>