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

fix

上级 7c5f9453
...@@ -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;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册