|
@@ -383,7 +383,7 @@ export default {
|
|
|
<div>
|
|
|
<span class="w-14px text-12px leading-18px">1. </span>
|
|
|
<span class="text-12px leading-18px">
|
|
|
- APP端绑定手机号:我的 - 账号管理 - 账号绑定
|
|
|
+ APP端绑定手机号:我的-账号管理- 账号绑定
|
|
|
</span>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -513,13 +513,6 @@ export default {
|
|
|
clear: both;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
- // input:focus {
|
|
|
- // outline: none;
|
|
|
- // border-color: rgb(233, 54, 54);
|
|
|
- // }
|
|
|
- // input:checked{
|
|
|
- // background: url(http://cn-file.17pdf.com/website/index/ic_checkbox_selected.png) no-repeat 0px 0px;
|
|
|
- // }
|
|
|
.login_input_user {
|
|
|
height: 60px;
|
|
|
width: 360px;
|
|
@@ -529,7 +522,6 @@ export default {
|
|
|
padding-top: 16px;
|
|
|
line-height: 44px;
|
|
|
outline:none;
|
|
|
- // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat 0px 28px;
|
|
|
}
|
|
|
.login_input_user_span {
|
|
|
background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat;
|
|
@@ -546,7 +538,6 @@ export default {
|
|
|
padding-top: 16px;
|
|
|
line-height: 44px;
|
|
|
outline:none;
|
|
|
- // background:url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat 0px 28px;
|
|
|
}
|
|
|
.login_input_password_span{
|
|
|
background:url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat
|
|
@@ -682,19 +673,19 @@ export default {
|
|
|
left: 50%;
|
|
|
bottom: 30px;
|
|
|
transform: translateX(-50%);
|
|
|
- width: 250px;
|
|
|
- padding: 30px 4px 10px 13px;
|
|
|
+ width: 284px;
|
|
|
+ height: 84px;
|
|
|
+ padding-top: 12px;
|
|
|
+ padding-bottom: 18px;
|
|
|
+ padding-left: 10px;
|
|
|
background: url('~/assets/images/common/tip_bg.svg') center bottom no-repeat;
|
|
|
border-radius: 4px;
|
|
|
text-align: left;
|
|
|
div {
|
|
|
display: flex;
|
|
|
font-size: 12px;
|
|
|
- line-height: 14px;
|
|
|
+ line-height: 18px;
|
|
|
color: #FFFFFF;
|
|
|
- & + div {
|
|
|
- margin-top: 9px;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -801,7 +792,6 @@ export default {
|
|
|
padding-top: 16px;
|
|
|
line-height: 44px;
|
|
|
outline:none;
|
|
|
- // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat 0px 28px;
|
|
|
}
|
|
|
.getbackpwd_input_user:-webkit-autofill {
|
|
|
box-shadow: 0 0 0px 1000px white inset;
|
|
@@ -940,7 +930,6 @@ export default {
|
|
|
padding-top: 16px;
|
|
|
line-height: 44px;
|
|
|
outline:none;
|
|
|
- // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat 0px 28px;
|
|
|
}
|
|
|
.getbackpwd_input_pwd:-webkit-autofill {
|
|
|
box-shadow: 0 0 0px 1000px white inset;
|
|
@@ -958,7 +947,6 @@ export default {
|
|
|
line-height: 44px;
|
|
|
float: left;
|
|
|
outline:none;
|
|
|
- // background: url(http://cn-file.17pdf.com/website/account/ic_login_input_code.png) no-repeat 0px 28px;
|
|
|
}
|
|
|
.getbackpwd_input_vcodes:-webkit-autofill {
|
|
|
box-shadow: 0 0 0px 1000px white inset;
|