|
@@ -556,12 +556,14 @@ export default {
|
|
|
background:url(@/assets/images/password/password.png) no-repeat;
|
|
|
.login_input_password_bigChar_popover{
|
|
|
top: 20px;
|
|
|
- left: -10px;
|
|
|
- border-radius: 4px;
|
|
|
+ border-radius: 5px;
|
|
|
+ border-top-left-radius: 9px;
|
|
|
+ border-top-right-radius: 9px;
|
|
|
padding-top: 15px;
|
|
|
display: none;
|
|
|
background: url('http://cn-file.17pdf.com/website/members/ic_tip.svg')
|
|
|
- left top no-repeat;;
|
|
|
+ no-repeat;
|
|
|
+ background-size: auto 100%;
|
|
|
}
|
|
|
&:hover .login_input_password_bigChar_popover{
|
|
|
display: block;
|