console1.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .top-panel {
  2. border-radius: 4px;
  3. text-align: center;
  4. }
  5. .top-panel>.layui-card-body {
  6. height: 60px;
  7. }
  8. .top-panel-number {
  9. line-height: 60px;
  10. font-size: 29px;
  11. border-right: 1px solid #eceff9;
  12. }
  13. .top-panel-tips {
  14. padding-left: 8px;
  15. padding-top: 16px;
  16. line-height: 30px;
  17. font-size: 12px;
  18. }
  19. .pear-container {
  20. background-color: whitesmoke;
  21. margin: 10px;
  22. }
  23. .card {
  24. width: 100%;
  25. height: 160px;
  26. background-color: whitesmoke;
  27. border-radius: 4px;
  28. }
  29. .card .header .avatar {
  30. width: 28px;
  31. height: 28px;
  32. margin: 20px;
  33. border-radius: 50px;
  34. }
  35. .card .header {
  36. color: dimgray;
  37. }
  38. .card .body {
  39. color: gray;
  40. }
  41. .card .body {
  42. margin-left: 20px;
  43. margin-right: 20px;
  44. }
  45. .card .footer {
  46. margin-left: 20px;
  47. margin-right: 20px;
  48. margin-top: 20px;
  49. font-size: 13px;
  50. color: gray;
  51. position: absolute;
  52. }
  53. .custom-tab .layui-tab-title {
  54. border-bottom-width: 0px;
  55. border-bottom-style: none;
  56. }
  57. .custom-tab .layui-tab-title li {
  58. margin-left: 10px;
  59. }
  60. .list .list-item {
  61. height: 31.8px;
  62. line-height: 31.8px;
  63. color: gray;
  64. padding: 5px;
  65. padding-left: 15px;
  66. border-radius: 4px;
  67. margin-top: 5.2px;
  68. }
  69. .list .list-item:hover {
  70. background-color: whitesmoke;
  71. }
  72. .list .list-item .title {
  73. font-size: 13px;
  74. width: 100%;
  75. }
  76. .list .list-item .footer {
  77. position: absolute;
  78. right: 30px;
  79. font-size: 12px;
  80. }
  81. .top-panel-tips i {
  82. font-size: 33px;
  83. }
  84. .layuiadmin-card-status {
  85. padding: 0 10px 10px;
  86. }
  87. .layuiadmin-card-status dd {
  88. padding: 15px 0;
  89. border-bottom: 1px solid #EEE;
  90. display: -webkit-flex;
  91. display: flex;
  92. }
  93. .layuiadmin-card-status dd div.layui-status-img,
  94. .layuiadmin-card-team .layui-team-img {
  95. width: 32px;
  96. height: 32px;
  97. border-radius: 50%;
  98. margin-right: 15px;
  99. }
  100. .layuiadmin-card-status dd div.layui-status-img a {
  101. width: 100%;
  102. height: 100%;
  103. display: inline-block;
  104. text-align: center;
  105. line-height: 32px;
  106. }
  107. .layuiadmin-card-status dd div span {
  108. color: #BBB;
  109. }
  110. .layuiadmin-card-status dd div a {
  111. color: #01AAED;
  112. }
  113. .top-panel-tips svg {
  114. margin-top: -12px;
  115. width: 50px;
  116. height: 50px;
  117. }