提交 d0072c5a 编写于 作者: 张磊's avatar 张磊

auto commit

上级 bf493b2f
...@@ -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;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
required required
> >
<template #input> <template #input>
{{ dectionForm.detectName }} <span style="font-weight:600">{{ dectionForm.detectName }}</span>
</template> </template>
</van-field> </van-field>
<van-field <van-field
...@@ -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>
...@@ -592,8 +592,8 @@ export default { ...@@ -592,8 +592,8 @@ export default {
} }
.appoint-form-title{ .appoint-form-title{
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 400;
color: #212121; color: #212121;
padding-top:22px ; padding-top:22px ;
padding-bottom: 0; padding-bottom: 0;
...@@ -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;
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
</div> </div>
<div class="appoint-detail-tel"> <div class="appoint-detail-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>
...@@ -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: 1px;
width: 12px; width: 12px;
height: 14px; height: 14px;
margin-right: 5px; margin-right: 5px;
......
...@@ -116,11 +116,7 @@ ...@@ -116,11 +116,7 @@
<div <div
class="l-right" class="l-right"
> >
<!-- <img--> <a class="fw600" href="tel:400-006-5252">400-006-5252</a>
<!-- class="l-right-img"-->
<!-- src="https://files.yunqueyi.com/image/png/common/20230207134347503.png"-->
<!-- />-->
<a href="tel:400-006-5252">400-006-5252</a>
</div> </div>
</div> </div>
<van-popup <van-popup
...@@ -567,7 +563,7 @@ export default { ...@@ -567,7 +563,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-weight: 500; font-weight: 600;
color: #FFFFFF; color: #FFFFFF;
margin: 0 auto; margin: 0 auto;
} }
...@@ -640,6 +636,7 @@ export default { ...@@ -640,6 +636,7 @@ export default {
} }
} }
.btn{ .btn{
border: none;
background-color: #00BDA5; background-color: #00BDA5;
color: #ffffff; color: #ffffff;
width: 300px; width: 300px;
...@@ -757,6 +754,9 @@ export default { ...@@ -757,6 +754,9 @@ export default {
color:#00BDA5; color:#00BDA5;
display: flex; display: flex;
align-items: center; align-items: center;
.fw600{
font-weight: 600;
}
} }
.l-right-img{ .l-right-img{
width: 12px; width: 12px;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
width: 120px; width: 120px;
height: 20px; height: 20px;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 600;
color: #ffffff; color: #ffffff;
line-height: 20px; line-height: 20px;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册