networkvideo.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. /* 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. .bgcolor {
  22. width: 100%;
  23. position: absolute;
  24. left: 0;
  25. height: 500rpx;
  26. bottom: 100rpx;
  27. pointer-events: none;
  28. z-index: 99;
  29. /* background-image: linear-gradient(180deg,
  30. rgba(0, 0, 0, 0) 0%,
  31. rgba(0, 0, 0, 0.6) 100%); */
  32. }
  33. .bgcolorshow {
  34. bottom: 0;
  35. }
  36. .personBox {
  37. position: absolute;
  38. bottom: 360rpx;
  39. left: 40rpx;
  40. width: 335rpx;
  41. height: 48rpx;
  42. z-index: 9;
  43. background-color: rgba(0, 0, 0, 0.5);
  44. border-radius: 24rpx;
  45. }
  46. .personBox .everyNumBox {
  47. float: left;
  48. width: 50%;
  49. }
  50. .personBox .everyNumBox cover-image {
  51. width: 22rpx;
  52. height: 26rpx;
  53. float: left;
  54. margin-left: 20rpx;
  55. position: relative;
  56. top: 11rpx;
  57. }
  58. .personBox .everyNumBox cover-view {
  59. float: left;
  60. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  61. font-size: 24rpx;
  62. color: #ffffff;
  63. margin-left: 10rpx;
  64. line-height: 48rpx;
  65. }
  66. .personMsgBox {
  67. position: absolute;
  68. bottom: 80rpx;
  69. left: 40rpx;
  70. z-index: 9;
  71. }
  72. .personMsgBox .headImg {
  73. width: 80rpx;
  74. height: 80rpx;
  75. border-radius: 40rpx;
  76. border: 2px solid #fff;
  77. background-color: #fff;
  78. overflow: hidden;
  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. }
  92. .zanBox {
  93. position: absolute;
  94. right: 40rpx;
  95. bottom: 190rpx;
  96. text-align: center;
  97. z-index: 1000;
  98. }
  99. #myVideo{
  100. display: block;
  101. width: 100%;
  102. height: 100%;
  103. }
  104. .zanBox cover-image {
  105. display: block;
  106. width: 43rpx;
  107. height: 43rpx;
  108. }
  109. .zanBox cover-view {
  110. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  111. font-size: 26rpx;
  112. color: #ffffff;
  113. margin-bottom: 16px;
  114. }
  115. .sharenumBox {
  116. display: block;
  117. position: absolute;
  118. right: 32rpx;
  119. bottom: 156rpx;
  120. z-index: 1000;
  121. background-color: transparent;
  122. border: 0px solid transparent;
  123. }
  124. .sharenumBox button{
  125. display: block;
  126. background-color: transparent;
  127. border: 0px solid transparent;
  128. }
  129. .sharenumBox button::after{
  130. border: 1px solid transparent;
  131. }
  132. .sharenumBox cover-image {
  133. display: block;
  134. width: 46rpx;
  135. height: 42rpx;
  136. }
  137. .sharenumBox cover-view {
  138. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  139. font-size: 26rpx;
  140. color: #ffffff;
  141. margin-bottom: 16rpx;
  142. background-color: transparent;
  143. }
  144. .collectBox{
  145. bottom: 320rpx;
  146. }
  147. .collectBox cover-image {
  148. display: block;
  149. width: 46rpx;
  150. margin: 0 auto;
  151. height: 46rpx;
  152. }
  153. .collectBoxshow{
  154. bottom: 260rpx;
  155. }
  156. .videoTitle {
  157. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  158. font-size: 28rpx;
  159. width: 560rpx;
  160. height: 40rpx;
  161. line-height: 40rpx;
  162. color: #ffffff;
  163. position: absolute;
  164. bottom: 300rpx;
  165. left: 40rpx;
  166. z-index: 9;
  167. }
  168. .videocontent{
  169. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  170. font-size: 28rpx;
  171. width: 560rpx;
  172. height: 80rpx;
  173. line-height: 40rpx;
  174. color: #ffffff;
  175. position: absolute;
  176. bottom: 220rpx;
  177. left: 40rpx;
  178. z-index: 9;
  179. white-space:pre-wrap;
  180. }
  181. .videotype{
  182. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  183. font-size: 28rpx;
  184. width: 560rpx;
  185. height: 80rpx;
  186. line-height: 40rpx;
  187. color: #ffffff;
  188. position: absolute;
  189. bottom: 140rpx;
  190. left: 40rpx;
  191. z-index: 9;
  192. }
  193. .footer {
  194. display: block;
  195. width: 100%;
  196. height: 98rpx;
  197. position: fixed;
  198. bottom: 0;
  199. left: 0;
  200. background: #fff;
  201. box-sizing: content-box;
  202. z-index: 99;
  203. }
  204. .footer cover-view {
  205. display: block;
  206. width: 50%;
  207. height: 98rpx;
  208. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  209. font-size: 34rpx;
  210. color: #249efb;
  211. background: #fff;
  212. line-height: 98rpx;
  213. text-align: center;
  214. }
  215. .footer cover-view.editContent {
  216. background: #249efb;
  217. color: #fff;
  218. }
  219. .sharenumBoxshow {
  220. bottom: 10rpx;
  221. }
  222. .videoTitleshow {
  223. bottom: 250rpx;
  224. }
  225. .videocontentshow {
  226. bottom: 160rpx;
  227. }
  228. .videotypeshow{
  229. bottom: 80rpx;
  230. }
  231. .personMsgBoxshow {
  232. bottom: 30rpx;
  233. }
  234. .personlogin{
  235. position: fixed;
  236. top: 0;
  237. left: 0;
  238. width: 100%;
  239. height: 100%;
  240. z-index: 9999;
  241. }
  242. .zanBoxshow {
  243. bottom: 145rpx;
  244. }
  245. .topText{
  246. position: fixed;
  247. top: 0;
  248. left: 0;
  249. width: 100%;
  250. height: 48rpx;
  251. background-color: rgba(255,114, 2,0.3);
  252. font-size: 24rpx;
  253. color: #fff;
  254. line-height: 48rpx;
  255. z-index: 999999;
  256. text-align: center;
  257. }
  258. .viewBox{
  259. display: block;
  260. width:750px;
  261. height:100%;
  262. position: fixed;
  263. top: 0;
  264. left:0;
  265. z-index: 9999999;
  266. background: transparent;
  267. }
  268. .viewBox button{
  269. display: block;
  270. width: 100%;
  271. height:100%;
  272. color: transparent;
  273. line-height: 2000rpx;
  274. background-color: transparent;
  275. color: transparent;
  276. }