Showing
2 changed files
with
19 additions
and
23 deletions
@@ -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 { | 1 | +.installment-page { |
2 | + .exclamation { | ||
2 | background-color: #ff7f7f; | 3 | background-color: #ff7f7f; |
3 | color: white; | 4 | color: white; |
4 | padding: 35px 20px; | 5 | padding: 35px 20px; |
5 | font-weight: normal; | 6 | font-weight: normal; |
6 | -} | 7 | + } |
7 | 8 | ||
8 | -p { | 9 | + p { |
9 | padding: 30px; | 10 | padding: 30px; |
10 | border-bottom: 1px solid #e0e0e0; | 11 | border-bottom: 1px solid #e0e0e0; |
11 | -} | 12 | + } |
12 | 13 | ||
13 | -.apply-button { | 14 | + .apply-button { |
14 | background-color: #444; | 15 | background-color: #444; |
15 | color: white; | 16 | color: white; |
16 | border: none; | 17 | border: none; |
@@ -20,9 +21,9 @@ p { | @@ -20,9 +21,9 @@ p { | ||
20 | height: 90px; | 21 | height: 90px; |
21 | margin: 0 auto; | 22 | margin: 0 auto; |
22 | display: block; | 23 | display: block; |
23 | -} | 24 | + } |
24 | 25 | ||
25 | -.agreements { | 26 | + .agreements { |
26 | padding: 30px; | 27 | padding: 30px; |
27 | 28 | ||
28 | input[type=checkbox] { | 29 | input[type=checkbox] { |
@@ -53,9 +54,9 @@ p { | @@ -53,9 +54,9 @@ p { | ||
53 | text-decoration: underline; | 54 | text-decoration: underline; |
54 | } | 55 | } |
55 | } | 56 | } |
56 | -} | 57 | + } |
57 | 58 | ||
58 | -.count-down { | 59 | + .count-down { |
59 | border: 1px solid #84c990; | 60 | border: 1px solid #84c990; |
60 | border-radius: 4px; | 61 | border-radius: 4px; |
61 | background: transparent; | 62 | background: transparent; |
@@ -63,19 +64,20 @@ p { | @@ -63,19 +64,20 @@ p { | ||
63 | width: 160px; | 64 | width: 160px; |
64 | height: 55px; | 65 | height: 55px; |
65 | float: right; | 66 | float: right; |
66 | -} | 67 | + } |
67 | 68 | ||
68 | -.data-encryption { | 69 | + .data-encryption { |
69 | color: #b0b0b0; | 70 | color: #b0b0b0; |
70 | margin: 128px auto 20px; | 71 | margin: 128px auto 20px; |
71 | text-align: center; | 72 | text-align: center; |
72 | -} | 73 | + } |
73 | 74 | ||
74 | -label { | 75 | + label { |
75 | font-size: 40px; | 76 | font-size: 40px; |
76 | color: #444; | 77 | color: #444; |
77 | -} | 78 | + } |
78 | 79 | ||
79 | -input[type=text] { | 80 | + input[type=text] { |
80 | font-size: 30px; | 81 | font-size: 30px; |
82 | + } | ||
81 | } | 83 | } |
-
Please register or login to post a comment