| | |
| | | .login-container { |
| | | width: 256rem; |
| | | height: 168rem; |
| | | background: url(../assets/images/login/背景@2x.png) no-repeat; |
| | | background: url(../assets/images/login/loginBackground@2x.png) no-repeat; |
| | | background-size: 100%; |
| | | position: relative; |
| | | } |
| | |
| | | .loginBox { |
| | | width: 80rem; |
| | | height: 81.866rem; |
| | | background: url(../assets/images/login/框@2x.png); |
| | | background: url(../assets/images/login/loginBorder@2x.png); |
| | | background-size: 100%; |
| | | position: relative; |
| | | margin: 0 auto; |
| | |
| | | left: 8rem; |
| | | } |
| | | } |
| | | |
| | | //.el-input__icon .el-icon-lock{ |
| | | // width:1rem; |
| | | // |
| | | //} |
| | | ///deep/ .el-input { |
| | | // width: 64rem; |
| | | //} |
| | | |
| | | </style> |