Authored by 毕凯

第三方登录关联样式修改

1 @define-extend line { 1 @define-extend line {
2 - content: ''; 2 + content: "";
3 position: absolute; 3 position: absolute;
4 top: 50%; 4 top: 50%;
5 border-top: 1px solid #b0b0b0; 5 border-top: 1px solid #b0b0b0;
@@ -79,6 +79,6 @@ @@ -79,6 +79,6 @@
79 } 79 }
80 80
81 .not-avaliable { 81 .not-avaliable {
82 - background-image: resolve('me/employ/employ-grey.jpg') !important; 82 + background-image: resolve("me/employ/employ-grey.jpg") !important;
83 } 83 }
84 } 84 }
@@ -35,4 +35,15 @@ @@ -35,4 +35,15 @@
35 .clear-input { 35 .clear-input {
36 right: 170PX; 36 right: 170PX;
37 } 37 }
  38 +
  39 + .tip {
  40 + margin-top: 30PX;
  41 + color: #fff;
  42 + font-size: 14PX;
  43 + line-height: 2;
  44 +
  45 + a {
  46 + color: #fff;
  47 + }
  48 + }
38 } 49 }
@@ -4,3 +4,4 @@ @@ -4,3 +4,4 @@
4 @import "back"; 4 @import "back";
5 @import "code"; 5 @import "code";
6 @import "bind"; 6 @import "bind";
  7 +@import "success";
@@ -2,28 +2,28 @@ @@ -2,28 +2,28 @@
2 color: #fefefe; 2 color: #fefefe;
3 3
4 .success-icon { 4 .success-icon {
5 - width: 74px;  
6 - height: 74px;  
7 - margin: 60px auto 30px;  
8 - background: image-url('passport/success.png'); 5 + width: 74PX;
  6 + height: 74PX;
  7 + margin: 60PX auto 30PX;
  8 + background: image-url("passport/success.png");
9 background-size: 100%; 9 background-size: 100%;
10 } 10 }
11 11
12 .success-tip { 12 .success-tip {
13 - padding: 10px 10px;  
14 - font-size: 16px; 13 + padding: 10PX 10PX;
  14 + font-size: 16PX;
15 line-height: 1.5; 15 line-height: 1.5;
16 } 16 }
17 17
18 .go { 18 .go {
19 display: block; 19 display: block;
20 - margin: 30px auto;  
21 - width: 270px;  
22 - height: 40px;  
23 - font-size: 14px;  
24 - line-height: 40px; 20 + margin: 30PX auto;
  21 + width: 270PX;
  22 + height: 40PX;
  23 + font-size: 14PX;
  24 + line-height: 40PX;
25 color: #fff; 25 color: #fff;
26 - background: rgba(255, 255, 255, 0.4);  
27 - border-radius: 5px; 26 + background: rgba(255, 255, 255, .4);
  27 + border-radius: 5PX;
28 } 28 }
29 } 29 }