提交 fa628636 编写于 作者: 史文彬's avatar 史文彬

feat: ui

上级 ce59c221
...@@ -6,28 +6,28 @@ ...@@ -6,28 +6,28 @@
:header-info="headerInfo" :header-info="headerInfo"
/> />
<div class="insurance-reseach-detail"> <div class="insurance-reseach-detail">
<div class="detail-status">
<img
v-if="expireFlag"
src="https://files.yunqueyi.com/image/png/common/20230301105920798.png"
alt=""
>
<img
v-else
src="https://files.yunqueyi.com/image/png/common/20230228133738711.png"
alt=""
>
{{ !expireFlag ? statusMap(detailInfo.status) : '已过期' }}
</div>
<div class="detail-top insurance-detection"> <div class="detail-top insurance-detection">
<div class="detail-status">
<img
v-if="expireFlag"
src="https://files.yunqueyi.com/image/png/common/20230301105920798.png"
alt=""
>
<img
v-else
src="https://files.yunqueyi.com/image/png/common/20230804142305549.png"
alt=""
>
{{ !expireFlag ? statusMap(detailInfo.status) : '已过期' }}
</div>
<div class="detection-title"> <div class="detection-title">
您的{{ isUnderLine ? '领取' : '检测' }}时间 您的{{ isUnderLine ? '领取' : '检测' }}时间
</div> </div>
<div class="detection-time mb5"> <div class="detection-time">
{{ detailInfo.appointmentTimeStr }} {{ detailInfo.appointmentTimeStr }}
</div> </div>
<div class="detection-time"> <div class="detection-time mb5">
{{ detailInfo.appointmentTimeStr2 }} {{ detailInfo.appointmentTimeStr2 }}
</div> </div>
<div class="detail-top-info"> <div class="detail-top-info">
...@@ -55,11 +55,6 @@ ...@@ -55,11 +55,6 @@
</div> </div>
</div> </div>
</div> </div>
<img
class="detail-top-img"
src="https://files.yunqueyi.com/image/png/common/20230228180052259.png"
alt=""
>
<div <div
v-if=" v-if="
detailInfo.hospitalRemarks && detailInfo.hospitalRemarks !== '' detailInfo.hospitalRemarks && detailInfo.hospitalRemarks !== ''
...@@ -626,17 +621,17 @@ export default { ...@@ -626,17 +621,17 @@ export default {
box-sizing: border-box; box-sizing: border-box;
background: #f5f6f8; background: #f5f6f8;
background: linear-gradient(180deg, #00bda5 0%, #20c5b0 125px, #f5f6f8 257px); background: linear-gradient(180deg, #00bda5 0%, #20c5b0 125px, #f5f6f8 257px);
padding: 20px 12px 160px; padding: 0 12px 160px 12px;
overflow: auto; overflow: auto;
.detail-status { .detail-status {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-size: 20px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #212121;
line-height: 28px; line-height: 18px;
img { img {
width: 24px; width: 24px;
height: 24px; height: 24px;
...@@ -652,24 +647,24 @@ export default { ...@@ -652,24 +647,24 @@ export default {
} }
.detail-qrcode-content { .detail-qrcode-content {
padding: 20px 0; padding: 12px 0;
border-radius: 11px; border-radius: 11px;
background: #fff; background: #fff;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 10px;
.cancel-code { .cancel-code {
width: 165px; width: 165px;
height: 31px; height: 32px;
background: #f9fafb; background: #f9fafb;
border-radius: 15px; border-radius: 15px;
font-size: 14px; font-size: 14px;
color: #666666; color: #212121;
text-align: center; text-align: center;
line-height: 31px; line-height: 32px;
font-weight: 500;
margin: 2px 0 4.5px 0; margin: 2px 0 4.5px 0;
} }
...@@ -688,6 +683,8 @@ export default { ...@@ -688,6 +683,8 @@ export default {
background: #f9fafb; background: #f9fafb;
border-radius: 11px; border-radius: 11px;
padding-bottom: 10px; padding-bottom: 10px;
background-image: url('https://files.yunqueyi.com/image/png/common/20230804154424560.png');
background-position: 100%;
.detail-top-img { .detail-top-img {
position: relative; position: relative;
left: 50%; left: 50%;
...@@ -763,6 +760,9 @@ export default { ...@@ -763,6 +760,9 @@ export default {
font-weight: 400; font-weight: 400;
color: #9f9f9f; color: #9f9f9f;
line-height: 16px; line-height: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.detail-top-address-navigation { .detail-top-address-navigation {
position: absolute; position: absolute;
...@@ -896,29 +896,28 @@ export default { ...@@ -896,29 +896,28 @@ export default {
background: #ffffff; background: #ffffff;
border-radius: 11px; border-radius: 11px;
padding: 20px 15px; padding: 20px 15px;
margin-top: 22px; margin-top: 12px;
.detection-title { .detection-title {
height: 18px; height: 13px;
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
line-height: 18px; line-height: 13px;
text-align: center; text-align: center;
margin-bottom: 1px; margin-top: 17px;
margin-bottom: 6px;
} }
.detection-time { .detection-time {
height: 30px; font-size: 20px;
font-size: 21px;
font-family: PingFangSC-Semibold, PingFang SC; font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600; font-weight: 600;
color: #212121; color: #212121;
line-height: 30px; line-height: 24px;
text-align: center; text-align: center;
margin-bottom: 15px;
} }
.mb5 { .mb5 {
margin-bottom: 5px; margin-bottom: 15px;
} }
} }
.appoint-detail-tel { .appoint-detail-tel {
...@@ -926,7 +925,7 @@ export default { ...@@ -926,7 +925,7 @@ export default {
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666; color: #999999;
line-height: 22px; line-height: 22px;
text-align: center; text-align: center;
.serve-time { .serve-time {
......
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
port: 8083, port: 8083,
proxy: { proxy: {
'/proxy': { '/proxy': {
target: 'https://dev-sc.yunqueyi.com/', target: 'https://test1-sc.yunqueyi.com/',
// target: 'https://test1-sc.yunqueyi.com/', // target: 'https://test1-sc.yunqueyi.com/',
// target: 'https://uat-sc.yunqueyi.com/', // target: 'https://uat-sc.yunqueyi.com/',
// http://10.241.65.90:3000/mock/1071/cs/route/removeUser // http://10.241.65.90:3000/mock/1071/cs/route/removeUser
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册