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

86 lines
1.3KB

  1. body {
  2. background:#f5f5f5
  3. }
  4. .login-bg {
  5. padding:6rem 0;
  6. background-image:url(../img/member_bg.jpg);
  7. background-repeat:no-repeat;
  8. background-position:top center
  9. }
  10. .login-area {
  11. float:right;
  12. padding:1rem;
  13. width:430px;
  14. background:#fff
  15. }
  16. .login-area small.des {
  17. color:#b5b5b5
  18. }
  19. .login-area .licence a {
  20. color:#28a745
  21. }
  22. .copyright.light {
  23. background:#fff
  24. }
  25. .flink,.flink a,.copyright.light,.copyright.light a {
  26. color:#545b62
  27. }
  28. .member-actions {
  29. line-height:40px;
  30. text-align:right
  31. }
  32. .member-logo {
  33. max-width:60px;
  34. min-height:60px;
  35. border-radius:50%
  36. }
  37. .member-type span {
  38. position:relative;
  39. padding:.3rem;
  40. font-size:14px;
  41. font-weight:400;
  42. top:-10px
  43. }
  44. .dropdown {
  45. display:inline-block;
  46. margin-left:.25rem;
  47. content:"";
  48. border-top:.3em solid;
  49. border-right:.3em solid transparent;
  50. border-bottom:0;
  51. border-left:.3em solid transparent;
  52. vertical-align:.25rem
  53. }
  54. .pannel-main .pannel-main-container {
  55. padding:1rem;
  56. background:#fff
  57. }
  58. .list-group-item.active a {
  59. color:#fff
  60. }
  61. .list-group-flush>.list-group-item {
  62. cursor:pointer
  63. }
  64. .pannel-main .nav-link.active {
  65. font-weight:600
  66. }
  67. .user-meter i {
  68. font-size:24px!important
  69. }
  70. .user-img {
  71. margin-right:10px;
  72. width:30px;
  73. height:30px;
  74. border-radius:50%;
  75. border:1px solid #dee2e6
  76. }
  77. @media (max-width:480px) {
  78. .m-pb-2 {
  79. padding-bottom:2rem
  80. }
  81. .login-area {
  82. float:none;
  83. margin:auto;
  84. width:100%
  85. }
  86. }