提交 98dac760 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !136
...@@ -159,9 +159,6 @@ export default { ...@@ -159,9 +159,6 @@ export default {
return num > 9 ? num + '' : '0' + num; return num > 9 ? num + '' : '0' + num;
}, },
selectTime(selectTimes, item) { selectTime(selectTimes, item) {
if (item.amAppointmentFlag && item.pmAppointmentFlag) {
return;
}
console.log(item); console.log(item);
this.selectTimes = selectTimes; this.selectTimes = selectTimes;
this.currentItem = item; this.currentItem = item;
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</van-button> </van-button>
<div class="appoint-tel"> <div class="appoint-tel">
客服电话:<a 客服电话:<a
style="font-weight:550" style="font-weight:600"
href="tel:400-006-5252" href="tel:400-006-5252"
>400-006-5252</a> >400-006-5252</a>
</div> </div>
...@@ -652,13 +652,13 @@ export default { ...@@ -652,13 +652,13 @@ export default {
} }
} }
.appoint-form-items{ .appoint-form-items{
font-weight: 550px; font-weight: 600;
/deep/ .van-field__label{ /deep/ .van-field__label{
color: #999999; color: #999999;
} }
/deep/ .van-field__control{ /deep/ .van-field__control{
font-weight: 550; font-weight: 600;
} }
/deep/ .van-field__control::placeholder{ /deep/ .van-field__control::placeholder{
font-weight: 450; font-weight: 450;
...@@ -669,7 +669,7 @@ export default { ...@@ -669,7 +669,7 @@ export default {
} }
.appoint-form-value{ .appoint-form-value{
font-weight: 550; font-weight: 600;
} }
.appoint-form-placeholder{ .appoint-form-placeholder{
color: #999999; color: #999999;
...@@ -811,13 +811,14 @@ export default { ...@@ -811,13 +811,14 @@ export default {
.appoint-form-submit{ .appoint-form-submit{
margin-top: 30px; margin-top: 30px;
height: 40px; height: 40px;
font-weight: 550; font-weight: 600;
background: #D9D9D9; background: #D9D9D9;
border-radius: 20px; border-radius: 20px;
border: 1px solid #D9D9D9; border: 1px solid #D9D9D9;
} }
.appoint-form-submit-active{ .appoint-form-submit-active{
background: #00BDA5; background: #00BDA5;
border: 1px solid #00BDA5;
} }
.appoint-tel{ .appoint-tel{
margin-top: 25px; margin-top: 25px;
......
...@@ -494,8 +494,9 @@ export default { ...@@ -494,8 +494,9 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
} }
.detail-top-hospitalInfo{ .detail-top-hospitalInfo{
position: relative;
display: flex; display: flex;
padding-left: 15px; padding-left: 27px;
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
...@@ -504,6 +505,9 @@ export default { ...@@ -504,6 +505,9 @@ export default {
align-items: center; align-items: center;
img{ img{
position: absolute;
left: 12px;
top: 3px;
width: 12px; width: 12px;
height: 14px; height: 14px;
margin-right: 5px; margin-right: 5px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册