index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .barrage-container.data-v-57280228 {
  5. width: 100%;
  6. height: 180px;
  7. position: relative;
  8. overflow: hidden;
  9. background-color: rgba(0, 0, 0, 0.2);
  10. /* 背景色,可根据需要调整 */
  11. }
  12. .barrage-item.data-v-57280228 {
  13. color: #fff;
  14. padding: 5px 10px;
  15. font-size: 14px;
  16. line-height: 30px;
  17. position: absolute;
  18. white-space: nowrap;
  19. display: none;
  20. border-radius: 15px;
  21. background-color: rgba(0, 0, 0, 0.3);
  22. }
  23. .container.data-v-57280228 {
  24. /* padding: 20px; */
  25. font-size: 14px;
  26. line-height: 24px;
  27. }
  28. .headImg.data-v-57280228 {
  29. height: 180px;
  30. width: 100%;
  31. }
  32. .headBarrage.data-v-57280228 {
  33. height: 180px;
  34. width: 100%;
  35. position: absolute;
  36. top: 0;
  37. }
  38. .tabs.data-v-57280228 {
  39. display: flex;
  40. justify-content: space-around;
  41. margin-top: 10px;
  42. }
  43. .tabs > .tab.data-v-57280228 {
  44. width: 20%;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: center;
  48. align-items: center;
  49. }
  50. .tabs > .tab > image.data-v-57280228 {
  51. width: 40px;
  52. height: 40px;
  53. }
  54. .buttons.data-v-57280228 {
  55. margin-top: 5px;
  56. padding: 10px;
  57. display: flex;
  58. justify-content: space-between;
  59. }
  60. .buttons > .left.data-v-57280228 {
  61. width: calc(50vw - 15px);
  62. height: 40vw;
  63. }
  64. .buttons > .left image.data-v-57280228 {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .buttons > .right.data-v-57280228 {
  69. width: calc(50vw - 15px);
  70. height: 40vw;
  71. display: flex;
  72. flex-direction: column;
  73. justify-content: space-between;
  74. align-items: center;
  75. }
  76. .buttons > .right image.data-v-57280228 {
  77. width: 100%;
  78. height: calc(50% - 5px);
  79. }
  80. .list-title.data-v-57280228 {
  81. font-size: 16px;
  82. font-weight: 600;
  83. text-align: center;
  84. padding: 10px;
  85. }
  86. .list.data-v-57280228 {
  87. display: grid;
  88. grid-template-columns: 1fr 1fr;
  89. grid-gap: 10px;
  90. padding: 10px;
  91. }
  92. .list .ka.data-v-57280228 {
  93. width: calc(50vw - 15px);
  94. box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
  95. border-radius: 10px;
  96. }
  97. .list .ka .top.data-v-57280228 {
  98. background: linear-gradient(180deg, #faf1a7 0%, #ffe456 100%);
  99. text-align: center;
  100. display: flex;
  101. justify-content: center;
  102. }
  103. .list .ka .top image.data-v-57280228 {
  104. width: 35vw;
  105. height: 50vw;
  106. }
  107. .list .ka .ka-info.data-v-57280228 {
  108. padding: 10px;
  109. }
  110. .list .ka .ka-info .ka-name.data-v-57280228 {
  111. font-size: 15px;
  112. font-weight: 600;
  113. }
  114. .list .ka .ka-info .row.data-v-57280228 {
  115. margin-top: 5px;
  116. display: flex;
  117. justify-content: space-between;
  118. }
  119. .list .ka .ka-info .row .money.data-v-57280228 {
  120. font-size: 16px;
  121. font-weight: 600;
  122. color: #ff2c43;
  123. }
  124. .bullet.data-v-57280228 {
  125. height: 30px;
  126. line-height: 30px;
  127. padding: 0 10px;
  128. border-radius: 15px;
  129. background-color: rgba(0, 0, 0, 0.3);
  130. color: #fff;
  131. }