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

fix

上级 98dac760
...@@ -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
...@@ -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,7 +652,7 @@ export default { ...@@ -652,7 +652,7 @@ export default {
} }
} }
.appoint-form-items{ .appoint-form-items{
font-weight: 600; // font-weight: 600;
/deep/ .van-field__label{ /deep/ .van-field__label{
color: #999999; color: #999999;
......
...@@ -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>
...@@ -507,7 +507,7 @@ export default { ...@@ -507,7 +507,7 @@ export default {
img{ img{
position: absolute; position: absolute;
left: 12px; left: 12px;
top: 3px; top: 1px;
width: 12px; width: 12px;
height: 14px; height: 14px;
margin-right: 5px; margin-right: 5px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册