Authored by 王水玲

分期3

... ... @@ -354,6 +354,7 @@ const startingService = (req, res) => {
page: 'installment.starting-service',
title: '开通有货分期',
navTitle: '开通有货分期',
isInstallmentPage: true,
navBtn: false,
banks: banks.join('、')
});
... ...
... ... @@ -528,6 +528,10 @@
.installment-body {
background: #efefef;
.main-wrap {
max-width: 100%;
}
}
.installment-result-page .installment-only {
... ...
.installment-starting-service-page {
background: #fff;
height: calc(100vh);
.exclamation {
background-color: #ff7f7f;
... ...