123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992 |
- * {
- margin: 0px;
- padding: 0px;
- font-style: normal;
- font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
- }
-
- body {
- font-size: 12px;
- font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
- background: #FFF;
- color: #333;
- }
-
- em,
- p,
- ul,
- dl,
- dt,
- dd,
- ins,
- h1,
- h2,
- h3,
- h4,
- form,
- h1,
- h2,
- h3,
- h4,
- ins {
- margin: 0;
- padding: 0;
- font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
- }
-
- ins {
- text-decoration: none;
- }
-
- em {
- font-style: normal;
- }
-
- ul,
- ol {
- list-style: none;
- }
-
- input,
- select {
- vertical-align: middle;
- }
-
- input,
- button,
- select,
- textarea {
- outline: none;
- font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
- filter: chroma(color=#FFF);
- padding: 0px;
- }
-
- textarea {
- resize: none
- }
-
- img {
- border: 0;
- }
-
- table {
- border-width: 1px;
- border-collapse: collapse;
- width: 100%;
- }
-
- a {
- text-decoration: none;
- color: #444;
- }
-
- a,
- a:hover,
- input,
- input:hover {
- text-decoration: none;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
-
- a:hover {
- color: #3388ff;
- }
-
- a img,
- a:hover img {
- text-decoration: none;
- -webkit-transition: all 0s ease;
- -moz-transition: all 0s ease;
- -ms-transition: all 0s ease;
- -o-transition: all 0s ease;
- transition: all 0s ease;
- }
-
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin: 0 !important;
- padding: 0 !important;
- }
-
- p {
- margin: 0;
- padding: 0;
- }
-
- input {
- outline: none;
- }
-
-
-
-
-
-
- input:-webkit-autofill,
- textarea:-webkit-autofill,
- select:-webkit-autofill {
- -webkit-text-fill-color: #ededed !important;
- -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
- background-color: transparent;
- background-image: none;
- transition: background-color 50000s ease-in-out 0s;
- }
-
- .eis-input-group .eis-form-control::-webkit-input-placeholder {
- color: #999;
- font-weight: normal;
- }
-
- .eis-input-group .eis-form-control::-moz-placeholder {
- color: #999;
- font-weight: normal;
- opacity: 0.5;
- }
-
- .eis-input-group .eis-form-control::-moz-placeholder {
- color: #999;
- font-weight: normal;
- opacity: 0.5;
- }
-
- .eis-input-group .eis-form-control::-ms-input-placeholder {
- color: #999;
- font-weight: normal;
- }
-
- /* 大背景 */
- .eis-login .eis-login-bg {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: -10px;
- background-position: center center;
- background-origin: no-repeat;
- background-size: cover;
- -webkit-background-size: cover;
- zoom: 1;
- background-repeat: no-repeat;
- }
-
- .eis-login-form {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.5);
- width: 460px;
- z-index: 99;
- }
-
- .eis-login-left {
- left: 0;
- }
-
- .eis-login-center {
- height: 480px;
- position: fixed;
- left: 50%;
- top: 54%;
- z-index: 11;
- background:#fafafa;
- margin-top: -260px;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -o-border-radius: 4px;
- }
-
- .eis-lang-header {
- cursor: pointer;
- position: absolute;
- top: 20px;
- left: 20px;
- }
-
- .eis-lang-header .login-lang {
- font-size: 12px;
- color: #FFFFFF;
- letter-spacing: 0;
- }
-
- .eis-lang-header .login-lang i {
- margin-left: 6px;
- font-size: 14px;
- display: inline-block;
- color: #fff;
- }
-
- .eis-login-info {
- position: absolute;
- top: 35%;
- left: 18%;
- width: 300px;
- }
-
- .eis-logo {
- width: 300px;
- left: 18%;
- position: absolute;
- bottom: 68%;
- }
-
- .eis-logo img {
- width: 85%;
- height: auto;
- display: block;
- max-width: 100%;
- max-height: 100%;
- margin: auto;
- }
-
- .eis-form {
- float: left;
- }
-
- .eis-form-cell {
- float: left;
- position: relative;
- }
-
- .eis-input-group {
- width: 100%;
- float: left;
- margin-bottom: 20px;
- position: relative;
- border-radius: 4px;
- }
- .eis-input-group.eis-input-disable .eis-input-icon,
- .eis-input-group.eis-input-disable:after {
- filter: alpha(opacity=20);
- -moz-opacity: 0.2;
- -khtml-opacity: 0.2;
- opacity: 0.2;
- }
-
-
- /* 焦点进入高亮 */
-
- /* .eis-input-group .eis-input-icon {
- width: 14px;
- margin: 0 27px 0 2px;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- opacity: 1;
- float: left;
- }
-
- .eis-input-group .eis-input-icon i {
- font-size: 17px;
- color: #fff;
- display: inline-block;
- width: 14px;
- height: 16px;
- } */
-
- /* .eis-input-group .eis-input-icon .eis-icon-user {
- background: url(/App_Themes/login/icon-user.png) no-repeat left top;
- }
-
- .eis-input-group .eis-input-icon .eis-icon-pwd {
- background: url(/App_Themes/login/icon-pwd.png) no-repeat left top;
- }
-
- .eis-input-group .eis-input-icon .eis-icon-code {
- background: url(/App_Themes/login/icon-code.png) no-repeat left top;
- }
-
- .eis-input-group .eis-icon-del {
- background: url(/App_Themes/login/icon-close.png) no-repeat left top;
- cursor: pointer;
- width: 14px;
- height: 14px;
- position: absolute;
- right: 4px;
- top: -1px;
- border: 5px solid transparent;
- display: none;
- } */
-
- .eis-input-group .eis-icon-del.eis-btn-show {
- display: block;
- }
-
- .eis-input-group .eis-form-control {
- width: 100%;
- border: none;
- background: none;
- color: #333;
- font-size: 14px;
- ssssss outline: none;
- float: left;
- height: 46px;
- line-height: 46px;
- padding-left: 5px;
- background: #f5f5f5;
- border: 1px #eee solid;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
-
- }
- .eis-input-group .eis-form-control.width{
- width: 170px;
- }
- .eis-input-group #txtValidate {
- width: 50%;
- }
-
- /* .eis-input-group .code-img {
-
- overflow: hidden;
- position: absolute;
- right: 0;
- top: -6px;
- border: none;
- } */
-
- /* .eis-input-group .code-img img {
- width: 100%;
- height: 100%;
- } */
- .eis-input-group .code-button{
- width: 110px;
- background: #3388ff;
- border-radius: 4px;
- text-align: center;
- height: 48px;
- line-height: 48px;
- font-size: 15px;
- border: none;
- outline: none;
- color: #fff;
- float: right;
- }
- /* .eis-input-focus .eis-input-icon i {
- color: #fff;
- } */
-
- .eis-form .eis-login-button {
- float: left;
- width: 100%;
- }
- .eis-form .eis-login-button .forget-passward{
- float: right;
- margin-bottom: 10px;
- }
- .eis-form .eis-login-button .submit {
- display: block;
- width: 100%;
- font-size: 16px;
- color: #FFFFFF;
- letter-spacing: 0;
- border: 1px solid #3388ff;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -o-border-radius: 4px;
- border-radius: 4px;
- height: 46px;
- line-height: 46px;
- background:#3388ff;
- cursor: pointer;
- transition: all .3s;
- outline: none;
- }
-
- .eis-login-type {
- padding: 20px 0 0 0;
- font-size: 14px;
- width: 100%;
- cursor: pointer;
- }
-
- .eis-login-type .eis-code {
- float: left;
- margin-top: 15px;
- color: #3388ff;
- }
-
- /* .eis-login-type .eis-code i {
- font-style: normal;
- color: #3388ff;
- } */
-
- .eis-login-type .eis-download {
- float: right;
- margin-top: 15px;
- }
-
- .eis-login-type .eis-code a {
- color: rgba(255, 255, 255, 0.8);
- }
-
- .eis-login-type .eis-code img {
- width: 16px;
- height: 13px;
- display: block;
- float: left;
- margin-right: 5px;
- margin-top: 3px;
- }
-
- .eis-login-type .eis-download a,
- .eis-ding-type a {
- color: #3388ff;
- text-decoration: none;
- }
-
- /* .eis-copyright {
- font-size: 12px;
- color: #3388ff;
- text-align: center;
- padding: 20px 10px;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- } */
-
- /* .login-blur-left {
- left: 0;
- } */
-
- /* .eis-login-code {
- width: 280px;
- margin: 0 auto;
- } */
-
- .eis-login-code .code-pic {
- width: 280px;
- height: 286px;
- margin: 0 auto;
- }
-
- .eis-login-code .code-pic img {
- display: block;
- width: 100%;
- }
-
- /* .login_content .login_qrcode_content {
- margin-top: 0 !important;
- } */
-
- /* .eis-login-code .eis-ding {
- font-size: 18px;
- color: #fff;
- text-align: center;
- margin-top: 20px;
- } */
-
- /* .eis-ding-type {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: rgba(255, 255, 255, 0.8);
- font-size: 14px;
- margin-top: 20px;
- cursor: pointer;
- } */
-
- /* .eis-form-cell .error-msg {
- font-family: "PingFangSC-Regular";
- font-size: 12px;
- color: #EE5555;
- letter-spacing: 0;
- position: absolute;
- bottom: -16px;
- left: 0;
- } */
-
- /* .eis-copyright {
- word-wrap: break-word;
- } */
-
- .eis-login-design {
- position: relative;
- }
-
- .eis-login-design .eis-login-title {
- padding: 11px 17px;
- border-bottom: 1px solid #DEE0E1;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 99;
- background: #fff;
- }
-
- .eis-login-design .eis-login-title .name {
- font-size: 18px;
- color: #333;
- font-weight: normal;
- margin: 0;
- padding: 0;
- }
-
- .eis-login-design .eis-login-title .eis-design-btn {
- float: right;
- }
-
- .eis-login-design .eis-login-title .eis-design-btn button {
- width: 64px;
- height: 20px;
- line-height: 18px;
- background: #FFFFFF;
- border: 1px solid #3197FD;
- border-radius: 2px;
- color: #3197FD;
- font-size: 12px;
- text-align: center;
- }
-
- .eis-login-design .eis-login-title .eis-design-btn button.eis-preview {
- margin-right: 14px;
- }
-
- .eis-design-content {
- position: relative;
- top: 47px;
- position: absolute;
- left: 234px;
- -ms-overflow-x: hidden;
- -ms-overflow-y: hidden;
- overflow-y: hidden;
- }
-
- .eis-design-set {
- width: 208px;
- border-right: 1px solid #DEE0E1;
- margin-right: 10px;
- padding: 0 12px;
- overflow-y: scroll;
- /* float: left; */
- position: fixed;
- left: 0;
- top: 47px;
- bottom: 0;
- background: #fff;
- }
-
- .eis-logo-upload {
- margin: 18px 0 0 0;
- float: left;
- width: 100%;
- }
-
- .eis-design-preview {
- background: #FFFFFF;
- border-left: none;
- }
-
- .eis-design-preview-box {
- /* margin: 18px; */
- position: relative;
- }
-
- /* .login-bg img {
- width: 100%;
- } */
-
- /* .eis-logo-upload .title {
- margin-bottom: 10px;
- }
-
- .eis-logo-upload .title .upload {
- float: right;
- position: relative;
- color: #3197FD;
- cursor: pointer;
- margin-left: 15px;
- font-size: 12px;
- } */
-
- .eis-logo-upload .title .upload input {
- position: absolute;
- right: 0;
- top: 0;
- opacity: 0;
- cursor: pointer;
- }
-
- .eis-logo-upload .title .name {
- font-size: 14px;
- color: #000000;
- font-weight: normal;
- }
-
- .eis-logo-upload .tips {
- font-size: 12px;
- color: #999999;
- margin: 0 0 10px 0;
- }
-
- .eis-logo-upload .eis-logo-pic .cell {
- width: 70px;
- height: 70px;
- border: 2px solid #D7D7D7;
- background: #999;
- float: left;
- position: relative;
- cursor: pointer;
- }
-
- .eis-logo-upload .eis-logo-pic .cell:first-child {
- margin-right: 10px;
- }
-
- .eis-logo-upload .eis-logo-pic .cell .upload-img {
- left: -1px;
- top: -1px;
- width: 70px;
- height: 70px;
- font-size: 14px;
- border: 1px #3197FD solid;
- position: absolute;
- background: rgb(0, 0, 0, 0.8);
- z-index: 88;
- }
-
- .eis-logo-upload .eis-logo-pic .cell .success .upload-img,
- .eis-logo-upload .eis-logo-pic .cell .upload .upload-img,
- .eis-logo-upload .eis-logo-pic .cell .failure .upload-img {
- background-color: #00000050;
- }
-
- .eis-logo-upload .eis-logo-pic .cell .upload-box,
- .failure-box,
- .success-box {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 100%;
- font-size: 14px;
- color: #fff;
- text-align: center;
- z-index: 99;
- }
-
- .failure-box .item,
- .success-box .item {
- width: 40px;
- height: 40px;
- }
-
- .eis-logo-upload .upload-failure .item img {
- width: 100%;
- height: 100%;
- }
-
- .eis-logo-pic .cell .upload-box .item {
- width: 70%;
- height: 4px;
- border-radius: 30px;
- background: #d8d8d8;
- position: relative;
- display: block;
- margin: 0 auto;
- margin-bottom: 10px;
- }
-
- .eis-logo-pic .cell .upload-box .item .rate {
- position: absolute;
- left: 0;
- top: 0;
- background: #50a531;
- content: "";
- width: 0%;
- z-index: 99;
- height: 4px;
- border-radius: 30px;
- }
-
- .eis-logo-upload .eis-logo-pic .cell .img,
- .success-img {
- width: 70px;
- position: absolute;
- top: 50%;
- left: 50%;
- /* transform: translate(-50%, -50%); */
- max-width: 100%;
- margin-left: -35px;
- margin-top:-10px;
- }
-
- .eis-copyright-box {
- position: relative;
- border: 1px solid #DEE0E1;
- }
-
- .eis-copyright-box .size {
- font-size: 10px;
- color: #ACACAC;
- position: absolute;
- right: 5px;
- bottom: 5px;
- }
-
- .eis-logo-upload .eis-copyrigth-edit {
- border: 1px solid #DEE0E1;
- width: 100%;
- min-height: 82px;
- font-size: 12px;
- display: block;
- border: 0;
- padding: 0;
- background: #fff;
- resize: none;
- overflow: hidden;
- outline: 0;
- word-break: break-all;
- padding: 10px 10px 25px 10px;
- box-sizing: border-box;
- }
-
- .eis-copyright-bg .bg {
- background: #D8D8D8;
- position: relative;
- width: 100%;
- height: 100px;
- margin-bottom: 8px;
- border: 2px #fff solid;
- }
-
- .eis-copyright-bg .bg.right::before {
- width: 45px;
- position: absolute;
- right: 0;
- bottom: 0;
- top: 0;
- content: "";
- z-index: 99;
- opacity: 0.2;
- background: #000;
- }
-
- .eis-copyright-bg .bg.left::before {
- width: 45px;
- position: absolute;
- left: 0;
- bottom: 0;
- top: 0;
- opacity: 0.2;
- background: #000;
- content: "";
- z-index: 99;
- }
-
- .eis-copyright-bg .bg.center::before {
- width: 45px;
- height: 64px;
- position: absolute;
- left: 50%;
- top: 50%;
- opacity: 0.2;
- background: #000;
- content: "";
- /* transform: translate(-50%, -50%); */
- text-align: center;
- z-index: 99;
- margin-left: -22px;
- margin-top: -32px;
- }
-
- .eis-copyright-bg>.item {
- width: 100%;
- height: 100px;
- margin-bottom: 10px;
- cursor: pointer;
- position: relative;
- border: 2px #fff solid;
- padding: 1px;
- }
-
- .eis-copyright-bg .item.active {
- border: 2px #3197FD solid;
- }
-
- .eis-copyright-bg .bg.active {
- border: 2px #3197FD solid;
- }
-
- .eis-copyright-bg>.item>img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- object-position: contain;
- }
-
- .eis-copyright-bg .item .upload-img {
- background-color: #00000050;
- left: -1px;
- top: -1px;
- width: 100%;
- height: 100px;
- font-size: 14px;
- border: 1px #3197FD solid;
- position: absolute;
- background: rgb(0, 0, 0, 0.8);
- z-index: 88;
- }
-
- .eis-copyright-bg .item .upload .upload-box .item {
- width: 70%;
- height: 4px;
- border-radius: 30px;
- background: #d8d8d8;
- position: relative;
- display: block;
- margin: 0 auto;
- margin-bottom: 10px;
- }
-
- .eis-copyright-bg .item .upload .upload-box .item .rate {
- position: absolute;
- left: 0;
- top: 0;
- background: #50a531;
- content: "";
- width: 0%;
- z-index: 99;
- height: 4px;
- border-radius: 30px;
- }
-
- .eis-copyright-bg .item .upload-box,
- .failure-box,
- .success-box {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 100%;
- font-size: 14px;
- color: #fff;
- text-align: center;
- z-index: 99;
- }
-
- .eis-copyright-bg .item .ico-upload {
- background: url(/App_Themes/Login/download.png) no-repeat;
- width: 16px;
- height: 18px;
- position: absolute;
- /* right: 35px; */
- bottom: 12px;
- display: none;
- left: 10px;
- z-index: 100;
- }
-
- .eis-copyright-bg .item .ico-del {
- background: url(/App_Themes/Login/trash.png) no-repeat;
- width: 16px;
- height: 18px;
- position: absolute;
- right: 10px;
- bottom: 10px;
- display: none;
- z-index: 100;
- }
-
- .eis-copyright-bg .icoshow .ico-upload {
- display: block;
- }
-
- .eis-copyright-bg .icoshow .ico-del {
- display: block;
- }
-
- .eis-copyright-bg .issys.icoshow .ico-del {
- display: none;
- }
-
- .eis-logo-upload .eis-logo-pic .complete {
- background: #fff;
- border: 1px #3197FD solid;
- position: relative;
- }
-
- .eis-logo-upload .eis-logo-pic .complete i {
- position: absolute;
- right: 4px;
- top: 4px;
- font-size: 13px;
- color: #999;
- }
-
- .eis-design-set::-webkit-scrollbar {
- width: 3px;
- }
-
- .eis-design-set::-webkit-scrollbar-track {
- background-color: #f5f5f5;
- /* -webkit-border-radius: 2em;
- -moz-border-radius: 2em;
- border-radius:2em; */
- }
-
- .eis-design-set::-webkit-scrollbar-thumb {
- background: #C5C6C5;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- border-radius: 100px;
- }
-
- .login-box {
- background: rgba(0, 0, 0, 0.5);
- right: 0;
- top: 0;
- bottom: 4px;
- position: absolute;
- width: 460px;
- }
-
- .login-box-left {
- left: 0;
- }
-
- .login-box-center {
- left: 50%;
- top: 50%;
- /* transform: translate(-50%, -50%); */
- height: 500px;
- width: 460px;
- margin-left: -230px;
- margin-top: -250px;
- }
-
- .eis-logo-upload .eis-logo-pic .cell.active {
- border: 2px #3197FD solid;
- }
-
- .eis-login-center .eis-login-info {
- top: 29%;
- }
-
- .eis-login-right .eis-login-center .eis-logo {
- bottom: 82%;
- font-size: 28px;
- color: #333;
- text-align: center;
- }
-
- .eis-design-preview-box .login-box-center .eis-logo {
- bottom: 75%;
- }
|