提交 2ea16fde 编写于 作者: 张磊's avatar 张磊

fix question back

上级 b4e31279
......@@ -45,6 +45,11 @@ const routerConfig = [
title: '问卷结果页面',
},
},
{
path: '/insuranceQuestionBack',
name: 'insuranceQuestionBack',
component: () => import('@/views/insurance-question-back/index'),
},
{
path: '/appoint',
name: 'appoint',
......
<template>
<div>
<page-model
v-if="picaWechat != 'wechat'"
ref="PageModel"
:header-info="headerInfo"
/>
<div class="insuranceQuestionBack">
<div class="icon-item">
<img
src="https://files.yunqueyi.com/image/png/common/20221213135338128.png"
>
</div>
<div class="font-big">
提交成功
</div>
<div class="font-normal">
您的结果将于次日以短信形式推送,烦请留意!
</div>
</div>
</div>
</template>
<script>
export default {
data() {
return {
picaWechat:window._picaWechat,
headerInfo: {
title: '检测服务',
isBlack: true,
backMethod: 'web',
style: 'backgroundColor:#ffffff;zIndex:100;',
background: '',
},
};
},
created() {
},
methods: {
},
};
</script>
<style lang="scss" scoped>
.insuranceQuestionBack {
width: 100%;
background: #ffffff;
box-sizing: border-box;
padding: 0 16px;
color: #676869;
text-align: center;
overflow: hidden;
.icon-item {
width: 57px;
height: 65px;
margin: 0 auto;
margin-top: 83px;
image {
width: 100%;
height: 100%;
}
}
.font-big {
margin-top: 22px;
font-size: 20px;
font-weight: 700;
color: #02120f;
}
.font-normal {
margin-top: 12px;
font-size: 15px;
font-weight: 400;
color: #666666;
}
.custom-style {
width: 350px;
height: 40px;
background: #00bda5;
font-size: 16px;
color: #ffffff;
font-weight: 600;
line-height: 40px;
border-radius: 40px;
border: none;
margin-top: 148px;
}
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册