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

68341 病历管理,相关验空、错误提示丢失

parent 31ea4a43
...@@ -137,16 +137,16 @@ export default { ...@@ -137,16 +137,16 @@ export default {
/*模块tip图形样式--左绿色*/ /*模块tip图形样式--左绿色*/
.tip-green { .tip-green {
width: 3px; width: 0.1875rem;
height: 24px; height: 1.5rem;
background: #5FB54B; background: #5FB54B;
border-radius: 10px 10px 10px 10px; border-radius: 0.625rem;
} }
/*模块tip内容样式*/ /*模块tip内容样式*/
.tip-content { .tip-content {
padding-left: 13px; padding-left: 0.8125rem;
font-size: 16px; font-size: 1rem;
font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif; font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
...@@ -163,33 +163,33 @@ export default { ...@@ -163,33 +163,33 @@ export default {
display: flex; display: flex;
//当前触发的背景样式 //当前触发的背景样式
.bkg-on { .bkg-on {
width: 260px; width: 16.25rem;
height: 143px; height: 8.9375rem;
background: #F1F9EF; background: #F1F9EF;
border-radius: 4px 4px 4px 4px; border-radius: 0.25rem;
opacity: 1; opacity: 1;
} }
//当前未触发的背景样式 //当前未触发的背景样式
.bkg-off { .bkg-off {
width: 260px; width: 16.25rem;
height: 143px; height: 8.9375rem;
background: #FFFFFF; background: #FFFFFF;
border-radius: 4px 4px 4px 4px; border-radius: 0.25rem;
opacity: 1; opacity: 1;
border: 1px solid #5FB54B; border: 1px solid #5FB54B;
} }
//箭头样式 //箭头样式
.arrow { .arrow {
height: 13px; height: 0.8125rem;
width: 104px; width: 6.5rem;
margin: 65px 22px 65px 22px; margin: 4.0625rem 1.375rem 4.0625rem 1.375rem;
} }
//状态触发状态 //状态触发状态
.status-on { .status-on {
font-size: 12px; font-size: 0.75rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei; font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #5FB54B; color: #5FB54B;
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
//状态未触发状态 //状态未触发状态
.status-off { .status-off {
font-size: 12px; font-size: 0.75rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei; font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #AFAFAF; color: #AFAFAF;
...@@ -207,16 +207,16 @@ export default { ...@@ -207,16 +207,16 @@ export default {
.avatar { .avatar {
width: 44px; width: 44px;
height: 44px; height: 44px;
margin-bottom: 14px; margin-bottom: 0.875rem;
} }
//标题 //标题
.title { .title {
font-size: 14px; font-size: 0.875rem;
font-family: Microsoft YaHei-Bold, Microsoft YaHei; font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
margin-bottom: 14px; margin-bottom: 0.875rem;
} }
//预约/挂号 //预约/挂号
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
padding-top: 18px; padding-top: 1.125rem;
} }
} }
} }
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
} }
/*进度条样式*/ /*进度条样式*/
.schedule_style { .schedule_style {
margin-top: 20px !important; margin-top: 1.25rem !important;
} }
/*底部提交返回按钮布局*/ /*底部提交返回按钮布局*/
......
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