Authored by Aiden Xu

开通有货分期

@@ -15,14 +15,8 @@ module.exports = { @@ -15,14 +15,8 @@ module.exports = {
15 port: 6001, 15 port: 6001,
16 siteUrl: '//m.yohobuy.com', 16 siteUrl: '//m.yohobuy.com',
17 domains: { 17 domains: {
18 - // api: 'http://devapi.yoho.cn:58078/',  
19 - // service: 'http://devservice.yoho.cn:58077/'  
20 -  
21 - // api: 'http://testapi.yoho.cn:28078/',  
22 - // service: 'http://testservice.yoho.cn:28077/'  
23 -  
24 - api: 'http://api.yoho.cn/',  
25 - service: 'http://service.yoho.cn/' 18 + api: 'http://devapi.yoho.cn:58078/',
  19 + service: 'http://devservice.yoho.cn:58077/'
26 }, 20 },
27 subDomains: { 21 subDomains: {
28 host: '.m.yohobuy.com', 22 host: '.m.yohobuy.com',
1 -.exclamation {  
2 - background-color: #ff7f7f;  
3 - color: white;  
4 - padding: 35px 20px;  
5 - font-weight: normal;  
6 -} 1 +.installment-page {
  2 + .exclamation {
  3 + background-color: #ff7f7f;
  4 + color: white;
  5 + padding: 35px 20px;
  6 + font-weight: normal;
  7 + }
7 8
8 -p {  
9 - padding: 30px;  
10 - border-bottom: 1px solid #e0e0e0;  
11 -} 9 + p {
  10 + padding: 30px;
  11 + border-bottom: 1px solid #e0e0e0;
  12 + }
12 13
13 -.apply-button {  
14 - background-color: #444;  
15 - color: white;  
16 - border: none;  
17 - border-radius: 4px;  
18 - font-size: 27px;  
19 - width: 473px;  
20 - height: 90px;  
21 - margin: 0 auto;  
22 - display: block;  
23 -} 14 + .apply-button {
  15 + background-color: #444;
  16 + color: white;
  17 + border: none;
  18 + border-radius: 4px;
  19 + font-size: 27px;
  20 + width: 473px;
  21 + height: 90px;
  22 + margin: 0 auto;
  23 + display: block;
  24 + }
24 25
25 -.agreements {  
26 - padding: 30px; 26 + .agreements {
  27 + padding: 30px;
27 28
28 - input[type=checkbox] {  
29 - label:before {  
30 - display: inline-block;  
31 - position: absolute;  
32 - width: 16px;  
33 - height: 16px;  
34 - left: 0;  
35 - top: 0;  
36 - margin-left: -20px;  
37 - padding-left: 3px;  
38 - padding-top: 1px;  
39 - font-size: 11px;  
40 - color: #555; 29 + input[type=checkbox] {
  30 + label:before {
  31 + display: inline-block;
  32 + position: absolute;
  33 + width: 16px;
  34 + height: 16px;
  35 + left: 0;
  36 + top: 0;
  37 + margin-left: -20px;
  38 + padding-left: 3px;
  39 + padding-top: 1px;
  40 + font-size: 11px;
  41 + color: #555;
  42 + }
41 } 43 }
42 - }  
43 44
44 - label {  
45 - font-size: 27px;  
46 - color: #c6c6c6;  
47 - } 45 + label {
  46 + font-size: 27px;
  47 + color: #c6c6c6;
  48 + }
48 49
49 - a {  
50 - color: #4d90e2; 50 + a {
  51 + color: #4d90e2;
51 52
52 - &:hover {  
53 - text-decoration: underline; 53 + &:hover {
  54 + text-decoration: underline;
  55 + }
54 } 56 }
55 } 57 }
56 -}  
57 58
58 -.count-down {  
59 - border: 1px solid #84c990;  
60 - border-radius: 4px;  
61 - background: transparent;  
62 - color: #84c990;  
63 - width: 160px;  
64 - height: 55px;  
65 - float: right;  
66 -} 59 + .count-down {
  60 + border: 1px solid #84c990;
  61 + border-radius: 4px;
  62 + background: transparent;
  63 + color: #84c990;
  64 + width: 160px;
  65 + height: 55px;
  66 + float: right;
  67 + }
67 68
68 -.data-encryption {  
69 - color: #b0b0b0;  
70 - margin: 128px auto 20px;  
71 - text-align: center;  
72 -} 69 + .data-encryption {
  70 + color: #b0b0b0;
  71 + margin: 128px auto 20px;
  72 + text-align: center;
  73 + }
73 74
74 -label {  
75 - font-size: 40px;  
76 - color: #444;  
77 -} 75 + label {
  76 + font-size: 40px;
  77 + color: #444;
  78 + }
78 79
79 -input[type=text] {  
80 - font-size: 30px; 80 + input[type=text] {
  81 + font-size: 30px;
  82 + }
81 } 83 }