console2.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .pear-container {
  2. background-color: whitesmoke;
  3. margin: 10px;
  4. }
  5. .pear-card {
  6. width: 100%;
  7. height: 66px;
  8. background-color: #F8F8F8;
  9. display: inline-block;
  10. border-radius: 5px;
  11. text-align: center;
  12. margin-bottom: 3px;
  13. }
  14. .pear-card:hover,
  15. .pear-card2:hover {
  16. box-shadow: 2px 0 8px 0 lightgray !important;
  17. }
  18. .pear-card2 {
  19. width: 100%;
  20. height: 90px;
  21. background-color: #F8F8F8;
  22. display: inline-block;
  23. border-radius: 5px;
  24. text-align: center;
  25. margin-bottom: 3px;
  26. }
  27. .pear-card2 i {
  28. font-size: 30px;
  29. height: 90px;
  30. line-height: 90px;
  31. }
  32. .pear-card i {
  33. font-size: 30px;
  34. height: 66px;
  35. line-height: 66px;
  36. }
  37. .layui-col-md3 {
  38. text-align: center;
  39. }
  40. .pear-card-title {
  41. margin-top: 3px;
  42. }
  43. .person img {
  44. width: 90px;
  45. height: 90px;
  46. border-radius: 4px;
  47. margin-top: 8px;
  48. margin-left: 8px;
  49. }
  50. .pear-card2 .count {
  51. color: #51A351;
  52. font-size: 30px;
  53. margin-top: 12px;
  54. }
  55. .pear-card2 .title {
  56. color: gray;
  57. font-size: 14px;
  58. margin-top: 14px;
  59. }
  60. .pear-card-status {
  61. padding: 0 10px 10px;
  62. }
  63. .pear-card-status li {
  64. position: relative;
  65. padding: 10px 0;
  66. border-bottom: 1px solid #EEE;
  67. }
  68. .pear-card-status li h3 {
  69. padding-bottom: 5px;
  70. font-weight: 700;
  71. }
  72. .pear-card-status li p {
  73. padding-bottom: 10px;
  74. padding-top: 3px;
  75. }
  76. .pear-card-status li>span {
  77. color: #999;
  78. height: 24px;
  79. line-height: 24px;
  80. }
  81. .pear-reply {
  82. position: absolute;
  83. right: 20px;
  84. bottom: 12px;
  85. height: 24px;
  86. line-height: 24px;
  87. }
  88. .person .title {
  89. font-size: 17px;
  90. font-weight: 600;
  91. margin-left: 18px;
  92. margin-top: 16px;
  93. position: absolute;
  94. display: inline-block;
  95. }
  96. .person .desc {
  97. font-size: 16px;
  98. font-weight: 600;
  99. margin-left: 115px;
  100. margin-top: -30px;
  101. position: absolute;
  102. display: inline-block;
  103. }