videoshare.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. .videoBoxUp {
  22. display: block;
  23. width: 100%;
  24. height: 420rpx;
  25. margin-top: 360rpx;
  26. }
  27. .bgcolor {
  28. width: 100%;
  29. position: absolute;
  30. left: 0;
  31. height: 410rpx;
  32. bottom: 100rpx;
  33. pointer-events: none;
  34. z-index: 8;
  35. /* background-image: linear-gradient(180deg,
  36. rgba(0, 0, 0, 0) 0%,
  37. rgba(0, 0, 0, 0.6) 100%); */
  38. }
  39. .bgcolorshow {
  40. bottom: 0;
  41. }
  42. .personBox {
  43. position: absolute;
  44. bottom: 360rpx;
  45. left: 40rpx;
  46. /* width: 380rpx; */
  47. height: 48rpx;
  48. z-index: 8;
  49. background-color: rgba(0, 0, 0, 0.5);
  50. border-radius: 24rpx;
  51. padding: 0 16rpx;
  52. }
  53. .personBox .everyNumBox {
  54. float: left;
  55. /* width: 50%; */
  56. }
  57. .personBox .everyNumBox image {
  58. width: 22rpx;
  59. height: 26rpx;
  60. float: left;
  61. margin-left: 12rpx;
  62. position: relative;
  63. top: 11rpx;
  64. }
  65. .personBox .everyNumBox view {
  66. float: left;
  67. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  68. font-size: 24rpx;
  69. color: #ffffff;
  70. margin-left: 10rpx;
  71. line-height: 48rpx;
  72. }
  73. .personMsgBox {
  74. position: absolute;
  75. bottom: 180rpx;
  76. left: 40rpx;
  77. z-index: 8;
  78. }
  79. .personMsgBox .headImg {
  80. width: 80rpx;
  81. height: 80rpx;
  82. border-radius: 40rpx;
  83. border: 2px solid #fff;
  84. background-color: #fff;
  85. overflow: hidden;
  86. }
  87. .personMsgBox .headImg image {
  88. display: block;
  89. width: 100%;
  90. height: 100%;
  91. }
  92. .personMsgBox .name {
  93. margin-left: 20rpx;
  94. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  95. font-size: 32rpx;
  96. color: #ffffff;
  97. line-height: 80rpx;
  98. }
  99. .zanBox {
  100. position: absolute;
  101. right: 36rpx;
  102. bottom: 270rpx;
  103. text-align: center;
  104. z-index: 8;
  105. }
  106. #myVideo {
  107. display: block;
  108. width: 100%;
  109. height: 100%;
  110. }
  111. .videoTitle {
  112. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  113. font-size: 28rpx;
  114. width: 480rpx;
  115. height: 40rpx;
  116. line-height: 40rpx;
  117. color: #ffffff;
  118. z-index: 8;
  119. }
  120. .videocontent {
  121. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  122. font-size: 28rpx;
  123. width: 480rpx;
  124. max-height: 80rpx;
  125. line-height: 40rpx;
  126. color: #ffffff;
  127. white-space: pre-wrap;
  128. }
  129. .showDscText {
  130. /* position: absolute;
  131. bottom: 82rpx; */
  132. display: inline;
  133. color: #fff;
  134. /* right: 0rpx; */
  135. font-weight: 700;
  136. font-size: 28rpx;
  137. margin-left: 10rpx;
  138. position: relative;
  139. top: 6rpx;
  140. }
  141. .videocontentshow {
  142. max-height: 400rpx;
  143. }
  144. .hideText {
  145. display: inline;
  146. color: #fff;
  147. font-size: 28rpx;
  148. margin-left: 40rpx;
  149. font-weight: 700;
  150. position: relative;
  151. top: 6rpx;
  152. }
  153. .videotype {
  154. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  155. font-size: 28rpx;
  156. width: 560rpx;
  157. height: 80rpx;
  158. line-height: 40rpx;
  159. color: #ffffff;
  160. }
  161. .videomsgbox{
  162. position: absolute;
  163. bottom: 156rpx;
  164. left: 25rpx;
  165. z-index: 8;
  166. }
  167. .alertbox {
  168. position: fixed;
  169. display: block;
  170. padding: 20rpx 32rpx;
  171. top: 50%;
  172. left: 50%;
  173. z-index: 8;
  174. background: rgba(0, 0, 0, 0.8);
  175. color: #fff;
  176. max-width: 400rpx;
  177. transform: translateX(-50%) translateY(-50%);
  178. word-wrap: break-word;
  179. font-size: 24rpx;
  180. border-radius: 10rpx;
  181. }
  182. /* 右侧 */
  183. .sharenumBox {
  184. display: block;
  185. position: absolute;
  186. right: 0;
  187. bottom: 156rpx;
  188. z-index: 97;
  189. background-color: transparent;
  190. border: 0px solid transparent;
  191. }
  192. .sharenumBox button {
  193. display: block;
  194. background-color: transparent;
  195. border: 0px solid transparent;
  196. height: 100rpx;
  197. margin-bottom: 32rpx;
  198. }
  199. .sharenumBox button::after {
  200. border: 1px solid transparent;
  201. }
  202. .sharenumBox image {
  203. display: block;
  204. width: 46rpx;
  205. height: 42rpx;
  206. }
  207. .sharenumBox view {
  208. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  209. font-size: 26rpx;
  210. color: #fff;
  211. margin-bottom: 16rpx;
  212. background-color: transparent;
  213. }
  214. .sharenumBoxshow view {
  215. color: #fff !important;
  216. }
  217. .box-center image {
  218. display: block;
  219. margin: 0 auto;
  220. }
  221. .avatarBox {
  222. width: 80rpx !important;
  223. height: 80rpx !important;
  224. border-radius: 50% !important;
  225. }
  226. .personamebox1{
  227. width: 140rpx;
  228. }
  229. .signUpBtn{
  230. display: block;
  231. width: 230rpx;
  232. height: 60rpx;
  233. background-color: #28A1FF;
  234. font-size: 28rpx;
  235. color: #fff;
  236. text-align: center;
  237. line-height: 60rpx;
  238. border-radius: 8rpx;
  239. margin-bottom: 4rpx;
  240. }
  241. .pricebtnimg{
  242. display: block;
  243. position: relative;
  244. left: -4rpx;
  245. top: -20rpx;
  246. width: 140rpx !important;
  247. height: 140rpx !important;
  248. z-index: 9;
  249. }
  250. .box-center image.bwicon{
  251. width: 60rpx;
  252. height: 60rpx;
  253. }
  254. .box-center view.btext{
  255. position: relative;
  256. top: -8px;
  257. }