home.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. box-sizing: border-box;
  6. }
  7. html,
  8. body {
  9. width: 100%;
  10. height: auto;
  11. background-color: #F7F8F9;
  12. }
  13. .HoutaiContainer {
  14. width: 1440px;
  15. height: auto;
  16. margin: 0 auto;
  17. }
  18. .HoutaiContainerTitle {
  19. width: 1440px;
  20. height: 108px;
  21. display: flex;
  22. display: -moz-flex;
  23. display: -o-flex;
  24. display: -webkit-flex;
  25. display: -ms-flex;
  26. position: fixed;
  27. top: 0;
  28. background-color: #F7F8F9;
  29. }
  30. .HoutaiContainerTitleText {
  31. color: #000000;
  32. font-weight: bold;
  33. font-size: 32px;
  34. margin-left: 32px;
  35. margin-top: 41px;
  36. }
  37. .HoutaiContainerTitleLogout {
  38. width: 60px;
  39. height: 43px;
  40. background-color: #000000;
  41. border-radius: 15px;
  42. color: #FFFFFF;
  43. font-size: 14px;
  44. font-weight: bold;
  45. text-align: center;
  46. line-height: 43px;
  47. margin-top: 41px;
  48. position: absolute;
  49. right: 32px;
  50. cursor: pointer;
  51. }
  52. .HoutaiContainerTitleButton {
  53. width: 1440px;
  54. height: 43px;
  55. display: flex;
  56. display: -moz-flex;
  57. display: -o-flex;
  58. display: -webkit-flex;
  59. display: -ms-flex;
  60. align-items: center;
  61. margin-top: 108px;
  62. }
  63. .HoutaiContainerTitleButton p {
  64. cursor: pointer;
  65. }
  66. .HoutaiContainerTitleButtonAdvert,
  67. .HoutaiContainerTitleButtonEarningStatistics,
  68. .HoutaiContainerTitleButtonPendingPayment,
  69. .HoutaiContainerTitleButtonPaid {
  70. /* width: 88px;
  71. height: 43px; */
  72. background-color: #FFFFFF;
  73. border-radius: 4px;
  74. text-align: center;
  75. /* line-height: 43px; */
  76. color: #000000;
  77. font-size: 14px;
  78. font-weight: bold;
  79. margin-left: 16px;
  80. border: 1px solid #D5D9DD;
  81. padding: 10px 16px;
  82. }
  83. .HoutaiContainerTitleButtonHome {
  84. margin-left: 32px;
  85. }
  86. .HoutaiContainerTitleButtonHome {
  87. width: 88px;
  88. height: 43px;
  89. background-color: #000000;
  90. border-radius: 4px;
  91. text-align: center;
  92. line-height: 43px;
  93. color: #fff;
  94. font-size: 14px;
  95. font-weight: bold;
  96. margin-left: 32px;
  97. border: 1px solid #000000;
  98. }
  99. .main {
  100. margin-left: 17px;
  101. margin-top: 16px;
  102. }
  103. .table {
  104. display: flex;
  105. justify-content: space-around;
  106. margin-bottom: 12px
  107. }
  108. .card {
  109. width: 210px;
  110. height: 98px;
  111. background-color: #fff;
  112. border-radius: 10px;
  113. }
  114. .card :first-child {
  115. font-size: 18px;
  116. color: #B0B7C3;
  117. margin-left: 24px;
  118. margin-top: 16px;
  119. }
  120. .card :last-child {
  121. font-size: 27px;
  122. color: #323B4B;
  123. margin-left: 24px;
  124. margin-top: 8px;
  125. }