| | |
| | | width: 100%; |
| | | height: 100%; |
| | | margin: 0 auto; |
| | | background-image: url("/img/bg/bg.jpg"); |
| | | background-size: 100% 100%; |
| | | background-color: #1D5DB2; |
| | | } |
| | | |
| | | .login-weaper { |
| | | margin: 0 auto; |
| | | width: 1000px; |
| | | box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4); |
| | | width: 1500px; |
| | | //box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4); |
| | | |
| | | .el-input-group__append { |
| | | border: none; |
| | |
| | | border-top-right-radius: 5px; |
| | | border-bottom-right-radius: 5px; |
| | | color: #fff; |
| | | background-color: #fff; |
| | | width: 50%; |
| | | float: left; |
| | | width: 35%; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .login-main { |
| | | margin: 0 auto; |
| | | width: 65%; |
| | | box-sizing: border-box; |
| | | } |
| | |
| | | } |
| | | |
| | | .login-title { |
| | | color: #333; |
| | | margin-bottom: 40px; |
| | | font-weight: 500; |
| | | font-size: 22px; |
| | | color: #FFFFFFFF; |
| | | font-weight: 100; |
| | | text-shadow: 3px 0px 20px #000000FF; |
| | | font-size: 40px; |
| | | width: 445px; |
| | | margin: 0; |
| | | text-align: center; |
| | | letter-spacing: 4px; |
| | | } |
| | | |
| | | .login-menu { |
| | | margin-top: 40px; |
| | | width: 100%; |
| | | text-align: center; |
| | | |
| | | opacity: 0.7; |
| | | a { |
| | | color: #999; |
| | | color: #ffffff; |
| | | font-size: 12px; |
| | | margin: 0px 8px; |
| | | } |
| | |
| | | text-align: center; |
| | | cursor:pointer!important; |
| | | } |
| | | |
| | | .login-lefts{ |
| | | width: 55%; |
| | | float: left; |
| | | } |
| | | |
| | | .login-main .el-form-item__content .el-input{ |
| | | background-color: white; |
| | | border-radius:5px; |
| | | border-bottom: 0px; |
| | | } |
| | | .login-main .el-form-item__content .el-input__inner{ |
| | | border-bottom: 0px; |
| | | } |
| | | |
| | | .login-main .login-form .el-form-item--feedback:nth-child(1),.el-form-item--feedback:nth-child(2){ |
| | | margin-bottom: 20px !important; |
| | | } |
| | | |
| | | .login-title-child{ |
| | | color: #ffffff; |
| | | opacity: 0.7; |
| | | width: 445px; |
| | | letter-spacing: 6px; |
| | | font-size: 10px; |
| | | margin: 0px 0px 30px 10px; |
| | | } |
| | | |
| | | .login-form i{ |
| | | color: #2699FBFF; |
| | | } |
| | | .login-submit{ |
| | | color: #FFF; |
| | | background-color: #409EFF; |
| | | border-color: #409EFF; |
| | | } |
| | | |
| | | |
| | | |