提交 d9f6a4a1 编写于 作者: 张敬贤's avatar 张敬贤

更新UI

上级 f96a53b1
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
:header-info="headerInfo" :header-info="headerInfo"
/> />
<div class="wrap"> <div class="wrap">
<div class="title-1"> <!-- <div class="title-1">
检测预约 检测预约
</div> </div>
<div class="title-2"> <div class="title-2">
及时接受检测结果检测报告 及时接受检测结果检测报告
</div> </div> -->
<div class="choose-section"> <div class="choose-section">
<van-form <van-form
ref="dectionForm" ref="dectionForm"
...@@ -173,6 +173,9 @@ ...@@ -173,6 +173,9 @@
> >
提交 提交
</van-button> </van-button>
<div class="appoint-tel">
客服电话:<a href="tel:400-006-5252">400-006-5252</a>
</div>
</div> </div>
<SelectHospital <SelectHospital
:external-data="externalData" :external-data="externalData"
...@@ -561,6 +564,7 @@ export default { ...@@ -561,6 +564,7 @@ export default {
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
color: #ffffff; color: #ffffff;
background: #F3FCFF;
.bg-img { .bg-img {
width: 100%; width: 100%;
...@@ -572,9 +576,6 @@ export default { ...@@ -572,9 +576,6 @@ export default {
.wrap { .wrap {
padding: 0 12px; padding: 0 12px;
overflow: auto; overflow: auto;
background: url('https://files.yunqueyi.com/image/png/common/20221213160647748.png')
no-repeat top left;
background-size: 100% 281px;
} }
.title-1 { .title-1 {
font-size: 20px; font-size: 20px;
...@@ -800,6 +801,16 @@ export default { ...@@ -800,6 +801,16 @@ export default {
.appoint-form-submit-active{ .appoint-form-submit-active{
background: #00BDA5; background: #00BDA5;
} }
.appoint-tel{
margin-top: 25px;
height: 22px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 22px;
text-align: center;
}
} }
::v-deep { ::v-deep {
.address-wrap { .address-wrap {
......
...@@ -6,26 +6,28 @@ ...@@ -6,26 +6,28 @@
:header-info="headerInfo" :header-info="headerInfo"
/> />
<div class="insurance-reseach-detail"> <div class="insurance-reseach-detail">
<div class="detail-top"> <div class="detail-status">
<div <img
class="detail-top-info" v-if="expireFlag"
:class="detailInfo.status == 5 ? 'grey' : ''" src="https://files.yunqueyi.com/image/png/common/20230301105920798.png"
alt=""
> >
<img <img
class="detail-top-img" v-else
:src=" src="https://files.yunqueyi.com/image/png/common/20230228133738711.png"
detailInfo.status == 5 alt=""
? 'https://files.yunqueyi.com/image/png/common/20221229163136934.png'
: 'https://files.yunqueyi.com/image/png/common/20220816120131913.png'
"
> >
<div class="detail-top-time">
{{ detailInfo.appointmentTimeStr || "--" }} {{ !expireFlag ? statusMap[detailInfo.status]:'已过期' }}
</div> </div>
<div class="detail-top-status"> <div class="detail-top insurance-detection">
{{ statusMap[detailInfo.status] || "--" }} <div class="detection-title">
您的领取时间
</div> </div>
<div class="detection-time">
{{ detailInfo.appointmentTimeStr }}
</div> </div>
<div class="detail-top-info">
<div class="detail-top-address"> <div class="detail-top-address">
<div class="detail-top-address-name"> <div class="detail-top-address-name">
{{ detailInfo.hospitalName || "--" }} {{ detailInfo.hospitalName || "--" }}
...@@ -33,6 +35,7 @@ ...@@ -33,6 +35,7 @@
<div class="detail-top-address-info"> <div class="detail-top-address-info">
{{ detailInfo.hospitalAddress || "--" }} {{ detailInfo.hospitalAddress || "--" }}
</div> </div>
<div <div
class="detail-top-address-navigation" class="detail-top-address-navigation"
@click="navigation" @click="navigation"
...@@ -46,8 +49,51 @@ ...@@ -46,8 +49,51 @@
</div> </div>
</div> </div>
</div> </div>
<img
class="detail-top-img"
src="https://files.yunqueyi.com/image/png/common/20230228180052259.png"
alt=""
>
<div class="detail-top-hospitalInfo">
<img
src="https://files.yunqueyi.com/image/png/common/20230228181040335.png"
alt=""
>
{{ detailInfo.hospitalRemarks }}
</div>
</div>
</div>
<div
v-if="!expireFlag"
class="detail-bottom"
>
<div
class="tips"
>
<div class="tip-org">
<div class="tip-org-left" />
云鹊医温馨提示
<div class="tip-org-right" />
</div>
<div class="tip-grey">
<div class="tip-grey-dot" />
请在预约日期前往预约医院完成采样。无需空腹,采样前三天可适当清淡饮食;
</div>
<div class="tip-grey">
<div class="tip-grey-dot" />
注意携带好您投保时注册的手机前往,凭手机号扫码确认采样;
</div>
<div class="tip-grey">
<div class="tip-grey-dot" />
预计7-10个工作日电子报告将返回至您的手机,届时将提供进一步的报告解读服务,请注意查收。
</div>
</div>
</div> </div>
<div class="detail-bottom"> <div class="detail-bottom">
<div class="detail-bottom-title">
订单信息
</div>
<div class="detail-bottom-item"> <div class="detail-bottom-item">
<div class="title"> <div class="title">
受检人: 受检人:
...@@ -80,6 +126,12 @@ ...@@ -80,6 +126,12 @@
class="value" class="value"
> >
{{ detailInfo.recordNo || "--" }} {{ detailInfo.recordNo || "--" }}
<img
class="value-copy"
src="https://files.yunqueyi.com/image/png/common/20230301110919111.png"
alt=""
@click="copyNum()"
>
<!-- <text <!-- <text
class="value-copy" class="value-copy"
@click="copyNum()" @click="copyNum()"
...@@ -88,32 +140,9 @@ ...@@ -88,32 +140,9 @@
</text> --> </text> -->
</div> </div>
</div> </div>
<div
v-if="detailInfo.status != 5"
class="tips"
>
<div class="tip-org">
<van-icon
name="warning-o"
size="16px"
/> 温馨提示
</div>
<div class="tip-grey">
(1)请在预约日期前往预约医院完成采样。无需空腹,采样前三天可适当清淡饮食;
</div>
<div class="tip-grey">
(2)注意携带好您投保时注册的手机前往,凭手机号扫码确认采样;
</div>
<div class="tip-grey">
(3)预计7-10个工作日电子报告将返回至您的手机,届时将提供进一步的报告解读服务,请注意查收。
</div> </div>
</div> <div class="appoint-detail-tel">
</div> 客服电话:<a href="tel:400-006-5252">400-006-5252</a>
<div
class="detail-btn"
@click="bindingCode"
>
绑定采样条形码
</div> </div>
<!-- <div <!-- <div
class="detail-btn" class="detail-btn"
...@@ -121,12 +150,25 @@ ...@@ -121,12 +150,25 @@
> >
查看详情 查看详情
</div> --> </div> -->
<div class="detail-btn-bottom">
<div class="detail-btn-bottom-tips">
<van-icon name="warning-o" />
请在预约日前往预约地完成采样,并点击按钮绑定采样码
</div>
<div <div
class="detail-btn btn-empty" class="detail-btn btn-empty reAppoint"
@click="reAppoint" @click="reAppoint"
> >
重新预约 重新预约
</div> </div>
<div
class="detail-btn"
@click="bindingCode"
>
绑定采样码
</div>
</div>
<van-action-sheet <van-action-sheet
v-model="showSsheet" v-model="showSsheet"
:actions="actions" :actions="actions"
...@@ -159,7 +201,8 @@ export default { ...@@ -159,7 +201,8 @@ export default {
detailInfo: {}, detailInfo: {},
showSsheet:false, showSsheet:false,
yunOrderNo: '', yunOrderNo: '',
projectEquityNo:'', projectEquityNo: '',
expireFlag:false,
query:{}, query:{},
// 状态 代码 说明 // 状态 代码 说明
// 0101 未填写问卷 // 0101 未填写问卷
...@@ -193,6 +236,7 @@ export default { ...@@ -193,6 +236,7 @@ export default {
this.projectEquityNo = projectEquityNo; this.projectEquityNo = projectEquityNo;
console.log('yunOrderNo', yunOrderNo); console.log('yunOrderNo', yunOrderNo);
this.getDetailByYunOrderNo(yunOrderNo); this.getDetailByYunOrderNo(yunOrderNo);
this.$loading.hide();
}, },
methods: { methods: {
formatDate(orderTime) { formatDate(orderTime) {
...@@ -206,6 +250,7 @@ export default { ...@@ -206,6 +250,7 @@ export default {
getDetailByYunOrderNo(yunOrderNo).then(res => { getDetailByYunOrderNo(yunOrderNo).then(res => {
console.log(res); console.log(res);
this.detailInfo = res.data; this.detailInfo = res.data;
this.expireFlag = res.data.expireFlag;
this.$loading.hide(); this.$loading.hide();
}); });
}, },
...@@ -344,7 +389,16 @@ export default { ...@@ -344,7 +389,16 @@ export default {
// 复制快递单号 // 复制快递单号
copyNum() { copyNum() {
console.log(this.detailInfo.recordNo); console.log(this.detailInfo.recordNo);
const copyText = this.detailInfo.recordNo;
const input = document.createElement('input');
input.value = copyText;
document.body.appendChild(input);
input.select();
input.setSelectionRange(0, input.value.length);
document.execCommand('Copy');
document.body.removeChild(input);
this.$toast('已复制');
console.log('已复制的内容:', copyText);
}, },
validateShow() { validateShow() {
}, },
...@@ -357,9 +411,35 @@ export default { ...@@ -357,9 +411,35 @@ export default {
position: relative; position: relative;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 10px 12px;
background: #f5f6f8; background: #f5f6f8;
padding-bottom: 120px; background: linear-gradient(180deg, #00BDA5 0%, #20C5B0 125px, #F5F6F8 257px);
padding: 20px 12px 140px;
overflow: auto;
// .top-bg{
// position: absolute;
// width: 100%;
// height: 257px;
// top: 0;
// background: linear-gradient(180deg, #00BDA5 0%, #20C5B0 52%, #F5F6F8 100%);
// }
.detail-status{
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 28px;
img{
width: 24px;
height: 24px;
margin-right: 6px;
}
}
.detail-top { .detail-top {
padding: 15px; padding: 15px;
background: #ffffff; background: #ffffff;
...@@ -367,17 +447,32 @@ export default { ...@@ -367,17 +447,32 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
} }
.detail-top-info { .detail-top-info {
background: #F9FAFB;
border-radius: 11px;
padding-bottom: 10px;
.detail-top-img {
position: relative; position: relative;
left: 50%;
transform: translateX(-50%);
width: 307px;
height: 6px;
margin-bottom: 10px;
}
.detail-top-hospitalInfo{
display: flex; display: flex;
justify-content: space-between; padding-left: 15px;
padding-left: 26px; font-size: 13px;
margin-bottom: 13px; font-family: PingFangSC-Regular, PingFang SC;
.detail-top-img { font-weight: 400;
position: absolute; color: #212121;
width: 21px; line-height: 19px;
height: 21px; align-items: center;
left: 0;
top: 2px; img{
width: 12px;
height: 14px;
margin-right: 5px;
}
} }
.detail-top-time { .detail-top-time {
height: 25px; height: 25px;
...@@ -406,8 +501,6 @@ export default { ...@@ -406,8 +501,6 @@ export default {
} }
.detail-top-address { .detail-top-address {
position: relative; position: relative;
background: linear-gradient(117deg, #f6fffc 0%, #effefb 100%);
border-radius: 11px;
padding: 15px 52px 18px 12px; padding: 15px 52px 18px 12px;
.detail-top-address-name { .detail-top-address-name {
height:21px; height:21px;
...@@ -450,10 +543,18 @@ export default { ...@@ -450,10 +543,18 @@ export default {
} }
.detail-bottom { .detail-bottom {
background: #ffffff; background: #ffffff;
width: calc(100% - 30px);
border-radius: 15px; border-radius: 15px;
padding: 15px 15px 1px 15px; padding: 15px 15px 1px 15px;
margin-bottom: 67px; margin-bottom: 10px;
.detail-bottom-title{
height: 25px;
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #212121;
line-height: 25px;
margin-bottom: 12px;
}
.detail-bottom-item { .detail-bottom-item {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -468,13 +569,17 @@ export default { ...@@ -468,13 +569,17 @@ export default {
line-height: 20px; line-height: 20px;
} }
.value { .value {
display: flex;
height: 20px; height: 20px;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #212121; color: #212121;
line-height: 20px; line-height: 20px;
align-items: center;
.value-copy { .value-copy {
width: 14px;
height: 14px;
margin-left: 4px; margin-left: 4px;
color: #1677fe; color: #1677fe;
} }
...@@ -482,19 +587,60 @@ export default { ...@@ -482,19 +587,60 @@ export default {
} }
.tips { .tips {
font-size: 14px; font-size: 14px;
background: #f9fafb;
border-radius: 11px; border-radius: 11px;
padding: 12px 15px; padding: 20px 0 10px 0;
margin-bottom: 14px;
.tip-org { .tip-org {
color: #ff720c; text-align: center;
} height: 21px;
font-size: 15px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #212121;
line-height: 21px;
margin-bottom: 18px;
background: url('https://files.yunqueyi.com/image/png/common/20230301094652399.png') no-repeat center center;
background-size: 213px 4px;
}
// .tip-org-left{
// width: 62px;
// height: 1px;
// opacity: 0.31;
// border: 7px solid;
// border-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(6, 191, 167, 1)) 7 7;
// }
// .tip-org-right{
// width: 62px;
// height: 1px;
// opacity: 0.31;
// border: 7px solid;
// border-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(6, 191, 167, 1)) 7 7;
// }
.tip-grey { .tip-grey {
position: relative;
color: #999999; color: #999999;
font-weight: 200; font-weight: 200;
padding-left: 12px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 18px;
margin-bottom: 10px;
} }
.tip-grey-dot{
position: absolute;
width: 4px;
height: 4px;
background: #FF720C;
opacity: 0.5;
border-radius: 50%;
left: 0;
top: 7px;
} }
} }
}
.detail-btn { .detail-btn {
width: 345px; width: 345px;
height: 40px; height: 40px;
...@@ -506,7 +652,6 @@ export default { ...@@ -506,7 +652,6 @@ export default {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
margin-top: 10px;
} }
.btn-empty { .btn-empty {
color: #00bda5; color: #00bda5;
...@@ -521,4 +666,92 @@ export default { ...@@ -521,4 +666,92 @@ export default {
right: 16px; right: 16px;
} }
} }
.insurance-detection{
background: #FFFFFF;
border-radius: 11px;
padding: 20px 15px;
margin-top: 22px;
// .detection-item{
// margin-bottom: 9px;
// display: flex;
// .label{
// width: 60px;
// height: 20px;
// font-size: 14px;
// font-family: PingFangSC-Regular, PingFang SC;
// font-weight: 400;
// color: #666666;
// line-height: 20px;
// margin-right: 4px;
// }
// .value{
// height: 20px;
// font-size: 14px;
// font-family: PingFangSC-Medium, PingFang SC;
// font-weight: 500;
// color: #212121;
// line-height: 20px
// }
// }
.detection-title{
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 18px;
text-align: center;
margin-bottom: 1px;
}
.detection-time{
height: 30px;
font-size: 21px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #212121;
line-height: 30px;
text-align: center;
margin-bottom: 15px ;
}
}
.appoint-detail-tel{
margin-top: 25px;
height: 22px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 22px;
text-align: center;
}
.detail-btn-bottom{
position: fixed;
background: #fff;
left: 0;
width: calc(100vw - 24px);
bottom: 0;
padding:5px 12px 26px 12px ;
display: flex;
.detail-btn-bottom-tips{
position: absolute;
padding: 6px 0;
left: 0;
top: -30px;
width: 100vw;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FF720C;
line-height: 18px;
background: #FFFBE7;
text-align: center;
}
.reAppoint{
width: 155px;
margin-right:11px ;
border: 1px solid #C0C0C0;
color: #212121;
}
}
</style> </style>
<template> <template>
<div class="insurance-binding-code-container" :class="picaWechat == 'wechat' && 'mt20'"> <div
class="insurance-binding-code-container"
:class="picaWechat == 'wechat' && 'mt20'"
>
<page-model <page-model
v-if="picaWechat != 'wechat'" v-if="picaWechat != 'wechat'"
ref="PageModel" ref="PageModel"
......
...@@ -6,56 +6,75 @@ ...@@ -6,56 +6,75 @@
:header-info="headerInfo" :header-info="headerInfo"
/> />
<div class="insuranceQuestionResult"> <div class="insuranceQuestionResult">
<div class="icon-item"> <div class="insuranceQuestionResult-info">
<img <template v-if="!needDetect">
:src=" <div class="info-top">
!needDetect <div class="info-top-title">
? 'https://files.yunqueyi.com/image/png/common/20221213144514273.png' 防癌专家提醒您尽快进行
: 'https://files.yunqueyi.com/image/png/common/20221213144810625.png'
"
>
</div> </div>
<div <div class="info-top-name">
class="font-big" {{ detectionName }}
:class="needDetect && 'green'"
>
{{ !needDetect ? '建议领用' : '暂无需领用' }}
</div> </div>
<div class="font-normal"> <div class="info-top-tips">
{{ <div class="tips-item">
!needDetect <div class="tips-item-dot" />
? '参照本次评估结果,建议您接受防癌早筛检测。坚持良好生活方式,定期接受体检,关注个人健康' DNA甲基化检测技术,对比传统肿瘤标志物检查,早期癌变检出率高5-10倍
: '参照本次评估结果,建议您可暂不进行防癌早筛检测。坚持良好生活方式,定期接受体检,关注个人健康。'
}}
</div> </div>
<div <div class="tips-item">
v-if="!needDetect" <div class="tips-item-dot" />
class="advise" 早期检出、早期干预、实现可逆
> </div>
<div class="fs"> <div class="tips-item">
建议您进行以下防癌筛查: <div class="tips-item-dot" />
检测报告阳性,最高可报销300元复查费用
</div> </div>
<div class="ad-fs">
{{ detectionName || '' }}
</div> </div>
</div> </div>
<div
v-if="!needDetect"
class="progress"
>
<img <img
src="https://files.yunqueyi.com/image/png/common/20221226103307358.png" src="https://files.yunqueyi.com/image/gif/common/20230228173135233.gif"
class="info-btn"
> >
<div class="info-tips">
点击上方按钮预约,并前往预约的医疗机构采样
</div> </div>
<div </template>
<template v-else>
<div class="info-noNeed">
<div class="info-noNeed-title">
<div class="text-left" />
参照本次评估结果
<div class="text-right" />
</div>
<div class="info-noNeed-result">
您可暂不进行防癌早筛检测
</div>
<div class="info-noNeed-tips">
<div class="tips-item">
<div class="tips-item-dot" />
坚持良好生活方式;
</div>
<div class="tips-item">
<div class="tips-item-dot" />
定期接受体检,关注个人健康
</div>
</div>
</div>
</template>
</div>
<!-- <div
v-if="!needDetect" v-if="!needDetect"
class="custom-style" class="custom-style"
@click="toAppoint" @click="toAppoint"
> >
{{ buttonText || '免费预约检测' }} {{ buttonText || '免费预约检测' }}
</div> </div> -->
<div class="tips">
<div
class="tips-fixed"
>
注:该问卷评估结果仅供填写人自行参考。 注:该问卷评估结果仅供填写人自行参考。
</div> </div>
</div> </div>
...@@ -151,105 +170,191 @@ export default { ...@@ -151,105 +170,191 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.insuranceQuestionResult-box{ .insuranceQuestionResult-box{
background: #fff; height: 100vh;
background: #F3FCFF;
} }
.insuranceQuestionResult { .insuranceQuestionResult {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 0 16px;
color: #676869; color: #676869;
overflow: auto; overflow: auto;
text-align: center; text-align: center;
.icon-item { background: url('https://files.yunqueyi.com/image/png/common/20230228101352132.png') no-repeat left top;
width: 50px; background-size: 100% 209px ;
height: 60px;
margin: 0 auto; }
margin-top: 30px; .insuranceQuestionResult-info{
img { width: 348px;
width: 100%; background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
height: 100%; box-shadow: 0px 9px 6px 0px #EBF9F8;
} border-radius: 20px;
border: 1px solid rgba(0,189,165,0.33);
margin: 168px auto 54px;
.info-top{
width: 308px;
height: 200px;
background: #FFFBF9;
border-radius: 11px;
margin: 10px auto 20px;
overflow: hidden;
.info-top-title{
margin-top: 25px;
height: 21px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #EF8337;
line-height: 21px;
} }
.font-big { .info-top-name{
margin-top: 8px; margin-top: 8px;
font-size: 25px; height: 22px;
font-weight: 500; font-size: 20px;
color: #ef8337; font-family: PingFangSC-Semibold, PingFang SC;
} font-weight: 600;
.green { color: #EF8337;
color: #179082; line-height: 22px;
} }
.font-normal { .info-top-tips{
margin-top: 15px; margin-top: 25px;
font-size: 15px; .tips-item{
position: relative;
padding-left: 25px;
padding-right: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666; color: #212121;
line-height: 20px;
text-align: left;
} }
.advise {
height: 48px; .tips-item-dot{
background: #fffbf9; position: absolute;
border-radius: 11px; width: 3px;
border: 1px solid #fbe0ce; height: 3px;
padding: 15px; background: #EF8337;
opacity: 0.8;
left: 15px;
top: 9px;
border-radius: 50%;
}
}
}
.info-btn{
position: relative;
width: 375px;
height: 105px;
margin: 0 auto;
font-size: 21px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
left: 50%;
transform: translateX(-50%);
line-height: 64px;
text-align: center; text-align: center;
margin: 16px auto; margin-bottom: 20px;
} }
.fs { .info-tips{
font-size: 12px; height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666;
line-height: 18px;
margin-bottom: 38px;
}
}
.tips{
height: 21px;
font-size: 13px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #999999; color: #999999;
margin-bottom:6px ; line-height: 21px;
}
.info-noNeed{
width: 307px;
height: 154px;
background: #F9FAFB;
border-radius: 11px;
margin: 22px auto;
overflow: hidden;
.info-noNeed-title{
height: 21px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #00BDA5;
line-height: 21px;
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
.text-left{
width: 20px;
height: 1px;
background: linear-gradient(270deg, #EEEEEE 0%, #D8D8D8 100%);
border-radius: 1px;
margin-right: 6px;
}
.text-right{
width: 20px;
height: 1px;
background: linear-gradient(270deg, #EEEEEE 0%, #D8D8D8 100%);
border-radius: 1px;
margin-left: 6px;
}
} }
.ad-fs { .info-noNeed-result{
margin-top: 4px;
height: 20px;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #ef8337; color: #00BDA5;
line-height: 20px;
margin-bottom: 25px;
} }
.custom-style { .info-noNeed-tips{
background: #00bda5;
font-size: 16px; margin-bottom: 25px;
color: #ffffff; .tips-item{
font-weight: 600; position: relative;
width: 90%; font-size: 14px;
height: 40px; font-family: PingFangSC-Regular, PingFang SC;
line-height: 40px; font-weight: 400;
border-radius: 40px; color: #666666;
//position: absolute; line-height: 20px;
//bottom: 120px; text-align: left;
margin: 0 auto; padding-left:38px ;
margin-top: 70px; .tips-item-dot{
position: absolute;
width: 3px;
height: 3px;
background: #179082;
opacity: 0.8;
left: 27px;
top: 9px;
border-radius: 50%;
} }
.tips {
font-size: 13px;
font-weight: 300;
color: #212121;
//bottom: 60px;
//position: absolute;
margin: 0 auto;
text-align: center;
width: 100%;
margin-top: 38px;
} }
.progress {
margin-top: 24px;
height: 168px;
width: 100%;
image {
width: 100%;
height: 100%;
}
} }
} }
.loadingShow { .tips-fixed{
display: flex; position: fixed;
justify-content: center; width: 100%;
align-items: center; bottom: 70px;
height: 100vh; height: 21px;
width: 100vw; font-size: 13px;
position: absolute; font-family: PingFangSC-Light, PingFang SC;
top: 0; font-weight: 300;
left: 0; color: #999999;
background: rgba($color: #000000, $alpha: 0.3); line-height: 21px;
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册