Authored by Aiden Xu

开通有货分期

@@ -5,49 +5,54 @@ @@ -5,49 +5,54 @@
5 </div> 5 </div>
6 6
7 <form action="" class="apply-form"> 7 <form action="" class="apply-form">
8 - <p>  
9 - <label for="name">姓名: </label> 8 + <div class="field">
  9 + <label for="name">姓名:</label>
10 10
11 <input id="name" name="name" type="text" placeholder="姓名" maxlength="20"/> 11 <input id="name" name="name" type="text" placeholder="姓名" maxlength="20"/>
12 - </p> 12 + <div class="clearfix"></div>
  13 + </div>
13 14
14 - <p>  
15 - <label for="name">身份证号: </label> 15 + <div class="field">
  16 + <label for="name">身份证号:</label>
16 17
17 <input id="name" name="idCardNo" type="text" placeholder="身份证号" maxlength="18"/> 18 <input id="name" name="idCardNo" type="text" placeholder="身份证号" maxlength="18"/>
18 - </p> 19 + <div class="clearfix"></div>
  20 + </div>
19 21
20 22
21 - <p> 23 + <div class="field">
22 <label for="name">卡号:</label> 24 <label for="name">卡号:</label>
23 - <input id="name" name="cardNo" type="text" placeholder="银行卡号" maxlength="19"/>  
24 - </p> 25 +
  26 + <input id="card-no" name="cardNo" type="text" placeholder="银行卡号" size="26"/>
  27 + <div class="clearfix"></div>
  28 + </div>
25 29
26 30
27 - <p> 31 + <div class="field">
28 <label for="name">手机号:</label> 32 <label for="name">手机号:</label>
29 <input id="name" name="mobilePhone" type="text" placeholder="银行预留手机号码"/> 33 <input id="name" name="mobilePhone" type="text" placeholder="银行预留手机号码"/>
30 - </p> 34 + <div class="clearfix"></div>
  35 + </div>
31 36
32 - <p> 37 + <div class="field">
33 <label for="name">验证码:</label> 38 <label for="name">验证码:</label>
34 <input id="name" name="verifyCode" type="text" placeholder="请输入验证码" size="14" maxlength="4"/> 39 <input id="name" name="verifyCode" type="text" placeholder="请输入验证码" size="14" maxlength="4"/>
35 <button id="send-sms" class="count-down">获取验证码</button> 40 <button id="send-sms" class="count-down">获取验证码</button>
36 - </p> 41 + <div class="clearfix"></div>
  42 + </div>
37 43
38 <div class="agreements"> 44 <div class="agreements">
39 <input id="accept-agreements" name="agreements" type="checkbox"/> 45 <input id="accept-agreements" name="agreements" type="checkbox"/>
40 <label for="accept-agreements"> 46 <label for="accept-agreements">
41 - 免费开通,详情见 <a href="#">《有货分期服务协议》&《第三方支付协议》</a> 47 + <span>免费开通,详情见 <a href="#">《有货分期服务协议》&《第三方支付协议》</a></span>
42 </label> 48 </label>
  49 + <div class="clearfix"></div>
43 </div> 50 </div>
44 51
45 <div class="data-encryption"> 52 <div class="data-encryption">
46 - 数据智能加密,保障您的用卡安全 53 + 数据智能加密,保障您的用卡安全
47 </div> 54 </div>
48 55
49 - <button class="apply-button" type="submit">  
50 - 下一步  
51 - </button> 56 + <button class="apply-button" type="submit">下一步</button>
52 </form> 57 </form>
53 </div> 58 </div>
1 .installment-starting-service-page { 1 .installment-starting-service-page {
  2 + background: #fff;
  3 +
  4 + input[type=checkbox] {
  5 + display: none;
  6 +
  7 + & + label {
  8 + &:before {
  9 + position: absolute;
  10 + margin-top: 4px;
  11 + content: "";
  12 + display: inline-block;
  13 + width: 32px;
  14 + height: 32px;
  15 + font-size: 27px;
  16 + background: url("/img/home/circle-check-off.png");
  17 + background-size: cover;
  18 + margin-left: -40px;
  19 + }
  20 + }
  21 +
  22 + &:checked {
  23 + & + label:before {
  24 + background: url("/img/home/circle-check-on.png");
  25 + background-size: cover;
  26 + }
  27 + }
  28 + }
  29 +
2 .exclamation { 30 .exclamation {
3 background-color: #ff7f7f; 31 background-color: #ff7f7f;
4 color: white; 32 color: white;
@@ -6,9 +34,10 @@ @@ -6,9 +34,10 @@
6 font-weight: normal; 34 font-weight: normal;
7 } 35 }
8 36
9 - p { 37 + .field {
10 padding: 30px; 38 padding: 30px;
11 border-bottom: 1px solid #e0e0e0; 39 border-bottom: 1px solid #e0e0e0;
  40 + min-height: 90px;
12 } 41 }
13 42
14 .apply-button { 43 .apply-button {
@@ -24,23 +53,7 @@ @@ -24,23 +53,7 @@
24 } 53 }
25 54
26 .agreements { 55 .agreements {
27 - padding: 30px;  
28 -  
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 - }  
43 - } 56 + padding: 30px 45px 0 70px;
44 57
45 label { 58 label {
46 font-size: 27px; 59 font-size: 27px;
@@ -75,9 +88,20 @@ @@ -75,9 +88,20 @@
75 label { 88 label {
76 font-size: 40px; 89 font-size: 40px;
77 color: #444; 90 color: #444;
  91 + float: left;
78 } 92 }
79 93
80 input[type=text] { 94 input[type=text] {
81 font-size: 30px; 95 font-size: 30px;
  96 + height: 40px;
  97 + color: #444;
  98 + float: left;
  99 + margin-top: 5px;
  100 + }
  101 +
  102 + .provider-mark {
  103 + text-align: center;
  104 + font-size: 27px;
  105 + color: #444;
82 } 106 }
83 } 107 }