videodetails.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. /* 返回 */
  2. .nav {
  3. background-color: #101010;
  4. z-index: 99;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. width: 100%;
  9. /* height: 10%; */
  10. height: .88rem;
  11. display: flex;
  12. }
  13. .back{
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. z-index: 3;
  18. width: 10%;
  19. height: .88rem;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .back img {
  25. width: .18rem;
  26. }
  27. /* 页面标题 */
  28. .pageTitle {
  29. height: .88rem;
  30. width: 100%;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. background-color: #000;
  35. }
  36. .videoLook {
  37. margin-top: 1rem;
  38. position: relative;
  39. height: 4rem;
  40. overflow: hidden;
  41. }
  42. .quanquan {
  43. width: 7rem;
  44. height: 4rem;
  45. position: absolute;
  46. top: 50%;
  47. left: 50%;
  48. transform: translate(-50%,-50%);
  49. z-index: 1;
  50. }
  51. iframe {
  52. width: 100%;
  53. height: 4rem;
  54. z-index: 9;
  55. position: relative;
  56. top: 0;
  57. display: none;
  58. }
  59. .headBannerImg {
  60. width: 100%;
  61. height: 4rem;
  62. z-index: 9;
  63. position: relative;
  64. background-repeat: no-repeat;
  65. background-position: 50% 50%;
  66. background-size: cover;
  67. border-top-left-radius:4px;
  68. border-top-right-radius:4px;
  69. }
  70. #h5 {
  71. height: 100px;
  72. }
  73. .shop {
  74. border: .02rem solid #000;
  75. margin: .2rem .26rem;
  76. /* padding: .2rem; */
  77. display: flex;
  78. justify-content: space-between;
  79. align-items: center;
  80. }
  81. .shop p {
  82. text-align: center;
  83. margin-left: .2rem;
  84. }
  85. .fabulous,.collection {
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. width: 3.34rem;
  90. height: .8rem;
  91. background-color: #1C1A1B;
  92. border-radius: .16rem;
  93. }
  94. .fabulous img {
  95. width: .28rem;
  96. }
  97. .collection img {
  98. width: .32rem;
  99. }
  100. .details {
  101. border: .02rem solid #000;
  102. padding: .2rem;
  103. margin: .2rem .26rem;
  104. display: flex;
  105. background-color: #1C1A1B;
  106. border-radius: .08rem;
  107. }
  108. .details p {
  109. min-width: .8rem;
  110. /* float: left; */
  111. }
  112. .background {
  113. background-color: #1C1A1B;
  114. height: .48rem;
  115. }
  116. .video {
  117. display: flex;
  118. flex-direction: column;
  119. /* justify-content: center; */
  120. align-items: center;
  121. }
  122. /* 单条视频 */
  123. .videoContent {
  124. width: 100%;
  125. background-color: #1C1A1B;
  126. min-height: 4rem;
  127. border-radius: 5px;
  128. margin-bottom: .4rem;
  129. }
  130. .loading {
  131. display: flex;
  132. flex-direction: column;
  133. align-items: center;
  134. justify-content: center;
  135. }
  136. .loadingImg {
  137. width: 80px;
  138. height: 76px;
  139. }
  140. .loadingText {
  141. text-align: center;
  142. margin-top: 4px;
  143. color: #8E8D8D;
  144. font-size: 12px;
  145. }
  146. .videoPhoto, .bannerImg {
  147. position: relative;
  148. width: 100%;
  149. height: 3.6rem;
  150. background-repeat: no-repeat;
  151. background-position: 50% 50%;
  152. background-size: cover;
  153. border-top-left-radius:4px;
  154. border-top-right-radius:4px;
  155. }
  156. .bannerImg {
  157. height: 4rem;
  158. border-radius: .04rem;
  159. }
  160. .videoImg {
  161. width:100%;
  162. height:100%;
  163. border-top-left-radius: 5px;
  164. border-top-right-radius: 5px;
  165. }
  166. .videoTitle {
  167. text-align: left;
  168. margin-right: .2rem;
  169. font-size: .28rem;
  170. /* 两行展示 */
  171. overflow: hidden;
  172. display: -webkit-box;
  173. -webkit-line-clamp: 2;
  174. -webkit-box-orient: vertical;
  175. word-break: break-all;
  176. }
  177. .videoTime {
  178. position: absolute;
  179. bottom: .1rem;
  180. right: .1rem;
  181. width: 1.6rem;
  182. background-color: rgba(0, 0, 0, 0.6);
  183. border-radius: .1rem;
  184. height: .4rem;
  185. line-height: .4rem;
  186. text-align: center;
  187. }
  188. .videoData {
  189. display: flex;
  190. justify-content: space-between;
  191. align-items: center;
  192. margin: .1rem .3rem .2rem .3rem;
  193. }
  194. .videoDataLeft {
  195. display: flex;
  196. align-items: center;
  197. }
  198. .videoDataImgLook {
  199. width:.3rem;
  200. height: .2rem;
  201. }
  202. .videoDataImgZan {
  203. width:.28rem;
  204. height: .3rem;
  205. }
  206. .videoText {
  207. margin-left: .1rem;
  208. font-size: .24rem;
  209. }
  210. .videoDataRgiht {
  211. display: flex;
  212. align-items: center;
  213. }
  214. .textwrap {
  215. display: flex;
  216. justify-content: center;
  217. align-items: center;
  218. }
  219. .tiptext {
  220. background-color: #000;
  221. border-radius: .1rem;
  222. text-align: center;
  223. padding: .1rem .2rem;
  224. }
  225. .videoName {
  226. text-align: left;
  227. overflow: hidden;
  228. display: -webkit-box;
  229. -webkit-line-clamp: 2;
  230. -webkit-box-orient: vertical;
  231. word-break: break-all;
  232. }
  233. .tip {
  234. width: 6rem;
  235. height: 1rem;
  236. color: #fff;
  237. position: fixed;
  238. top: 53%;
  239. left: 50%;
  240. transform: translate(-50%,-53%);
  241. display: none;
  242. }
  243. .label {
  244. margin: 0 .32rem;
  245. display: flex;
  246. justify-content: space-between;
  247. min-height: .9rem;
  248. }
  249. .expandLabelImg {
  250. width: .6rem;
  251. height: .6rem;
  252. display: none;
  253. }
  254. .labelListContent {
  255. position: relative;
  256. overflow: hidden;
  257. }
  258. .labelListBackground {
  259. width: 100%;
  260. height: 100px;
  261. background-color: #000;
  262. position: absolute;
  263. left: 0;
  264. top: 0;
  265. }
  266. .labelList {
  267. display: flex;
  268. flex-wrap: wrap;
  269. height: .6rem;
  270. /* height: auto; */
  271. }
  272. .labelText {
  273. height: .6rem;
  274. line-height: .6rem;
  275. padding: 0 .2rem;
  276. margin-right: .2rem;
  277. margin-bottom: .3rem;
  278. background-color: #1C1A1B;
  279. border-radius: .04rem;
  280. }
  281. .banner {
  282. background-color: #1C1A1B;
  283. width: 100%;
  284. border-radius: .1rem;
  285. margin-bottom: .4rem;
  286. }
  287. .setTimeOutNum {
  288. width: .8rem;
  289. height: .8rem;
  290. line-height: .8rem;
  291. text-align: center;
  292. border-radius: .4rem;
  293. background-color: rgba(0, 0, 0, 0.6);
  294. position: absolute;
  295. bottom: .2rem;
  296. right: .2rem;
  297. }