videoshare.wxss 6.9 KB

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