Authored by Aiden Xu

开通有货分期

... ... @@ -15,14 +15,8 @@ module.exports = {
port: 6001,
siteUrl: '//m.yohobuy.com',
domains: {
// api: 'http://devapi.yoho.cn:58078/',
// service: 'http://devservice.yoho.cn:58077/'
// api: 'http://testapi.yoho.cn:28078/',
// service: 'http://testservice.yoho.cn:28077/'
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/'
api: 'http://devapi.yoho.cn:58078/',
service: 'http://devservice.yoho.cn:58077/'
},
subDomains: {
host: '.m.yohobuy.com',
... ...
.exclamation {
.installment-page {
.exclamation {
background-color: #ff7f7f;
color: white;
padding: 35px 20px;
font-weight: normal;
}
}
p {
p {
padding: 30px;
border-bottom: 1px solid #e0e0e0;
}
}
.apply-button {
.apply-button {
background-color: #444;
color: white;
border: none;
... ... @@ -20,9 +21,9 @@ p {
height: 90px;
margin: 0 auto;
display: block;
}
}
.agreements {
.agreements {
padding: 30px;
input[type=checkbox] {
... ... @@ -53,9 +54,9 @@ p {
text-decoration: underline;
}
}
}
}
.count-down {
.count-down {
border: 1px solid #84c990;
border-radius: 4px;
background: transparent;
... ... @@ -63,19 +64,20 @@ p {
width: 160px;
height: 55px;
float: right;
}
}
.data-encryption {
.data-encryption {
color: #b0b0b0;
margin: 128px auto 20px;
text-align: center;
}
}
label {
label {
font-size: 40px;
color: #444;
}
}
input[type=text] {
input[type=text] {
font-size: 30px;
}
}
... ...