电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.1 KiB

  1. /* Login */
  2. .login-container {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .login-left-column {
  7. width: 66%;
  8. background-image: url(../images/login-banner.png);
  9. background-repeat: no-repeat;
  10. background-color: #8FBE6F;
  11. background-position: left bottom;
  12. height: 100%;
  13. display: inline-block;
  14. vertical-align: top;
  15. position: relative;
  16. }
  17. .login-right-column {
  18. width: 30%;
  19. height: 100%;
  20. display: inline-block;
  21. vertical-align: top;
  22. position: relative;
  23. }
  24. .login-form {
  25. position: absolute;
  26. width: 100%;
  27. padding: 40px 10px 40px 40px;
  28. top: 25%;
  29. left: 0;
  30. }
  31. .login-error {
  32. color: #e4593d
  33. }
  34. /* App selection popup */
  35. .item-wrapper {
  36. padding-left: 0;
  37. margin-top: 5px;
  38. }
  39. .item-wrapper .message {
  40. text-align: left;
  41. margin-left: 5px;
  42. line-height: 40px;
  43. color: #606b7d;
  44. }
  45. .item-wrapper .message span {
  46. font-size: 14px;
  47. }
  48. .item-wrapper .item {
  49. width: 25%;
  50. padding: 0;
  51. margin: 0;
  52. float: left;
  53. }
  54. .modal-footer {
  55. position: relative;
  56. }
  57. .modal-footer .loading {
  58. position: absolute;
  59. top: 5px;
  60. left: 50%;
  61. margin-left: -20px;
  62. }