提交 c45e3b34 编写于 作者: binbin.yu's avatar binbin.yu

feat:样式修改

上级 f8d9c960
...@@ -187,6 +187,7 @@ ...@@ -187,6 +187,7 @@
</div> </div>
<div <div
class="detail-btn btn-empty reAppoint" class="detail-btn btn-empty reAppoint"
:class="{ 'detail-btn-all': bindFlag == 0}"
@click="reAppoint" @click="reAppoint"
> >
重新预约 重新预约
...@@ -278,7 +279,7 @@ export default { ...@@ -278,7 +279,7 @@ export default {
}, },
created() { created() {
this.dataRefreh(); this.dataRefreh();
}, },
mounted() { mounted() {
...@@ -915,6 +916,7 @@ export default { ...@@ -915,6 +916,7 @@ export default {
left: 16px; left: 16px;
right: 16px; right: 16px;
} }
} }
.insurance-detection { .insurance-detection {
background: #ffffff; background: #ffffff;
...@@ -1000,5 +1002,17 @@ export default { ...@@ -1000,5 +1002,17 @@ export default {
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
color: #212121; color: #212121;
} }
.detail-btn-all{
width: 500px;
height: 40px;
background: #00bda5;
border-radius: 25px;
margin: 0 auto;
font-size: 16px;
font-weight: 800;
color: #ffffff;
text-align: center;
line-height: 40px;
}
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册