Authored by weiqingting

Merge remote-tracking branch 'origin/release/4.9.1.0' into release/4.9.1.0

... ... @@ -4,6 +4,7 @@
background-color: #fff;
font-family: "微软雅黑";
color: #444;
font-weight: 300;
.help-title {
text-align: center;
... ...
.installment-page {
font-weight: 300;
.banner-swiper {
height: 200px;
... ... @@ -233,6 +234,7 @@
a {
display: block;
color: #444;
}
.list-right {
... ... @@ -242,7 +244,7 @@
}
.list-r-txt {
color: #b1b1b1;
color: #b0b0b0;
}
}
... ...
.repayment-list-page {
padding-bottom: 100px;
font-weight: 300;
.repay-list li {
height: 120px;
... ... @@ -15,6 +16,7 @@
p {
line-height: 40px;
font-size: 26px;
color: #444;
}
p:first-child {
... ... @@ -105,7 +107,7 @@
.record-right {
float: right;
color: #ccc;
color: #b0b0b0;
padding-right: 30px;
line-height: 30px;
text-align: right;
... ... @@ -118,6 +120,7 @@
position: relative;
top: 18px;
margin-left: 15px;
color: #e9e9e9;
}
}
}
... ... @@ -324,6 +327,7 @@
line-height: 40px;
margin-top: 20px;
margin-left: 25px;
color: #444;
span {
color: #d2000d;
... ...