Authored by Aiden Xu

Merge remote-tracking branch 'origin/feature/installment' into feature/installment

# Conflicts:
#	public/img/home/circle-check-off.png
#	public/img/home/circle-check-on.png
#	public/img/sprite.home.png
#	public/scss/home/installment/_starting-service.css
@@ -173,7 +173,8 @@ @@ -173,7 +173,8 @@
173 } 173 }
174 174
175 span:first-child { 175 span:first-child {
176 - border-right: 1px solid #fff; 176 + border-right: 1px solid;
  177 + border-color: rgba(255, 255, 255, 0.6);
177 } 178 }
178 } 179 }
179 180
@@ -208,7 +209,7 @@ @@ -208,7 +209,7 @@
208 width: 190px; 209 width: 190px;
209 height: 60px; 210 height: 60px;
210 line-height: 60px; 211 line-height: 60px;
211 - background: #454a4c; 212 + background: rgba(69, 74, 76, 0.5);
212 color: #fff; 213 color: #fff;
213 display: block; 214 display: block;
214 margin: 30px auto 0; 215 margin: 30px auto 0;
@@ -33,9 +33,13 @@ @@ -33,9 +33,13 @@
33 .list-right { 33 .list-right {
34 float: right; 34 float: right;
35 color: #b0b0b0; 35 color: #b0b0b0;
36 - line-height: 120px; 36 + line-height: 118px;
37 margin-right: 30px; 37 margin-right: 30px;
38 font-size: 24px; 38 font-size: 24px;
  39 +
  40 + a {
  41 + color: #b0b0b0;
  42 + }
39 } 43 }
40 44
41 .color-r { 45 .color-r {
@@ -65,7 +69,7 @@ @@ -65,7 +69,7 @@
65 height: 120px; 69 height: 120px;
66 background: #fff; 70 background: #fff;
67 border-bottom: 1px solid #e0e0e0; 71 border-bottom: 1px solid #e0e0e0;
68 - padding-top: 30px; 72 + padding-top: 35px;
69 box-sizing: border-box; 73 box-sizing: border-box;
70 74
71 .repay-time { 75 .repay-time {
@@ -78,7 +82,7 @@ @@ -78,7 +82,7 @@
78 82
79 .record-cont { 83 .record-cont {
80 width: 360px; 84 width: 360px;
81 - height: 120px; 85 + height: 84px;
82 float: left; 86 float: left;
83 overflow: hidden; 87 overflow: hidden;
84 margin: 0 0 0 30px; 88 margin: 0 0 0 30px;
@@ -133,7 +137,7 @@ @@ -133,7 +137,7 @@
133 border-bottom: 1px solid #e0e0e0; 137 border-bottom: 1px solid #e0e0e0;
134 text-align: center; 138 text-align: center;
135 line-height: 120px; 139 line-height: 120px;
136 - font-size: 32px; 140 + font-size: 30px;
137 141
138 span { 142 span {
139 color: #d0021b; 143 color: #d0021b;
@@ -158,7 +162,7 @@ @@ -158,7 +162,7 @@
158 .repay-status { 162 .repay-status {
159 width: 614px; 163 width: 614px;
160 margin: 35px auto 0; 164 margin: 35px auto 0;
161 - font-size: 32px; 165 + font-size: 30px;
162 height: auto; 166 height: auto;
163 overflow: hidden; 167 overflow: hidden;
164 168
@@ -169,6 +173,11 @@ @@ -169,6 +173,11 @@
169 margin: 0 30px; 173 margin: 0 30px;
170 position: relative; 174 position: relative;
171 175
  176 + span:first-child {
  177 + padding-bottom: 5px;
  178 + display: inline-block;
  179 + }
  180 +
172 &:first-child:before { 181 &:first-child:before {
173 content: ""; 182 content: "";
174 border: none; 183 border: none;
@@ -210,6 +219,7 @@ @@ -210,6 +219,7 @@
210 bottom: 45px; 219 bottom: 45px;
211 text-align: center; 220 text-align: center;
212 color: #444; 221 color: #444;
  222 + font-size: 28px;
213 } 223 }
214 } 224 }
215 225