sso

login.css 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. font-style: normal;
  5. font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
  6. }
  7. body {
  8. font-size: 12px;
  9. font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
  10. background: #FFF;
  11. color: #333;
  12. }
  13. em,
  14. p,
  15. ul,
  16. dl,
  17. dt,
  18. dd,
  19. ins,
  20. h1,
  21. h2,
  22. h3,
  23. h4,
  24. form,
  25. h1,
  26. h2,
  27. h3,
  28. h4,
  29. ins {
  30. margin: 0;
  31. padding: 0;
  32. font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
  33. }
  34. ins {
  35. text-decoration: none;
  36. }
  37. em {
  38. font-style: normal;
  39. }
  40. ul,
  41. ol {
  42. list-style: none;
  43. }
  44. input,
  45. select {
  46. vertical-align: middle;
  47. }
  48. input,
  49. button,
  50. select,
  51. textarea {
  52. outline: none;
  53. font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
  54. filter: chroma(color=#FFF);
  55. padding: 0px;
  56. }
  57. textarea {
  58. resize: none
  59. }
  60. img {
  61. border: 0;
  62. }
  63. table {
  64. border-width: 1px;
  65. border-collapse: collapse;
  66. width: 100%;
  67. }
  68. a {
  69. text-decoration: none;
  70. color: #444;
  71. }
  72. a,
  73. a:hover,
  74. input,
  75. input:hover {
  76. text-decoration: none;
  77. -webkit-transition: all 0.3s ease;
  78. -moz-transition: all 0.3s ease;
  79. -ms-transition: all 0.3s ease;
  80. -o-transition: all 0.3s ease;
  81. transition: all 0.3s ease;
  82. }
  83. a:hover {
  84. color: #3388ff;
  85. }
  86. a img,
  87. a:hover img {
  88. text-decoration: none;
  89. -webkit-transition: all 0s ease;
  90. -moz-transition: all 0s ease;
  91. -ms-transition: all 0s ease;
  92. -o-transition: all 0s ease;
  93. transition: all 0s ease;
  94. }
  95. h1,
  96. h2,
  97. h3,
  98. h4,
  99. h5,
  100. h6 {
  101. margin: 0 !important;
  102. padding: 0 !important;
  103. }
  104. p {
  105. margin: 0;
  106. padding: 0;
  107. }
  108. input {
  109. outline: none;
  110. }
  111. input:-webkit-autofill,
  112. textarea:-webkit-autofill,
  113. select:-webkit-autofill {
  114. -webkit-text-fill-color: #ededed !important;
  115. -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  116. background-color: transparent;
  117. background-image: none;
  118. transition: background-color 50000s ease-in-out 0s;
  119. }
  120. .eis-input-group .eis-form-control::-webkit-input-placeholder {
  121. color: #999;
  122. font-weight: normal;
  123. }
  124. .eis-input-group .eis-form-control::-moz-placeholder {
  125. color: #999;
  126. font-weight: normal;
  127. opacity: 0.5;
  128. }
  129. .eis-input-group .eis-form-control::-moz-placeholder {
  130. color: #999;
  131. font-weight: normal;
  132. opacity: 0.5;
  133. }
  134. .eis-input-group .eis-form-control::-ms-input-placeholder {
  135. color: #999;
  136. font-weight: normal;
  137. }
  138. /* 大背景 */
  139. .eis-login .eis-login-bg {
  140. position: fixed;
  141. top: 0;
  142. left: 0;
  143. width: 100%;
  144. height: 100%;
  145. z-index: -10px;
  146. background-position: center center;
  147. background-origin: no-repeat;
  148. background-size: cover;
  149. -webkit-background-size: cover;
  150. zoom: 1;
  151. background-repeat: no-repeat;
  152. }
  153. .eis-login-form {
  154. position: fixed;
  155. top: 0;
  156. right: 0;
  157. bottom: 0;
  158. background: rgba(0, 0, 0, 0.5);
  159. width: 460px;
  160. z-index: 99;
  161. }
  162. .eis-login-left {
  163. left: 0;
  164. }
  165. .eis-login-center {
  166. height: 480px;
  167. position: fixed;
  168. left: 50%;
  169. top: 54%;
  170. z-index: 11;
  171. background:#fafafa;
  172. margin-top: -260px;
  173. border-radius: 4px;
  174. -webkit-border-radius: 4px;
  175. -moz-border-radius: 4px;
  176. -o-border-radius: 4px;
  177. }
  178. .eis-lang-header {
  179. cursor: pointer;
  180. position: absolute;
  181. top: 20px;
  182. left: 20px;
  183. }
  184. .eis-lang-header .login-lang {
  185. font-size: 12px;
  186. color: #FFFFFF;
  187. letter-spacing: 0;
  188. }
  189. .eis-lang-header .login-lang i {
  190. margin-left: 6px;
  191. font-size: 14px;
  192. display: inline-block;
  193. color: #fff;
  194. }
  195. .eis-login-info {
  196. position: absolute;
  197. top: 35%;
  198. left: 18%;
  199. width: 300px;
  200. }
  201. .eis-logo {
  202. width: 300px;
  203. left: 18%;
  204. position: absolute;
  205. bottom: 68%;
  206. }
  207. .eis-logo img {
  208. width: 85%;
  209. height: auto;
  210. display: block;
  211. max-width: 100%;
  212. max-height: 100%;
  213. margin: auto;
  214. }
  215. .eis-form {
  216. float: left;
  217. }
  218. .eis-form-cell {
  219. float: left;
  220. position: relative;
  221. }
  222. .eis-input-group {
  223. width: 100%;
  224. float: left;
  225. margin-bottom: 20px;
  226. position: relative;
  227. border-radius: 4px;
  228. }
  229. .eis-input-group.eis-input-disable .eis-input-icon,
  230. .eis-input-group.eis-input-disable:after {
  231. filter: alpha(opacity=20);
  232. -moz-opacity: 0.2;
  233. -khtml-opacity: 0.2;
  234. opacity: 0.2;
  235. }
  236. /* 焦点进入高亮 */
  237. /* .eis-input-group .eis-input-icon {
  238. width: 14px;
  239. margin: 0 27px 0 2px;
  240. filter: alpha(opacity=100);
  241. -moz-opacity: 1;
  242. -khtml-opacity: 1;
  243. opacity: 1;
  244. float: left;
  245. }
  246. .eis-input-group .eis-input-icon i {
  247. font-size: 17px;
  248. color: #fff;
  249. display: inline-block;
  250. width: 14px;
  251. height: 16px;
  252. } */
  253. /* .eis-input-group .eis-input-icon .eis-icon-user {
  254. background: url(/App_Themes/login/icon-user.png) no-repeat left top;
  255. }
  256. .eis-input-group .eis-input-icon .eis-icon-pwd {
  257. background: url(/App_Themes/login/icon-pwd.png) no-repeat left top;
  258. }
  259. .eis-input-group .eis-input-icon .eis-icon-code {
  260. background: url(/App_Themes/login/icon-code.png) no-repeat left top;
  261. }
  262. .eis-input-group .eis-icon-del {
  263. background: url(/App_Themes/login/icon-close.png) no-repeat left top;
  264. cursor: pointer;
  265. width: 14px;
  266. height: 14px;
  267. position: absolute;
  268. right: 4px;
  269. top: -1px;
  270. border: 5px solid transparent;
  271. display: none;
  272. } */
  273. .eis-input-group .eis-icon-del.eis-btn-show {
  274. display: block;
  275. }
  276. .eis-input-group .eis-form-control {
  277. width: 100%;
  278. border: none;
  279. background: none;
  280. color: #333;
  281. font-size: 14px;
  282. ssssss outline: none;
  283. float: left;
  284. height: 46px;
  285. line-height: 46px;
  286. padding-left: 5px;
  287. background: #f5f5f5;
  288. border: 1px #eee solid;
  289. box-sizing: border-box;
  290. -webkit-box-sizing: border-box;
  291. -moz-box-sizing: border-box;
  292. -o-box-sizing: border-box;
  293. -ms-box-sizing: border-box;
  294. }
  295. .eis-input-group .eis-form-control.width{
  296. width: 170px;
  297. }
  298. .eis-input-group #txtValidate {
  299. width: 50%;
  300. }
  301. /* .eis-input-group .code-img {
  302. overflow: hidden;
  303. position: absolute;
  304. right: 0;
  305. top: -6px;
  306. border: none;
  307. } */
  308. /* .eis-input-group .code-img img {
  309. width: 100%;
  310. height: 100%;
  311. } */
  312. .eis-input-group .code-button{
  313. width: 110px;
  314. background: #3388ff;
  315. border-radius: 4px;
  316. text-align: center;
  317. height: 48px;
  318. line-height: 48px;
  319. font-size: 15px;
  320. border: none;
  321. outline: none;
  322. color: #fff;
  323. float: right;
  324. }
  325. /* .eis-input-focus .eis-input-icon i {
  326. color: #fff;
  327. } */
  328. .eis-form .eis-login-button {
  329. float: left;
  330. width: 100%;
  331. }
  332. .eis-form .eis-login-button .forget-passward{
  333. float: right;
  334. margin-bottom: 10px;
  335. }
  336. .eis-form .eis-login-button .submit {
  337. display: block;
  338. width: 100%;
  339. font-size: 16px;
  340. color: #FFFFFF;
  341. letter-spacing: 0;
  342. border: 1px solid #3388ff;
  343. border-radius: 4px;
  344. -webkit-border-radius: 4px;
  345. -moz-border-radius: 4px;
  346. -o-border-radius: 4px;
  347. border-radius: 4px;
  348. height: 46px;
  349. line-height: 46px;
  350. background:#3388ff;
  351. cursor: pointer;
  352. transition: all .3s;
  353. outline: none;
  354. }
  355. .eis-login-type {
  356. padding: 20px 0 0 0;
  357. font-size: 14px;
  358. width: 100%;
  359. cursor: pointer;
  360. }
  361. .eis-login-type .eis-code {
  362. float: left;
  363. margin-top: 15px;
  364. color: #3388ff;
  365. }
  366. /* .eis-login-type .eis-code i {
  367. font-style: normal;
  368. color: #3388ff;
  369. } */
  370. .eis-login-type .eis-download {
  371. float: right;
  372. margin-top: 15px;
  373. }
  374. .eis-login-type .eis-code a {
  375. color: rgba(255, 255, 255, 0.8);
  376. }
  377. .eis-login-type .eis-code img {
  378. width: 16px;
  379. height: 13px;
  380. display: block;
  381. float: left;
  382. margin-right: 5px;
  383. margin-top: 3px;
  384. }
  385. .eis-login-type .eis-download a,
  386. .eis-ding-type a {
  387. color: #3388ff;
  388. text-decoration: none;
  389. }
  390. /* .eis-copyright {
  391. font-size: 12px;
  392. color: #3388ff;
  393. text-align: center;
  394. padding: 20px 10px;
  395. position: absolute;
  396. bottom: 0;
  397. left: 0;
  398. right: 0;
  399. } */
  400. /* .login-blur-left {
  401. left: 0;
  402. } */
  403. /* .eis-login-code {
  404. width: 280px;
  405. margin: 0 auto;
  406. } */
  407. .eis-login-code .code-pic {
  408. width: 280px;
  409. height: 286px;
  410. margin: 0 auto;
  411. }
  412. .eis-login-code .code-pic img {
  413. display: block;
  414. width: 100%;
  415. }
  416. /* .login_content .login_qrcode_content {
  417. margin-top: 0 !important;
  418. } */
  419. /* .eis-login-code .eis-ding {
  420. font-size: 18px;
  421. color: #fff;
  422. text-align: center;
  423. margin-top: 20px;
  424. } */
  425. /* .eis-ding-type {
  426. display: flex;
  427. align-items: center;
  428. justify-content: space-between;
  429. color: rgba(255, 255, 255, 0.8);
  430. font-size: 14px;
  431. margin-top: 20px;
  432. cursor: pointer;
  433. } */
  434. /* .eis-form-cell .error-msg {
  435. font-family: "PingFangSC-Regular";
  436. font-size: 12px;
  437. color: #EE5555;
  438. letter-spacing: 0;
  439. position: absolute;
  440. bottom: -16px;
  441. left: 0;
  442. } */
  443. /* .eis-copyright {
  444. word-wrap: break-word;
  445. } */
  446. .eis-login-design {
  447. position: relative;
  448. }
  449. .eis-login-design .eis-login-title {
  450. padding: 11px 17px;
  451. border-bottom: 1px solid #DEE0E1;
  452. position: fixed;
  453. top: 0;
  454. left: 0;
  455. right: 0;
  456. z-index: 99;
  457. background: #fff;
  458. }
  459. .eis-login-design .eis-login-title .name {
  460. font-size: 18px;
  461. color: #333;
  462. font-weight: normal;
  463. margin: 0;
  464. padding: 0;
  465. }
  466. .eis-login-design .eis-login-title .eis-design-btn {
  467. float: right;
  468. }
  469. .eis-login-design .eis-login-title .eis-design-btn button {
  470. width: 64px;
  471. height: 20px;
  472. line-height: 18px;
  473. background: #FFFFFF;
  474. border: 1px solid #3197FD;
  475. border-radius: 2px;
  476. color: #3197FD;
  477. font-size: 12px;
  478. text-align: center;
  479. }
  480. .eis-login-design .eis-login-title .eis-design-btn button.eis-preview {
  481. margin-right: 14px;
  482. }
  483. .eis-design-content {
  484. position: relative;
  485. top: 47px;
  486. position: absolute;
  487. left: 234px;
  488. -ms-overflow-x: hidden;
  489. -ms-overflow-y: hidden;
  490. overflow-y: hidden;
  491. }
  492. .eis-design-set {
  493. width: 208px;
  494. border-right: 1px solid #DEE0E1;
  495. margin-right: 10px;
  496. padding: 0 12px;
  497. overflow-y: scroll;
  498. /* float: left; */
  499. position: fixed;
  500. left: 0;
  501. top: 47px;
  502. bottom: 0;
  503. background: #fff;
  504. }
  505. .eis-logo-upload {
  506. margin: 18px 0 0 0;
  507. float: left;
  508. width: 100%;
  509. }
  510. .eis-design-preview {
  511. background: #FFFFFF;
  512. border-left: none;
  513. }
  514. .eis-design-preview-box {
  515. /* margin: 18px; */
  516. position: relative;
  517. }
  518. /* .login-bg img {
  519. width: 100%;
  520. } */
  521. /* .eis-logo-upload .title {
  522. margin-bottom: 10px;
  523. }
  524. .eis-logo-upload .title .upload {
  525. float: right;
  526. position: relative;
  527. color: #3197FD;
  528. cursor: pointer;
  529. margin-left: 15px;
  530. font-size: 12px;
  531. } */
  532. .eis-logo-upload .title .upload input {
  533. position: absolute;
  534. right: 0;
  535. top: 0;
  536. opacity: 0;
  537. cursor: pointer;
  538. }
  539. .eis-logo-upload .title .name {
  540. font-size: 14px;
  541. color: #000000;
  542. font-weight: normal;
  543. }
  544. .eis-logo-upload .tips {
  545. font-size: 12px;
  546. color: #999999;
  547. margin: 0 0 10px 0;
  548. }
  549. .eis-logo-upload .eis-logo-pic .cell {
  550. width: 70px;
  551. height: 70px;
  552. border: 2px solid #D7D7D7;
  553. background: #999;
  554. float: left;
  555. position: relative;
  556. cursor: pointer;
  557. }
  558. .eis-logo-upload .eis-logo-pic .cell:first-child {
  559. margin-right: 10px;
  560. }
  561. .eis-logo-upload .eis-logo-pic .cell .upload-img {
  562. left: -1px;
  563. top: -1px;
  564. width: 70px;
  565. height: 70px;
  566. font-size: 14px;
  567. border: 1px #3197FD solid;
  568. position: absolute;
  569. background: rgb(0, 0, 0, 0.8);
  570. z-index: 88;
  571. }
  572. .eis-logo-upload .eis-logo-pic .cell .success .upload-img,
  573. .eis-logo-upload .eis-logo-pic .cell .upload .upload-img,
  574. .eis-logo-upload .eis-logo-pic .cell .failure .upload-img {
  575. background-color: #00000050;
  576. }
  577. .eis-logo-upload .eis-logo-pic .cell .upload-box,
  578. .failure-box,
  579. .success-box {
  580. position: absolute;
  581. left: 50%;
  582. top: 50%;
  583. transform: translate(-50%, -50%);
  584. width: 100%;
  585. font-size: 14px;
  586. color: #fff;
  587. text-align: center;
  588. z-index: 99;
  589. }
  590. .failure-box .item,
  591. .success-box .item {
  592. width: 40px;
  593. height: 40px;
  594. }
  595. .eis-logo-upload .upload-failure .item img {
  596. width: 100%;
  597. height: 100%;
  598. }
  599. .eis-logo-pic .cell .upload-box .item {
  600. width: 70%;
  601. height: 4px;
  602. border-radius: 30px;
  603. background: #d8d8d8;
  604. position: relative;
  605. display: block;
  606. margin: 0 auto;
  607. margin-bottom: 10px;
  608. }
  609. .eis-logo-pic .cell .upload-box .item .rate {
  610. position: absolute;
  611. left: 0;
  612. top: 0;
  613. background: #50a531;
  614. content: "";
  615. width: 0%;
  616. z-index: 99;
  617. height: 4px;
  618. border-radius: 30px;
  619. }
  620. .eis-logo-upload .eis-logo-pic .cell .img,
  621. .success-img {
  622. width: 70px;
  623. position: absolute;
  624. top: 50%;
  625. left: 50%;
  626. /* transform: translate(-50%, -50%); */
  627. max-width: 100%;
  628. margin-left: -35px;
  629. margin-top:-10px;
  630. }
  631. .eis-copyright-box {
  632. position: relative;
  633. border: 1px solid #DEE0E1;
  634. }
  635. .eis-copyright-box .size {
  636. font-size: 10px;
  637. color: #ACACAC;
  638. position: absolute;
  639. right: 5px;
  640. bottom: 5px;
  641. }
  642. .eis-logo-upload .eis-copyrigth-edit {
  643. border: 1px solid #DEE0E1;
  644. width: 100%;
  645. min-height: 82px;
  646. font-size: 12px;
  647. display: block;
  648. border: 0;
  649. padding: 0;
  650. background: #fff;
  651. resize: none;
  652. overflow: hidden;
  653. outline: 0;
  654. word-break: break-all;
  655. padding: 10px 10px 25px 10px;
  656. box-sizing: border-box;
  657. }
  658. .eis-copyright-bg .bg {
  659. background: #D8D8D8;
  660. position: relative;
  661. width: 100%;
  662. height: 100px;
  663. margin-bottom: 8px;
  664. border: 2px #fff solid;
  665. }
  666. .eis-copyright-bg .bg.right::before {
  667. width: 45px;
  668. position: absolute;
  669. right: 0;
  670. bottom: 0;
  671. top: 0;
  672. content: "";
  673. z-index: 99;
  674. opacity: 0.2;
  675. background: #000;
  676. }
  677. .eis-copyright-bg .bg.left::before {
  678. width: 45px;
  679. position: absolute;
  680. left: 0;
  681. bottom: 0;
  682. top: 0;
  683. opacity: 0.2;
  684. background: #000;
  685. content: "";
  686. z-index: 99;
  687. }
  688. .eis-copyright-bg .bg.center::before {
  689. width: 45px;
  690. height: 64px;
  691. position: absolute;
  692. left: 50%;
  693. top: 50%;
  694. opacity: 0.2;
  695. background: #000;
  696. content: "";
  697. /* transform: translate(-50%, -50%); */
  698. text-align: center;
  699. z-index: 99;
  700. margin-left: -22px;
  701. margin-top: -32px;
  702. }
  703. .eis-copyright-bg>.item {
  704. width: 100%;
  705. height: 100px;
  706. margin-bottom: 10px;
  707. cursor: pointer;
  708. position: relative;
  709. border: 2px #fff solid;
  710. padding: 1px;
  711. }
  712. .eis-copyright-bg .item.active {
  713. border: 2px #3197FD solid;
  714. }
  715. .eis-copyright-bg .bg.active {
  716. border: 2px #3197FD solid;
  717. }
  718. .eis-copyright-bg>.item>img {
  719. width: 100%;
  720. height: 100%;
  721. object-fit: cover;
  722. object-position: contain;
  723. }
  724. .eis-copyright-bg .item .upload-img {
  725. background-color: #00000050;
  726. left: -1px;
  727. top: -1px;
  728. width: 100%;
  729. height: 100px;
  730. font-size: 14px;
  731. border: 1px #3197FD solid;
  732. position: absolute;
  733. background: rgb(0, 0, 0, 0.8);
  734. z-index: 88;
  735. }
  736. .eis-copyright-bg .item .upload .upload-box .item {
  737. width: 70%;
  738. height: 4px;
  739. border-radius: 30px;
  740. background: #d8d8d8;
  741. position: relative;
  742. display: block;
  743. margin: 0 auto;
  744. margin-bottom: 10px;
  745. }
  746. .eis-copyright-bg .item .upload .upload-box .item .rate {
  747. position: absolute;
  748. left: 0;
  749. top: 0;
  750. background: #50a531;
  751. content: "";
  752. width: 0%;
  753. z-index: 99;
  754. height: 4px;
  755. border-radius: 30px;
  756. }
  757. .eis-copyright-bg .item .upload-box,
  758. .failure-box,
  759. .success-box {
  760. position: absolute;
  761. left: 50%;
  762. top: 50%;
  763. transform: translate(-50%, -50%);
  764. width: 100%;
  765. font-size: 14px;
  766. color: #fff;
  767. text-align: center;
  768. z-index: 99;
  769. }
  770. .eis-copyright-bg .item .ico-upload {
  771. background: url(/App_Themes/Login/download.png) no-repeat;
  772. width: 16px;
  773. height: 18px;
  774. position: absolute;
  775. /* right: 35px; */
  776. bottom: 12px;
  777. display: none;
  778. left: 10px;
  779. z-index: 100;
  780. }
  781. .eis-copyright-bg .item .ico-del {
  782. background: url(/App_Themes/Login/trash.png) no-repeat;
  783. width: 16px;
  784. height: 18px;
  785. position: absolute;
  786. right: 10px;
  787. bottom: 10px;
  788. display: none;
  789. z-index: 100;
  790. }
  791. .eis-copyright-bg .icoshow .ico-upload {
  792. display: block;
  793. }
  794. .eis-copyright-bg .icoshow .ico-del {
  795. display: block;
  796. }
  797. .eis-copyright-bg .issys.icoshow .ico-del {
  798. display: none;
  799. }
  800. .eis-logo-upload .eis-logo-pic .complete {
  801. background: #fff;
  802. border: 1px #3197FD solid;
  803. position: relative;
  804. }
  805. .eis-logo-upload .eis-logo-pic .complete i {
  806. position: absolute;
  807. right: 4px;
  808. top: 4px;
  809. font-size: 13px;
  810. color: #999;
  811. }
  812. .eis-design-set::-webkit-scrollbar {
  813. width: 3px;
  814. }
  815. .eis-design-set::-webkit-scrollbar-track {
  816. background-color: #f5f5f5;
  817. /* -webkit-border-radius: 2em;
  818. -moz-border-radius: 2em;
  819. border-radius:2em; */
  820. }
  821. .eis-design-set::-webkit-scrollbar-thumb {
  822. background: #C5C6C5;
  823. -webkit-border-radius: 100px;
  824. -moz-border-radius: 100px;
  825. border-radius: 100px;
  826. }
  827. .login-box {
  828. background: rgba(0, 0, 0, 0.5);
  829. right: 0;
  830. top: 0;
  831. bottom: 4px;
  832. position: absolute;
  833. width: 460px;
  834. }
  835. .login-box-left {
  836. left: 0;
  837. }
  838. .login-box-center {
  839. left: 50%;
  840. top: 50%;
  841. /* transform: translate(-50%, -50%); */
  842. height: 500px;
  843. width: 460px;
  844. margin-left: -230px;
  845. margin-top: -250px;
  846. }
  847. .eis-logo-upload .eis-logo-pic .cell.active {
  848. border: 2px #3197FD solid;
  849. }
  850. .eis-login-center .eis-login-info {
  851. top: 29%;
  852. }
  853. .eis-login-right .eis-login-center .eis-logo {
  854. bottom: 82%;
  855. font-size: 28px;
  856. color: #333;
  857. text-align: center;
  858. }
  859. .eis-design-preview-box .login-box-center .eis-logo {
  860. bottom: 75%;
  861. }