videoshare.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. /* share/pages/videoshare/videoshare.wxss */
  2. page {
  3. position: relative;
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. .page {
  9. position: relative;
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden;
  13. box-sizing: border-box;
  14. background: #000;
  15. }
  16. .videoBox {
  17. /* display: block; */
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .videoBoxUp {
  22. /* display: block; */
  23. width: 100%;
  24. height: 420rpx;
  25. margin-top: 500rpx;
  26. }
  27. .bgcolor {
  28. width: 100%;
  29. position: absolute;
  30. left: 0;
  31. height: 410rpx;
  32. bottom: 90rpx;
  33. pointer-events: none;
  34. z-index: 99;
  35. }
  36. .bgcolorshow {
  37. bottom: 0;
  38. }
  39. .personBox {
  40. position: absolute;
  41. bottom: 360rpx;
  42. left: 40rpx;
  43. width: 335rpx;
  44. height: 48rpx;
  45. z-index: 9;
  46. background-color: rgba(0, 0, 0, 0.5);
  47. border-radius: 24rpx;
  48. }
  49. .personBox .everyNumBox {
  50. float: left;
  51. width: 50%;
  52. }
  53. .personBox .everyNumBox cover-image {
  54. width: 22rpx;
  55. height: 26rpx;
  56. float: left;
  57. margin-left: 20rpx;
  58. position: relative;
  59. top: 11rpx;
  60. }
  61. .personBox .everyNumBox cover-view {
  62. float: left;
  63. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  64. font-size: 24rpx;
  65. color: #ffffff;
  66. margin-left: 10rpx;
  67. line-height: 48rpx;
  68. }
  69. .personMsgBox {
  70. position: absolute;
  71. bottom: 180rpx;
  72. left: 40rpx;
  73. z-index: 9;
  74. }
  75. .personMsgBox .headImg {
  76. width: 80rpx;
  77. height: 80rpx;
  78. border-radius: 40rpx;
  79. border: 2px solid #fff;
  80. }
  81. .personMsgBox .headImg cover-image {
  82. display: block;
  83. width: 100%;
  84. height: 100%;
  85. }
  86. .personMsgBox .name {
  87. margin-left: 20rpx;
  88. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  89. font-size: 32rpx;
  90. color: #ffffff;
  91. line-height: 80rpx;
  92. width: 500rpx;
  93. }
  94. #myVideo1 {
  95. display: block;
  96. width: 100%;
  97. height: 100%;
  98. }
  99. .sharenumBox {
  100. display: block;
  101. position: absolute;
  102. right: 0;
  103. bottom: 156rpx;
  104. z-index: 97;
  105. background-color: transparent;
  106. border: 0px solid transparent;
  107. }
  108. .sharenumBox button {
  109. display: block;
  110. background-color: transparent;
  111. border: 0px solid transparent;
  112. height: 100rpx;
  113. margin-bottom: 32rpx;
  114. }
  115. .sharenumBox button::after {
  116. border: 1px solid transparent;
  117. }
  118. .sharenumBox cover-image {
  119. display: block;
  120. width: 46rpx;
  121. height: 42rpx;
  122. }
  123. .sharenumBox cover-view {
  124. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  125. font-size: 26rpx;
  126. color: #fff;
  127. margin-bottom: 16rpx;
  128. background-color: transparent;
  129. }
  130. .sharenumBoxshow cover-view {
  131. color: #fff !important;
  132. }
  133. .box-center cover-image {
  134. margin: 0 auto;
  135. }
  136. .avatarBox {
  137. width: 80rpx !important;
  138. height: 80rpx !important;
  139. border-radius: 50% !important;
  140. }
  141. .collectBox {
  142. bottom: 320rpx;
  143. }
  144. .collectBox cover-image {
  145. display: block;
  146. width: 46rpx;
  147. margin: 0 auto;
  148. height: 46rpx;
  149. }
  150. .collectBoxshow {
  151. bottom: 280rpx;
  152. }
  153. .textPosition {
  154. position: absolute;
  155. bottom: 180rpx;
  156. left: 25rpx;
  157. }
  158. .showDscText {
  159. /* position: absolute;
  160. bottom: 82rpx; */
  161. display: inline;
  162. color: #fff;
  163. /* right: 0rpx; */
  164. font-weight: 700;
  165. font-size: 28rpx;
  166. margin-left: 10rpx;
  167. position: relative;
  168. top: 6rpx;
  169. }
  170. .videoTitle {
  171. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  172. font-size: 28rpx;
  173. width: 480rpx;
  174. height: 40rpx;
  175. line-height: 40rpx;
  176. color: #ffffff;
  177. /* position: absolute;
  178. bottom: 340rpx;
  179. left: 40rpx;
  180. z-index: 9; */
  181. }
  182. .videocontent {
  183. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  184. font-size: 28rpx;
  185. width: 480rpx;
  186. max-height: 80rpx;
  187. line-height: 40rpx;
  188. color: #ffffff;
  189. /* position: absolute;
  190. bottom: 260rpx;
  191. left: 40rpx;
  192. z-index: 9; */
  193. white-space: pre-wrap;
  194. }
  195. .videocontentshow {
  196. max-height: 400rpx;
  197. }
  198. .hideText {
  199. display: inline;
  200. color: #fff;
  201. font-size: 28rpx;
  202. margin-left: 40rpx;
  203. font-weight: 700;
  204. position: relative;
  205. top: 6rpx;
  206. }
  207. .videotype {
  208. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  209. font-size: 28rpx;
  210. width: 560rpx;
  211. height: 80rpx;
  212. line-height: 40rpx;
  213. color: #ffffff;
  214. /* position: absolute;
  215. bottom: 180rpx;
  216. left: 40rpx;
  217. z-index: 9; */
  218. }
  219. .sharenumBoxshow cover-view {
  220. color: #249efb;
  221. }
  222. .sharenumBoxshow {
  223. bottom: 160rpx;
  224. }
  225. .zanBoxshow {
  226. bottom: 160rpx;
  227. }
  228. .viewBox {
  229. display: block;
  230. width: 750px;
  231. height: 100%;
  232. position: fixed;
  233. top: 0;
  234. left: 0;
  235. z-index: 98;
  236. background: transparent;
  237. }
  238. .viewBox button {
  239. display: block;
  240. width: 100%;
  241. height: 100%;
  242. color: transparent;
  243. line-height: 2000rpx;
  244. background-color: transparent;
  245. color: transparent;
  246. }
  247. .sharenumBoxshow cover-view {
  248. color: #1f9ffb;
  249. }
  250. .topbox {
  251. display: block;
  252. width: 100%;
  253. background-color: #ffffff;
  254. position: fixed;
  255. top: 0;
  256. left: 0;
  257. z-index: 9999999;
  258. }
  259. .leftindexbox {
  260. position: absolute;
  261. left: 8px;
  262. width: 70px;
  263. border: 1px solid #d1cfcf;
  264. padding: 4px 0;
  265. height: 28px;
  266. border-radius: 18px;
  267. box-sizing: border-box;
  268. z-index: 99;
  269. }
  270. .leftindexbox .leftgoto {
  271. display: block;
  272. width: 8px;
  273. height: 14px;
  274. float: left;
  275. margin-left: 11px;
  276. /* transform: rotateY(180deg); */
  277. position: relative;
  278. top: 2px;
  279. z-index: 9;
  280. }
  281. .gotoindex {
  282. display: block;
  283. width: 16px;
  284. height: 16px;
  285. float: right;
  286. position: relative;
  287. right: 10px;
  288. top: 1px;
  289. }
  290. .leftindexbox .text {
  291. position: absolute;
  292. height: 14px;
  293. width: 1px;
  294. left: 30px;
  295. top: 6px;
  296. background-color: #d1cfcf;
  297. }
  298. .signUpBtn {
  299. display: block;
  300. width: 230rpx;
  301. height: 60rpx;
  302. background-color: #28A1FF;
  303. font-size: 28rpx;
  304. color: #fff;
  305. text-align: center;
  306. line-height: 60rpx;
  307. border-radius: 8rpx;
  308. margin-bottom: 4rpx;
  309. }
  310. .pricebtnimg {
  311. display: block;
  312. position: relative;
  313. left: -4rpx;
  314. top: -18rpx;
  315. width: 140rpx !important;
  316. height: 140rpx !important;
  317. z-index: 9;
  318. }
  319. .titleStyle {
  320. width: 78%;
  321. }
  322. .box-center cover-image.bwicon {
  323. width: 60rpx;
  324. height: 60rpx;
  325. }
  326. .box-center cover-view.btext {
  327. position: relative;
  328. top: -8px;
  329. }
  330. .videoloading {
  331. display: block;
  332. width: 100%;
  333. height: 100%;
  334. z-index: 99;
  335. background-color: transparent;
  336. position: absolute;
  337. top: 0;
  338. left: 0;
  339. }
  340. .leftitbox {
  341. display: block;
  342. width: 30px;
  343. height: 28px;
  344. position: absolute;
  345. top: 0;
  346. left: 0;
  347. z-index: 10;
  348. }
  349. .gotoidxbox {
  350. display: block;
  351. position: absolute;
  352. top: 0;
  353. right: 0;
  354. width: 35px;
  355. height: 28px;
  356. z-index: 9;
  357. }
  358. /* -------- */
  359. .application {
  360. width: 100%;
  361. height: 110rpx;
  362. position: fixed;
  363. bottom: 0rpx;
  364. left: 0rpx;
  365. z-index: 999;
  366. text-align: center;
  367. line-height: 100rpx;
  368. font-size: 32rpx;
  369. border-radius: 0rpx;
  370. background-color: #F96400;
  371. box-sizing: border-box;
  372. color: #fff;
  373. }