123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525 |
- *{
- margin:0;
- padding:0;
- }
- @media screen and (max-width: 1366px) {
- html {
- font-size: 13px !important;
- }
- .el-form-item__error{
- padding-top:0px !important;
- }
- .el-form-item{
- margin-bottom:18px !important;
- }
- .container {
- // min-width: 1266px;
- // min-height: 708px;
- width: 100vw - 20px;
- height: calc(82vh - 4px);
- background: url(../images/login-bg.jpg) center no-repeat;
- background-size: 100% 100%;
- padding-top: 9.39rem;
- }
- .anticon {
- color: #fff !important;
- }
- .ant-form-item label {
- color: #fff;
- }
- .slogon {
- clear: both;
- float: right;
- color: #fff;
- font-size: 22px;
- font-weight: 600;
- margin-top: 20px;
- margin-right: 0px;
- }
- .logo {
- width: 110px;
- height: 40px;
- position: absolute;
- left: 50px;
- top: 50px;
- }
- .app-name {
- float: right;
- font-size: 24px;
- margin-top: -40px;
- color: #fff;
- text-align: center;
- font-weight: 600;
- margin-right: 162px;
- margin-bottom: 16px;
- }
- img {
- border: none;
- }
- .login_box {
- margin: 20px auto;
- clear: both;
- margin-right:50px;
- margin-top:40px;
- }
- .login {
- height: 308px;
- width: 300px;
- padding: 20px 50px;
- color: #fff;
- background: linear-gradient(to bottom, rgba(24, 121, 191, 0.6), rgba(24, 121, 191, 0.2));
- border-radius: 6px;
- margin: 4px;
- position: relative;
- }
- .login_logo {
- width: 120px;
- height: 120px;
- // border: 5px solid #93defe;
- border-radius: 100px;
- background: #fff;
- text-align: center;
- line-height: 110px;
- position: absolute;
- top: -60px;
- right: 140px;
- }
- .login_name {
- width: 100%;
- float: left;
- text-align: center;
- }
- .login_name p {
- width: 100%;
- text-align: center;
- font-size: 20px;
- font-weight: 600;
- color: #fff;
- padding: 10px 0 20px;
- }
- .login_logo img {
- width: 60px;
- height: 60px;
- display: inline-block;
- vertical-align: middle;
- }
- .copyright {
- font-size: 14px;
- color: #444;
- display: block;
- width: 100%;
- float: left;
- text-align: center;
- margin-top: 60px;
- }
- .error {
- color: red;
- margin-bottom: 10px;
- display: block;
- }
- .login-form {
- padding: 10px;
- // border: 4px solid rgba(1, 255, 255, 0.8);
- /* width: 340px;
- height: 290px;*/
- text-align:center;
- float: right;
- clear:both;
- }
- .login-form-forgot {
- float: right;
- }
- .login-form-button {
- width: 100%;
- }
- }
- @media screen and (min-width: 1920px) {
- html {
- font-size: 20px !important;
- }
- .el-form-item__error{
- padding-top:5px !important;
- }
- .el-form-item{
- margin-bottom:24px !important;
- }
- .el-form-item__content{
- font-size:18px !important;
- }
- .el-checkbox{
- font-size:18px !important;
- }
- .el-checkbox__label{
- font-size:16px !important;
- }
- .el-checkbox__input{
- margin-bottom:2px;
- }
- .el-link{
- font-size:16px !important;
- }
- .container {
- min-width: 1920px;
- min-height: 681px;
- background: url(../images/login-bg.jpg) center center no-repeat;
- background-size: 100% 100%;
- padding-top: 15%;
- width: 100%;
- height: 100%;
- }
- .anticon {
- color: #fff !important;
- }
- .ant-form-item label {
- color: #fff;
- }
- .slogon {
- clear: both;
- float: right;
- color: #fff;
- font-size: 25px;
- font-weight: 600;
- margin-top: 100px;
- margin-right: -48px;
- }
- .logo {
- width: 180px;
- height: 70px;
- position: absolute;
- left: 80px;
- top: 80px;
- }
- .app-name {
- float: right;
- font-size: 32px;
- margin-top: -90px;
- color: #fff;
- font-weight: 600;
- text-align: center;
- margin-right: 260px;
- margin-bottom: 60px;
- width: 345px;
- }
- img {
- border: none;
- }
- .login_box {
- width: 100%;
- margin: 0px auto;
- clear: both;
- float: right;
- margin-right: 230px;
- }
- .login {
- height: 368px;
- width: 400px;
- padding: 20px 50px;
- color: #fff;
- background: linear-gradient(to bottom, rgba(24, 121, 191, 0.6), rgba(24, 121, 191, 0.2));
- border-radius: 6px;
- margin: 4px;
- position: relative;
- // margin-top: 50px;
- }
- .login_logo {
- width: 120px;
- height: 120px;
- // border: 5px solid #93defe;
- border-radius: 100px;
- background: #fff;
- text-align: center;
- line-height: 110px;
- position: absolute;
- top: -60px;
- right: 140px;
- }
- .login_name {
- width: 100%;
- float: left;
- text-align: center;
- }
- .login_name p {
- width: 100%;
- text-align: center;
- font-size: 24px;
- font-weight: 600;
- color: #fff;
- padding: 10px 0 50px;
- }
- .login_logo img {
- width: 60px;
- height: 60px;
- display: inline-block;
- vertical-align: middle;
- }
- .copyright {
- font-size: 14px;
- color: #444;
- display: block;
- width: 100%;
- float: left;
- text-align: center;
- margin-top: 60px;
- }
- .error {
- color: red;
- margin-bottom: 10px;
- display: block;
- }
- .login-form {
- padding: 10px;
- //border: 4px solid rgba(1, 255, 255, 0.8);
- width: 440px;
- height: 400px;
- float: right;
- }
- .login-form-forgot {
- float: right;
- }
- .login-form-button {
- width: 100%;
- }
- }
- @media screen and (min-width: 1367px) and (max-width: 1919px) {
- html {
- font-size: 20px !important;
- }
- .container {
- width: 100%;
- height: 100%;
- min-width: 1536px;
- min-height: 700px;
- background: url(../images/login-bg.jpg) center center no-repeat;
- background-size: 100% 100%;
- padding-top: 12.5%;
- }
- [nz-input] {
- background-color: rgba(28, 76, 166, 0.1) !important;
- color: #fff;
- }
- .anticon {
- color: #fff !important;
- }
- .ant-form-item label {
- color: #fff;
- }
- .slogon {
- clear: both;
- float: right;
- color: #fff;
- font-size: 25px;
- font-weight: 600;
- margin-top: 60px;
- margin-right: 0px;
- }
- .logo {
- width: 140px;
- height: 80px;
- position: absolute;
- left: 40px;
- top: 50px;
- }
- .app-name {
- float: right;
- font-size: 28px;
- margin-top: -100px;
- color: #fff;
- font-weight: 600;
- text-align: center;
- margin-right: 190px;
- margin-bottom: 10px;
- width: 345px;
- }
- img {
- border: none;
- }
- .login_box {
- width: 100%;
- margin: 0px auto;
- clear: both;
- float: right;
- margin-right: 130px;
- margin-top: 0px;
- }
- .login {
- height: 368px;
- width: 400px;
- padding: 20px 50px;
- color: #fff;
- background: linear-gradient(to bottom, rgba(24, 121, 191, 0.6), rgba(24, 121, 191, 0.2));
- border-radius: 6px;
- margin: 4px;
- position: relative;
- // margin-top: 50px;
- }
- .login_logo {
- width: 120px;
- height: 120px;
- border: 5px solid #93defe;
- border-radius: 100px;
- background: #fff;
- text-align: center;
- line-height: 110px;
- position: absolute;
- top: -60px;
- right: 140px;
- }
- .login_name {
- width: 100%;
- float: left;
- text-align: center;
- }
- .login_name p {
- width: 100%;
- text-align: center;
- font-size: 20px;
- font-weight: 600;
- color: #fff;
- padding: 10px 0 20px;
- }
- .login_logo img {
- width: 60px;
- height: 60px;
- display: inline-block;
- vertical-align: middle;
- }
- .copyright {
- font-size: 14px;
- color: #444;
- display: block;
- width: 100%;
- float: left;
- text-align: center;
- margin-top: 60px;
- }
- .error {
- color: red;
- margin-bottom: 10px;
- display: block;
- }
- .login-form {
- padding: 10px;
- // border: 4px solid rgba(1, 255, 255, 0.8);
- width: 440px;
- height: 400px;
- float: right;
- }
- .login-form-forgot {
- float: right;
- }
- .login-form-button {
- width: 100%;
- }
- }
- .el-input {
- display: inline-block;
-
- width: 85%;
- }
- .el-input--small{
- font-size:14px !important;
- }
- .el-input__inner{
- background-color:unset !important;
- border-radius:0px !important;
- color:#fff !important;
- border:2px solid #fff;
- }
- .el-input__prefix,.el-input__suffix{
- height:unset !important;
- color:#fff !important;
- }
-
- .el-button--primary{
- background-color:#0070cc !important;
- border-color:#0070cc !important;
- }
- .rememberMebar{
- margin-bottom:10px;
- }
- .el-checkbox{
- color:#fff !important;
- }
-
- .el-checkbox__input.is-checked+.el-checkbox__label{
- color:#fff !important;
- }
- .el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{
- background-color:#0070cc !important;
- border-color:#0070cc !important;
- }
- .el-alert{
- border-radius:0px !important;
- }
|