source.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonSource {
  2. color: #fff;
  3. background-color: #000000;
  4. border: 1px solid #000000;
  5. }
  6. .SLHeader {
  7. width: 1380px;
  8. height: 48px;
  9. display: flex;
  10. display: -moz-flex;
  11. display: -o-flex;
  12. display: -webkit-flex;
  13. display: -ms-flex;
  14. align-items: center;
  15. }
  16. .SLHeaderChild {
  17. width: 158px;
  18. font-size: 14px;
  19. font-weight: bold;
  20. color: #9a9ea5;
  21. position: relative;
  22. text-align: center;
  23. }
  24. .SLHeaderChildActive {
  25. color: #000000;
  26. font-size: 14px;
  27. font-weight: bold;
  28. }
  29. .SLHeaderChildActive::after {
  30. content: "";
  31. width: 100px;
  32. border-bottom: 4px solid #007aff;
  33. border-radius: 0.03rem;
  34. /* background-color: #007AFF; */
  35. position: absolute;
  36. bottom: -15px;
  37. left: 18%;
  38. }
  39. .SLHeaderCreate {
  40. width: 88px;
  41. height: 35px;
  42. background-color: #000000;
  43. border-radius: 4px;
  44. color: #ffffff;
  45. font-size: 14px;
  46. font-weight: bold;
  47. text-align: center;
  48. line-height: 35px;
  49. position: absolute;
  50. right: 35px;
  51. top: 7px;
  52. }
  53. .SLHeaderChildActiveLine {
  54. width: 1380px;
  55. height: 2px;
  56. margin-left: 30px;
  57. background-color: #d4d4d4;
  58. }
  59. .HoutaiContainerBottomAppleList {
  60. width: 1380px;
  61. background-color: white;
  62. margin-top: 24px;
  63. margin-left: 32px;
  64. margin: 25px auto 0;
  65. border-radius: 10px;
  66. border: 1px solid #d5d9dd;
  67. }
  68. .HoutaiContainerBottomAppleListHeader {
  69. width: 1378px;
  70. display: flex;
  71. display: -moz-flex;
  72. display: -o-flex;
  73. display: -webkit-flex;
  74. margin: 0 auto;
  75. display: -ms-flex;
  76. background-color: #f2f4f6;
  77. border-radius: 10px;
  78. }
  79. .HoutaiContainerBottomAppleListHeaders {
  80. width: 1378px;
  81. display: flex;
  82. display: -moz-flex;
  83. display: -o-flex;
  84. display: -webkit-flex;
  85. margin: 0 auto;
  86. display: -ms-flex;
  87. background-color: #ffffff;
  88. border-radius: 10px;
  89. }
  90. .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
  91. background-color: white;
  92. }
  93. .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
  94. background-color: #f9fbfe;
  95. }
  96. .HoutaiContainerBottomAppleListHeaders > p {
  97. height: 50px;
  98. display: flex;
  99. display: -moz-flex;
  100. display: -o-flex;
  101. display: -webkit-flex;
  102. display: -ms-flex;
  103. justify-content: center;
  104. align-items: center;
  105. font-size: 16px;
  106. color: #000000;
  107. }
  108. .HoutaiContainerBottomAppleListHeader > p {
  109. height: 54px;
  110. text-align: center;
  111. line-height: 54px;
  112. font-size: 14px;
  113. color: #575f6e;
  114. }
  115. .HoutaiContainerBottomAppleListHeader1 {
  116. width: 400px;
  117. }
  118. .HoutaiContainerBottomAppleListHeader2 {
  119. width: 490px;
  120. }
  121. .HoutaiContainerBottomAppleListHeader3 {
  122. width: 490px;
  123. }
  124. .player-wrapper {
  125. position: relative;
  126. }