国内流行的内容管理系统(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.

84 lines
1.1KB

  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. .member-actions {
  13. line-height: 40px;
  14. text-align: right
  15. }
  16. .member-logo {
  17. max-width: 60px;
  18. min-height: 60px;
  19. border-radius: 50%
  20. }
  21. .member-type span {
  22. position: relative;
  23. padding: .3rem;
  24. font-size: 14px;
  25. font-weight: 400;
  26. top: -10px
  27. }
  28. .dropdown {
  29. display: inline-block;
  30. margin-left: .25rem;
  31. content: "";
  32. border-top: .3em solid;
  33. border-right: .3em solid transparent;
  34. border-bottom: 0;
  35. border-left: .3em solid transparent;
  36. vertical-align: .25rem
  37. }
  38. .pannel-main .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. .pannel-main .nav-link.active {
  49. font-weight: 600
  50. }
  51. .user-meter i {
  52. font-size: 24px !important
  53. }
  54. .user-img {
  55. margin-right: 10px;
  56. width: 30px;
  57. height: 30px;
  58. border-radius: 50%;
  59. border: 1px solid #dee2e6
  60. }
  61. .form-control {
  62. height: 36px;
  63. line-height: 36px
  64. }
  65. @media (max-width:480px) {
  66. .login-from,
  67. .login-box {
  68. width: 100%
  69. }
  70. }