index.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. width: 100vw;
  6. height: 100vh;
  7. }
  8. .content {
  9. background-color: var(--rgb111);
  10. overflow: hidden;
  11. }
  12. .content .one {
  13. padding: 0 2vw;
  14. margin: 0 0 2vw 0;
  15. }
  16. .content .one video {
  17. width: 100%;
  18. height: 210px;
  19. overflow: hidden;
  20. border: 1px solid var(--rgbf1f);
  21. }
  22. .content .two {
  23. position: relative;
  24. flex-grow: 1;
  25. padding: 0 2vw;
  26. }
  27. .content .two .two_1 {
  28. display: flex;
  29. justify-content: space-around;
  30. margin: 0 0 3vw 0;
  31. }
  32. .content .two .two_1 .list ._span {
  33. background-color: var(--rgbfff);
  34. color: var(--rgb000);
  35. padding: 1vw 4vw;
  36. font-size: 14px;
  37. border-radius: 5px;
  38. }
  39. .content .two .two_1 .active ._span {
  40. background-color: var(--rgbfa4);
  41. color: var(--rgbfff);
  42. }
  43. .content .two .two_2 .tab_1 {
  44. display: flex;
  45. flex-direction: column;
  46. width: 96vw;
  47. height: 57vh;
  48. overflow-y: auto;
  49. padding: 1vw 0 0 0;
  50. }
  51. .content .two .two_2 .tab_1 .btn {
  52. display: flex;
  53. justify-content: space-around;
  54. margin: 0 0 2vw 0;
  55. }
  56. .content .two .two_2 .tab_1 .btn .btn_1 .span {
  57. display: inline-block;
  58. background-color: var(--rgb313);
  59. color: var(--rgbfff);
  60. padding: 1vw 4vw;
  61. border-radius: 5px;
  62. }
  63. .content .two .two_2 .tab_1 .btn .btn_1 .span ._span {
  64. font-size: 14px;
  65. padding: 0 0 0 1vw;
  66. }
  67. .content .two .two_2 .tab_1 .title {
  68. font-size: 15px;
  69. color: var(--rgbfff);
  70. margin: 0 0 2vw 0;
  71. }
  72. .content .two .two_2 .tab_1 .actor {
  73. font-size: 15px;
  74. color: var(--rgbfff);
  75. margin: 0 0 2vw 0;
  76. }
  77. .content .two .two_2 .tab_1 .actor .actor_1 {
  78. margin: 0 0 2vw 0;
  79. }
  80. .content .two .two_2 .tab_1 .actor .actor_2 .actor_scroll_view {
  81. white-space: nowrap;
  82. }
  83. .content .two .two_2 .tab_1 .actor .actor_2 .actor_scroll_view .actorList {
  84. display: inline-block;
  85. text-align: center;
  86. margin: 0 6px 0 0;
  87. }
  88. .content .two .two_2 .tab_1 .actor .actor_2 .actor_scroll_view .actorList .image {
  89. width: 66px;
  90. height: 66px;
  91. overflow: hidden;
  92. border-radius: 90%;
  93. }
  94. .content .two .two_2 .tab_1 .actor .actor_2 .actor_scroll_view .actorList .name {
  95. font-size: 15px;
  96. }
  97. .content .two .two_2 .tab_1 .brief {
  98. font-size: 15px;
  99. color: var(--rgbfff);
  100. margin: 0 0 2vw 0;
  101. }
  102. .content .two .two_2 .tab_1 .other .other_1 {
  103. font-size: 15px;
  104. color: var(--rgbfff);
  105. margin: 0 0 2vw 0;
  106. }
  107. .content .two .two_2 .tab_1 .other .other_2 {
  108. display: flex;
  109. flex-wrap: wrap;
  110. }
  111. .content .two .two_2 .tab_1 .other .other_2 .firmvideoList {
  112. width: 48%;
  113. margin: 0 10px 5px 0;
  114. }
  115. .content .two .two_2 .tab_1 .other .other_2 .firmvideoList .image {
  116. width: 100%;
  117. height: 100px;
  118. overflow: hidden;
  119. border-radius: 5px;
  120. box-shadow: 0 0 5px var(--rgbf1f);
  121. margin: 0 0 5px 0;
  122. }
  123. .content .two .two_2 .tab_1 .other .other_2 .firmvideoList .name {
  124. font-size: 14px;
  125. color: var(--rgbfff);
  126. margin: 0 0 5px 0;
  127. }
  128. .content .two .two_2 .tab_1 .other .other_2 .firmvideoList .other {
  129. display: flex;
  130. color: var(--rgbfff);
  131. font-size: 12px;
  132. justify-content: space-between;
  133. }
  134. .content .two .two_2 .tab_1 .other .other_2 .firmvideoList:nth-child(2n) {
  135. margin: 0 0 5px 0;
  136. }
  137. .content .two .two_2 .tab_2 {
  138. display: flex;
  139. flex-direction: column;
  140. width: 96vw;
  141. height: 57vh;
  142. overflow-y: auto;
  143. padding: 1vw 0 0 0;
  144. position: relative;
  145. }
  146. .content .two .two_2 .tab_2 .tab_2_1 {
  147. display: flex;
  148. flex-direction: column;
  149. }
  150. .content .two .two_2 .tab_2 .tab_2_1 .discussList {
  151. margin: 0 0 2vw 0;
  152. background-color: var(--rgb000);
  153. padding: 2vw;
  154. border-radius: 5px;
  155. }
  156. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_1 {
  157. display: flex;
  158. margin: 0 0 1vw 0;
  159. }
  160. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_1 .l {
  161. width: 8vw;
  162. height: 8vw;
  163. margin: 0 2vw 0 0;
  164. }
  165. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_1 .l .image {
  166. width: 100%;
  167. height: 100%;
  168. border-radius: 90%;
  169. }
  170. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_1 .c {
  171. flex-grow: 1;
  172. font-size: 14px;
  173. color: var(--rgbfff);
  174. padding: 1vw 0;
  175. }
  176. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_1 .r {
  177. font-size: 12px;
  178. color: var(--rgbf1f);
  179. padding: 2vw 0 0 0;
  180. }
  181. .content .two .two_2 .tab_2 .tab_2_1 .discussList .dis_2 {
  182. font-size: 15px;
  183. color: var(--rgbfff);
  184. }
  185. .content .two .two_2 .tab_2 .chatBtn {
  186. position: fixed;
  187. width: 100vw;
  188. bottom: 5vw;
  189. right: 4vw;
  190. text-align: right;
  191. }
  192. .content .two .two_2 .tab_2 .chatBtn button {
  193. width: 50px;
  194. height: 50px;
  195. line-height: 50px;
  196. padding: 0;
  197. border-radius: 90%;
  198. font-size: 14px;
  199. font-weight: bold;
  200. background-color: var(--rgbfa4);
  201. color: var(--rgbfff);
  202. }
  203. .scroll-view {
  204. position: absolute;
  205. top: 0;
  206. left: 0;
  207. right: 0;
  208. bottom: 0;
  209. }
  210. .scroll-view .list-scroll-view {
  211. display: flex;
  212. flex-direction: column;
  213. }
  214. .is_bottom {
  215. text-align: center;
  216. }
  217. .is_bottom text {
  218. padding: 2vw 0;
  219. display: inline-block;
  220. color: #858585;
  221. font-size: 14px;
  222. }