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

fix

上级 4f1361c4
......@@ -171,7 +171,9 @@
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
<div>周一到周五8点~18点,双休日9点~18点</div>
<div class="serve-time">
周一到周五8点~18点 <span /> 双休日9点~18点
</div>
</div>
</div>
<SelectHospital
......@@ -809,6 +811,23 @@ export default {
color: #666666;
line-height: 22px;
text-align: center;
.serve-time{
display: flex;
align-items: center;
justify-content: center;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 18px;
span{
width: 1px;
height: 12px;
margin: 0 12px;
background: #BBBBBB;
}
}
}
}
::v-deep {
......
......@@ -166,7 +166,9 @@
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
<div>周一到周五8点~18点,双休日9点~18点</div>
<div class="serve-time">
周一到周五8点~18点 <span /> 双休日9点~18点
</div>
</div>
<div
v-if="!expireFlag"
......@@ -780,6 +782,23 @@ export default {
color: #666666;
line-height: 22px;
text-align: center;
.serve-time{
display: flex;
align-items: center;
justify-content: center;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 18px;
span{
width: 1px;
height: 12px;
margin: 0 12px;
background: #BBBBBB;
}
}
}
.detail-btn-bottom{
position: fixed;
......
......@@ -112,19 +112,16 @@
提交
</div>
</div>
<div class="tel-wrap">
<div class="l-left">
客服电话: &nbsp;
</div>
<div
class="l-right"
>
<a
class="fw600"
<div class="appoint-detail-tel">
客服电话:<a
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
<div class="serve-time">
周一到周五8点~18点 <span /> 双休日9点~18点
</div>
</div>
<van-popup
v-model="showProtocol"
position="bottom"
......@@ -793,6 +790,23 @@ export default {
display: flex;
align-items: center;
justify-content: center;
.serve-time{
display: flex;
align-items: center;
justify-content: center;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 18px;
span{
width: 1px;
height: 12px;
margin: 0 12px;
background: #BBBBBB;
}
}
.l-right{
color:#00BDA5;
display: flex;
......@@ -810,5 +824,31 @@ export default {
}
}
.mt20{padding-top: 20px}
.appoint-detail-tel{
margin-top: 25px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 22px;
text-align: center;
.serve-time{
display: flex;
align-items: center;
justify-content: center;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 18px;
span{
width: 1px;
height: 12px;
margin: 0 12px;
background: #BBBBBB;
}
}
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册