[FIX] 【待确定】【保全】保全-犹豫期退保】 短信验证页面,确认按钮颜色为红色修改

This commit is contained in:
li.kai
2020-07-08 15:01:37 +08:00
parent 7af778a6b8
commit afd07e5b81
4 changed files with 56 additions and 0 deletions

View File

@@ -225,6 +225,20 @@ export default {
}
</script>
<style lang="scss" scoped>
/deep/.van-dialog {
border-radius: 10px;
}
/deep/.van-dialog__confirm.van-button--default {
background: #e9332e;
color: #fff !important;
border-radius: 0 0 10px 0;
}
/deep/.van-button--default.van-dialog__cancel {
border: 1px solid #e9332e;
color: #e9332e;
border-right: 0;
border-radius: 0 0 0 10px;
}
.beneficiary-container {
.add-btn {
width: 80%;

View File

@@ -275,6 +275,20 @@ export default {
</script>
<style lang="scss" scoped>
/deep/.van-dialog {
border-radius: 10px;
}
/deep/.van-dialog__confirm.van-button--default {
background: #e9332e;
color: #fff !important;
border-radius: 0 0 10px 0;
}
/deep/.van-button--default.van-dialog__cancel {
border: 1px solid #e9332e;
color: #e9332e;
border-right: 0;
border-radius: 0 0 0 10px;
}
.surrender-confirmation-container {
.cont-info-container {
/deep/.van-cell__title,

View File

@@ -249,6 +249,20 @@ export default {
}
}
}
/deep/.van-dialog {
border-radius: 10px;
}
/deep/.van-dialog__confirm.van-button--default {
background: #e9332e;
color: #fff !important;
border-radius: 0 0 10px 0;
}
/deep/.van-button--default.van-dialog__cancel {
border: 1px solid #e9332e;
color: #e9332e;
border-right: 0;
border-radius: 0 0 0 10px;
}
.red {
color: #e9332e !important;
}

View File

@@ -285,6 +285,20 @@ export default {
}
}
}
/deep/.van-dialog {
border-radius: 10px;
}
/deep/.van-dialog__confirm.van-button--default {
background: #e9332e;
color: #fff !important;
border-radius: 0 0 10px 0;
}
/deep/.van-button--default.van-dialog__cancel {
border: 1px solid #e9332e;
color: #e9332e;
border-right: 0;
border-radius: 0 0 0 10px;
}
.red {
color: #e9332e !important;
}