mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 11:46:44 +08:00
[FIX] 【待确定】【保全】保全-犹豫期退保】 短信验证页面,确认按钮颜色为红色修改
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user