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

Merge branch 'feature/zjx' into 'release'

fix

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