国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

69 lines
1.0KB

  1. .login-from {
  2. margin:6rem 0
  3. }
  4. .login-box {
  5. padding:1.25rem;
  6. width:500px;
  7. background:#fff
  8. }
  9. #validateimg {
  10. border-radius:0 .2rem .2rem 0
  11. }
  12. .user-actions {
  13. line-height:40px;
  14. text-align:right
  15. }
  16. .user-logo {
  17. max-width:60px;
  18. min-height:60px;
  19. border-radius:50%
  20. }
  21. .user-img {
  22. margin-right:10px;
  23. width:30px;
  24. height:30px;
  25. border-radius:50%;
  26. border:1px solid #dee2e6
  27. }
  28. .user-type span {
  29. position:relative;
  30. padding:.3rem;
  31. font-size:14px;
  32. font-weight:400;
  33. top:-10px
  34. }
  35. .user-meter i {
  36. font-size:24px !important
  37. }
  38. .pannel-main-container {
  39. padding:1rem;
  40. background:#fff
  41. }
  42. .list-group-item.active a {
  43. color:#fff
  44. }
  45. .list-group-flush>.list-group-item {
  46. cursor:pointer
  47. }
  48. .nav-link.active {
  49. color:#ec982c
  50. }
  51. .dropdown {
  52. display:inline-block;
  53. margin-left:.25rem;
  54. content:"";
  55. border-top:.3em solid;
  56. border-right:.3em solid transparent;
  57. border-bottom:0;
  58. border-left:.3em solid transparent;
  59. vertical-align:.25rem
  60. }
  61. .form-control {
  62. height:36px;
  63. line-height:36px
  64. }
  65. @media (max-width:480px) {
  66. .login-from,.login-box {
  67. width:100%
  68. }
  69. }