index.module.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .Tab4Info {
  2. position: absolute;
  3. z-index: 100;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background-size: 100% 100%;
  9. :global {
  10. .t4ItoBack {
  11. cursor: pointer;
  12. position: absolute;
  13. z-index: 10;
  14. top: 30px;
  15. left: 36px;
  16. }
  17. // 顶部名字
  18. .topName {
  19. position: absolute;
  20. z-index: 10;
  21. left: 50%;
  22. transform: translateX(-50%);
  23. top: 40px;
  24. font-weight: 700;
  25. font-size: 24px;
  26. color: var(--themeColor);
  27. letter-spacing: 4px;
  28. }
  29. // 顶部按钮
  30. .R_typeCutBox {
  31. position: absolute;
  32. z-index: 10;
  33. left: 50%;
  34. transform: translateX(-50%);
  35. top: 86px;
  36. height: 36px;
  37. display: flex;
  38. .R_typeCutRow {
  39. margin: 0 10px;
  40. cursor: pointer;
  41. color: var(--themeColor);
  42. line-height: 36px;
  43. text-align: center;
  44. height: 36px;
  45. padding: 0 30px;
  46. border-radius: 0 10px 0 10px;
  47. border: 1px solid var(--themeColor);
  48. }
  49. .R_typeCutRowAc {
  50. background-color: var(--themeColor);
  51. color: #4A403D;
  52. }
  53. }
  54. // 主体模型
  55. .t4IifrBox {
  56. position: absolute;
  57. top: 0;
  58. left: 0;
  59. width: 100%;
  60. height: 100%;
  61. z-index: 9;
  62. iframe {
  63. width: 100%;
  64. height: 100%;
  65. }
  66. }
  67. // 其他附件
  68. .t4IFileBox {
  69. width: 1252px;
  70. height: calc(100% - 240px);
  71. position: absolute;
  72. left: 50%;
  73. top: 140px;
  74. transform: translateX(-50%);
  75. z-index: 8;
  76. .R1_row {
  77. width: 100%;
  78. height: 100%;
  79. text-align: center;
  80. position: absolute;
  81. top: 0;
  82. left: 0;
  83. opacity: 0;
  84. pointer-events: none;
  85. video {
  86. max-width: 100%;
  87. max-height: 100%;
  88. }
  89. img{
  90. object-fit: contain !important;
  91. }
  92. .lookImg{
  93. background-color:transparent;
  94. // opacity: 0 !important;
  95. }
  96. }
  97. .R1_rowAc {
  98. opacity: 1;
  99. pointer-events: auto;
  100. }
  101. .showIndBox {
  102. position: absolute;
  103. z-index: 10;
  104. bottom: 10px;
  105. left: 50%;
  106. transform: translateX(-50%);
  107. font-size: 16px;
  108. color: #4A403D;
  109. background-color: var(--themeColor);
  110. padding: 5px 10px;
  111. border-radius: 20px;
  112. }
  113. }
  114. // 左右按钮
  115. .R_left {
  116. cursor: pointer;
  117. position: absolute;
  118. top: 50%;
  119. width: 40px;
  120. height: 40px;
  121. left: -50px;
  122. z-index: 12;
  123. transform: translateY(-50%);
  124. display: flex;
  125. justify-content: center;
  126. align-items: center;
  127. }
  128. .R_right {
  129. cursor: pointer;
  130. position: absolute;
  131. top: 50%;
  132. width: 40px;
  133. height: 40px;
  134. right: -50px;
  135. z-index: 12;
  136. transform: translateY(-50%);
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. }
  141. // .R_arrowNo {
  142. // opacity: .5;
  143. // pointer-events: none;
  144. // }
  145. // 底部文字集合
  146. .t4ITxts {
  147. position: absolute;
  148. padding: 0 40px;
  149. text-align: center;
  150. z-index: 10;
  151. bottom: 5px;
  152. left: 50%;
  153. transform: translateX(-50%);
  154. width: 80%;
  155. height: 80px;
  156. font-size: 16px;
  157. color: #fff;
  158. overflow-y: auto;
  159. span {
  160. font-weight: 700;
  161. }
  162. }
  163. .rightIconBox {
  164. position: absolute;
  165. z-index: 10;
  166. bottom: 20px;
  167. right: 30px;
  168. width: 40px;
  169. .rightIconRow {
  170. position: relative;
  171. cursor: pointer;
  172. margin-bottom: 15px;
  173. // 点赞
  174. .moveImg {
  175. pointer-events: none;
  176. position: absolute;
  177. bottom: -10px;
  178. left: -20px;
  179. color: var(--themeColor);
  180. width: 60px;
  181. &>img {
  182. width: 40px;
  183. height: 40px;
  184. }
  185. }
  186. }
  187. }
  188. // 滚动弹幕
  189. .barrMove {
  190. z-index: 11;
  191. pointer-events: none;
  192. position: absolute;
  193. right: -1300px;
  194. top: 130px;
  195. background-color: rgba(98, 82, 65, 0.6);
  196. backdrop-filter: blur(6px);
  197. padding: 8px 30px;
  198. border-radius: 36px;
  199. overflow: hidden;
  200. &>h3 {
  201. font-size: 18px;
  202. color: #fff;
  203. }
  204. &>P {
  205. font-size: 12px;
  206. color: #fff;
  207. opacity: .6;
  208. }
  209. }
  210. }
  211. }