Commit a79aee53 authored by 小费同学阿's avatar 小费同学阿 💬

67559 全局,返回二次提示修改

parent dd78adb1
...@@ -2,17 +2,16 @@ ...@@ -2,17 +2,16 @@
<!--进度信息模块封装--> <!--进度信息模块封装-->
<div class="schedule-info"> <div class="schedule-info">
<!-- 1--tip样式--> <!-- 1--tip样式-->
<div class="progress-tip"> <div style="margin-bottom: 1.875rem;margin-top:1rem;display: flex">
<div class="tip-green" /> <!--绿色模块图标-->
<div <div class="tip-consult-add" />
class="tip-content" <div style="padding-top: 0.125rem;padding-left: 0.875rem;color: #666666; font-weight: 700; font-size: 1rem;">进度信息
>进度信息
</div> </div>
</div> </div>
<!-- 2--内容样式--> <!-- 2--内容样式-->
<div class="progress-base"> <div class="progress-base">
<div class="display-base" style="justify-content: center"> <div class="display-base" style="justify-content: center">
<div style="border: 1px dashed #E5E5E5;display: flex;padding:40px 32px 40px 32px;"> <div style="border: 1px dashed #E5E5E5;display: flex;padding:2.5rem 2rem 2.5rem 2rem;">
<!-- 1--单个的背景,,后面按状态位切换样式--> <!-- 1--单个的背景,,后面按状态位切换样式-->
<div :class="[scheduleKey.checkSchedule === '0'? 'bkg-on' : 'bkg-off']"> <div :class="[scheduleKey.checkSchedule === '0'? 'bkg-on' : 'bkg-off']">
<!--1.预约/现场挂号--> <!--1.预约/现场挂号-->
...@@ -230,4 +229,32 @@ export default { ...@@ -230,4 +229,32 @@ export default {
} }
} }
/*进度条样式*/
.schedule_style {
margin-top: 20px !important;
}
/*底部提交返回按钮布局*/
.footer-expenditure-style {
margin-top: 0rem;
margin-left: 8rem;
}
/*底部提交返回按钮布局*/
.right-footer-consult-style {
margin-top: 1.875rem;
margin-left: 0rem;
}
/*输入框下边距应为24*/
.input-bottom-style {
margin-bottom: 0.125rem !important;
}
/*tip竖条*/
.tip-consult-add {
height: 1.5rem;
line-height: 1;
border-left: 0.1875rem solid #5FB54B;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment