Authored by 王水玲

css 代码不规范修改

... ... @@ -103,13 +103,11 @@ const local = {
// 设置登录有效时间30分钟, 防机器刷,cache不稳定,改为cookie
res.cookie('LE' + md5('_LOGIN_EXPIRE'), (new Date()).getTime() / 1000 + 1800);
console.log(req.user.uid)
// 清除cookie
res.clearCookie('_UID', {
res.clearCookie('_UID', {
domain: 'yohobuy.com'
});
res.clearCookie('_TOKEN', {
res.clearCookie('_TOKEN', {
domain: 'yohobuy.com'
});
... ...
... ... @@ -25,7 +25,7 @@
.title {
float: left;
margin: 0px;
margin: 0;
color: #000;
font-weight: normal;
font-size: 22px;
... ... @@ -122,7 +122,7 @@
}
.no-find {
margin: 10px 0 0 0;
margin: 10px 0 0;
color: #a5a4a4;
text-align: center;
line-height: 20px;
... ...
... ... @@ -14,7 +14,7 @@
height: 43px;
border: 1px solid #dbdbdb;
color: #9a9a9a;
color: rgba(0, 0, 0, .5);
color: rgba(0, 0, 0, 0.5);
text-indent: 10px;
font-size: 16px;
line-height: 1.2;
... ... @@ -50,11 +50,11 @@
&.red {
.pwd-intensity {
color: #ee0011;
color: #e01;
}
.color {
background: #ee0011;
background: #e01;
color: #fff;
}
}
... ... @@ -82,7 +82,7 @@
}
.pwd-intensity {
padding: 0px 10px;
padding: 0 10px;
height: 15px;
background-color: #e8e8e8;
color: #b9b9b9;
... ... @@ -177,7 +177,7 @@
}
}
/*完善信息提示框*/
/* 完善信息提示框 */
.page-tip {
display: block;
clear: both;
... ... @@ -212,6 +212,7 @@
height: 190px;
}
}
@import "login";
@import "register";
@import "back";
... ...
... ... @@ -61,14 +61,13 @@
height: 37px;
outline: none;
border: 0;
vertical-align: middle;
}
.change-captcha {
position: absolute;
top: 0;
right: -50px;
float: left;
display: block;
height: 43px;
color: #ff1901;
font-size: 14px;
... ...
... ... @@ -99,7 +99,7 @@
line-height: 49px;
}
&::after {
&:after {
display: block;
clear: both;
content: '';
... ... @@ -142,7 +142,7 @@
}
}
&::after {
&:after {
display: block;
clear: both;
content: '';
... ... @@ -193,7 +193,7 @@
text-align: left;
}
&::after {
&:after {
display: block;
clear: both;
content: '';
... ... @@ -388,7 +388,7 @@
text-decoration: underline;
}
&::after {
&:after {
display: block;
clear: both;
content: '';
... ... @@ -434,7 +434,6 @@
.gobuy,
.completeprofile {
display: inline-block;
float: left;
width: 94px;
height: 94px;
... ... @@ -463,7 +462,6 @@
height: 29px;
.successtag {
display: inline-block;
float: left;
margin-right: 28px;
width: 29px;
... ... @@ -532,7 +530,7 @@
.usertagremind {
margin-bottom: 47px;
color: #888888;
color: #888;
text-align: center;
font-size: 16px;
}
... ... @@ -559,7 +557,7 @@
width: 100%;
height: 45px;
&::after {
&:after {
display: block;
clear: both;
content: '';
... ... @@ -639,7 +637,6 @@
width: 100%;
.logindirectly {
display: inline-block;
float: left;
margin-right: 36px;
color: #f02200;
... ... @@ -655,7 +652,7 @@
padding-top: 7px;
width: 160px !important;
height: 72px;
background: #ffffff url(/passport/tip/block.png) no-repeat;
background: #fff url(/passport/tip/block.png) no-repeat;
font-size: 12px;
> div {
... ... @@ -745,13 +742,13 @@
width: 100%;
height: 100%;
background: #000;
opacity: .5;
opacity: 0.5;
}
.err-info {
position: absolute;
top: -41px;
left: 0px;
left: 0;
z-index: 1000;
display: none;
padding: 0 10px;
... ...