newindex.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. .HoutaiContainerTitleButtonPayManage,
  71. .HoutaiContainerTitleButtonContrast,
  72. .HoutaiContainerTitleButtonFeedback,
  73. .HoutaiContainerTitleButtonAnnouncement,
  74. .HoutaiContainerTitleButtonSource {
  75. /* width: 88px;
  76. height: 43px; */
  77. background-color: #FFFFFF;
  78. border-radius: 4px;
  79. text-align: center;
  80. /* line-height: 43px; */
  81. color: #000000;
  82. font-size: 14px;
  83. font-weight: bold;
  84. margin-left: 16px;
  85. border: 1px solid #D5D9DD;
  86. padding: 10px 16px;
  87. }
  88. .HoutaiContainerTitleButtonHome {
  89. margin-left: 32px;
  90. }
  91. .HoutaiContainerTitleButtonHome {
  92. width: 88px;
  93. height: 43px;
  94. background-color: #000000;
  95. border-radius: 4px;
  96. text-align: center;
  97. line-height: 43px;
  98. color: #fff;
  99. font-size: 14px;
  100. font-weight: bold;
  101. margin-left: 32px;
  102. border: 1px solid #000000;
  103. }
  104. .main {
  105. margin-left: px;
  106. margin-top: 16px;
  107. width: 1316px;
  108. }
  109. .table {
  110. margin-bottom: 12px
  111. }
  112. .tableTitle {
  113. color: #000;
  114. font-size: 16px;
  115. font-weight: 500;
  116. margin: 6px 0;
  117. }
  118. .tableLineContent {
  119. border-radius: 10px;
  120. overflow: hidden;
  121. margin-top: 6px;
  122. }
  123. .tableLine1, .tableLine2 {
  124. display: flex;
  125. justify-content: space-around;
  126. padding: 0 16px;
  127. }
  128. .tableLine1 {
  129. background-color: #FFF;
  130. }
  131. .tableLine2 {
  132. background-color: #EDF3FD;
  133. }
  134. .card {
  135. height: 34px;
  136. line-height: 34px;
  137. flex: 1;
  138. display: flex;
  139. }
  140. .cardLabel {
  141. color: #737880;
  142. font-size: 14px;
  143. font-weight: 400;
  144. }
  145. .cardLabelData {
  146. color: #323B4B;
  147. font-size: 16px;
  148. font-weight: 600;
  149. margin-left: 10px;
  150. }