Authored by 毕凯

第三方登录关联样式修改

@define-extend line {
content: '';
content: "";
position: absolute;
top: 50%;
border-top: 1px solid #b0b0b0;
... ... @@ -79,6 +79,6 @@
}
.not-avaliable {
background-image: resolve('me/employ/employ-grey.jpg') !important;
background-image: resolve("me/employ/employ-grey.jpg") !important;
}
}
... ...
... ... @@ -35,4 +35,15 @@
.clear-input {
right: 170PX;
}
.tip {
margin-top: 30PX;
color: #fff;
font-size: 14PX;
line-height: 2;
a {
color: #fff;
}
}
}
... ...
... ... @@ -4,3 +4,4 @@
@import "back";
@import "code";
@import "bind";
@import "success";
... ...
... ... @@ -2,28 +2,28 @@
color: #fefefe;
.success-icon {
width: 74px;
height: 74px;
margin: 60px auto 30px;
background: image-url('passport/success.png');
width: 74PX;
height: 74PX;
margin: 60PX auto 30PX;
background: image-url("passport/success.png");
background-size: 100%;
}
.success-tip {
padding: 10px 10px;
font-size: 16px;
padding: 10PX 10PX;
font-size: 16PX;
line-height: 1.5;
}
.go {
display: block;
margin: 30px auto;
width: 270px;
height: 40px;
font-size: 14px;
line-height: 40px;
margin: 30PX auto;
width: 270PX;
height: 40PX;
font-size: 14PX;
line-height: 40PX;
color: #fff;
background: rgba(255, 255, 255, 0.4);
border-radius: 5px;
background: rgba(255, 255, 255, .4);
border-radius: 5PX;
}
}
... ...