publicpraisemsg.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. .titbox {
  2. padding: 32rpx 20rpx 16rpx;
  3. }
  4. .sharebox {
  5. margin-left: 20rpx;
  6. }
  7. .sharebox image {
  8. display: block;
  9. width: 24rpx;
  10. height: 20rpx;
  11. margin-right: 8rpx;
  12. position: relative;
  13. top: 7rpx;
  14. }
  15. .textbox {
  16. padding: 24rpx 20rpx;
  17. }
  18. .msgbox {
  19. padding: 0 20rpx 140rpx;
  20. }
  21. .msgbox>view {
  22. margin-bottom: 24rpx;
  23. }
  24. .iamgeBox image {
  25. display: block;
  26. width: 100%;
  27. margin-bottom: 24rpx;
  28. }
  29. /* 一张图片 */
  30. view.oneImg image {
  31. display: block;
  32. width: 100%;
  33. max-height: max-content;
  34. }
  35. view.fourImg image:nth-of-type(2n) {
  36. margin-right: 50rpx;
  37. }
  38. .footer {
  39. display: block;
  40. width: 100%;
  41. height: 98rpx;
  42. box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
  43. background: #FFFFFF;
  44. position: fixed;
  45. left: 0;
  46. bottom: 0;
  47. z-index: 100;
  48. }
  49. .collectbox image {
  50. display: block;
  51. width: 40rpx;
  52. height: 40rpx;
  53. margin: 10rpx auto 6rpx;
  54. }
  55. button.friendbox {
  56. background-color: #FFFFFF;
  57. }
  58. .friendbox image {
  59. display: block;
  60. width: 48rpx;
  61. height: 40rpx;
  62. margin: 10rpx auto 6rpx;
  63. }
  64. button.sharebtnbox {
  65. display: block;
  66. margin-left: 32rpx;
  67. background: #249EFB;
  68. height: 80rpx;
  69. line-height: 80rpx;
  70. border-radius: 40rpx;
  71. position: relative;
  72. top: 9rpx;
  73. width: 480rpx;
  74. }
  75. .sharebtnbox image {
  76. display: block;
  77. width: 46rpx;
  78. height: 40rpx;
  79. position: relative;
  80. margin-right: 8rpx;
  81. top: 20rpx;
  82. }
  83. .sharebtnbox .text {
  84. line-height: 80rpx;
  85. color: #FFFFFF;
  86. }
  87. .prebox {
  88. position: fixed;
  89. top: 36%;
  90. left: 0;
  91. width: 68rpx;
  92. height: 104rpx;
  93. opacity: 0.9;
  94. background: #384855;
  95. border-radius: 0 52rpx 52rpx 0;
  96. }
  97. .prebox image {
  98. display: block;
  99. position: absolute;
  100. width: 32rpx;
  101. height: 36rpx;
  102. top: 34rpx;
  103. left: 10rpx;
  104. z-index: 99;
  105. }
  106. .nextbox {
  107. position: fixed;
  108. top: 36%;
  109. right: 0;
  110. width: 68rpx;
  111. height: 104rpx;
  112. opacity: 0.9;
  113. background: #384855;
  114. border-radius: 52rpx 0 0 52rpx;
  115. }
  116. .nextbox image {
  117. display: block;
  118. position: absolute;
  119. width: 32rpx;
  120. height: 36rpx;
  121. top: 34rpx;
  122. right: 10rpx;
  123. z-index: 99;
  124. }
  125. page {
  126. position: relative;
  127. width: 100%;
  128. height: 100%;
  129. }
  130. .page {
  131. position: relative;
  132. width: 100%;
  133. height: 100%;
  134. overflow: hidden;
  135. box-sizing: border-box;
  136. background: #000;
  137. }
  138. .videoBox {
  139. width: 100%;
  140. height: 100%;
  141. }
  142. .videoBoxUp {
  143. width: 100%;
  144. height: 95%;
  145. }
  146. .personBox {
  147. position: absolute;
  148. bottom: 360rpx;
  149. left: 40rpx;
  150. width: 335rpx;
  151. height: 48rpx;
  152. z-index: 9;
  153. background-color: rgba(0, 0, 0, 0.5);
  154. border-radius: 24rpx;
  155. }
  156. .personBox .everyNumBox {
  157. float: left;
  158. width: 50%;
  159. }
  160. .personBox .everyNumBox cover-image {
  161. width: 22rpx;
  162. height: 26rpx;
  163. float: left;
  164. margin-left: 20rpx;
  165. position: relative;
  166. top: 11rpx;
  167. }
  168. .personBox .everyNumBox cover-view {
  169. float: left;
  170. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  171. font-size: 24rpx;
  172. color: #ffffff;
  173. margin-left: 10rpx;
  174. line-height: 48rpx;
  175. }
  176. .personMsgBox {
  177. position: absolute;
  178. bottom: 180rpx;
  179. left: 40rpx;
  180. z-index: 9;
  181. }
  182. .personMsgBox .headImg {
  183. width: 80rpx;
  184. height: 80rpx;
  185. border-radius: 40rpx;
  186. border: 2px solid #fff;
  187. }
  188. .personMsgBox .headImg cover-image {
  189. display: block;
  190. width: 100%;
  191. height: 100%;
  192. }
  193. .personMsgBox .name {
  194. margin-left: 20rpx;
  195. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  196. font-size: 32rpx;
  197. color: #ffffff;
  198. line-height: 80rpx;
  199. width: 500rpx;
  200. }
  201. #myVideo1 {
  202. display: block;
  203. width: 100%;
  204. height: 100%;
  205. }
  206. .sharenumBox {
  207. display: block;
  208. position: absolute;
  209. right: 32rpx;
  210. bottom: 156rpx;
  211. z-index: 97;
  212. background-color: transparent;
  213. border: 0px solid transparent;
  214. }
  215. .sharenumBox button {
  216. display: block;
  217. background-color: transparent;
  218. border: 0px solid transparent;
  219. }
  220. .sharenumBox button::after {
  221. border: 1px solid transparent;
  222. }
  223. .sharenumBox cover-image {
  224. display: block;
  225. width: 46rpx;
  226. height: 42rpx;
  227. }
  228. .sharenumBox cover-view {
  229. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  230. font-size: 26rpx;
  231. color: #fff;
  232. margin-bottom: 16rpx;
  233. background-color: transparent;
  234. }
  235. .sharenumBoxshow cover-view {
  236. color: #fff !important;
  237. }
  238. .box-center cover-image {
  239. margin-left: 28rpx;
  240. }
  241. .ml38 {
  242. margin-left: 50rpx !important;
  243. }
  244. .avatarBox {
  245. width: 80rpx !important;
  246. height: 80rpx !important;
  247. border-radius: 50% !important;
  248. }
  249. .collectBox {
  250. bottom: 320rpx;
  251. }
  252. .collectBox cover-image {
  253. display: block;
  254. width: 46rpx;
  255. margin: 0 auto;
  256. height: 46rpx;
  257. }
  258. .collectBoxshow {
  259. bottom: 280rpx;
  260. }
  261. .videoTitle {
  262. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  263. font-size: 28rpx;
  264. width: 480rpx;
  265. height: 40rpx;
  266. line-height: 40rpx;
  267. color: #ffffff;
  268. z-index: 8;
  269. }
  270. .videocontent {
  271. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  272. font-size: 28rpx;
  273. width: 450rpx;
  274. max-height: 80rpx;
  275. line-height: 40rpx;
  276. color: #ffffff;
  277. white-space: pre-wrap;
  278. }
  279. .showAllContent {
  280. max-height: 400rpx;
  281. }
  282. .hideContent {
  283. display: inline;
  284. font-weight: 700;
  285. color: #fff;
  286. margin-left: 10rpx;
  287. font-size: 28rpx;
  288. }
  289. .showdscText {
  290. position: absolute;
  291. right: -16rpx;
  292. bottom: -2rpx;
  293. color: #fff;
  294. font-size: 28rpx;
  295. }
  296. .videotype {
  297. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  298. font-size: 28rpx;
  299. width: 560rpx;
  300. height: 80rpx;
  301. line-height: 40rpx;
  302. color: #ffffff;
  303. position: absolute;
  304. bottom: 180rpx;
  305. left: 40rpx;
  306. z-index: 9;
  307. }
  308. .sharenumBoxshow cover-view {
  309. color: #249efb;
  310. }
  311. .sharenumBoxshow {
  312. bottom: 160rpx;
  313. }
  314. .zanBoxshow {
  315. bottom: 160rpx;
  316. }
  317. .viewBox {
  318. display: block;
  319. width: 750px;
  320. height: 100%;
  321. position: fixed;
  322. top: 0;
  323. left: 0;
  324. z-index: 98;
  325. background: transparent;
  326. }
  327. .viewBox button {
  328. display: block;
  329. width: 100%;
  330. height: 100%;
  331. color: transparent;
  332. line-height: 2000rpx;
  333. background-color: transparent;
  334. color: transparent;
  335. }
  336. .sharenumBoxshow cover-view {
  337. color: #1f9ffb;
  338. }
  339. .topbox {
  340. display: block;
  341. width: 100%;
  342. background-color: #ffffff;
  343. position: fixed;
  344. top: 0;
  345. left: 0;
  346. z-index: 9999999;
  347. }
  348. .leftindexbox {
  349. position: absolute;
  350. left: 8px;
  351. width: 70px;
  352. border: 1px solid #d1cfcf;
  353. padding: 4px 0;
  354. height: 28px;
  355. border-radius: 18px;
  356. box-sizing: border-box;
  357. z-index: 99;
  358. }
  359. .leftindexbox .leftgoto {
  360. display: block;
  361. width: 8px;
  362. height: 14px;
  363. float: left;
  364. margin-left: 11px;
  365. /* transform: rotateY(180deg); */
  366. position: relative;
  367. top: 2px;
  368. z-index: 9;
  369. }
  370. .gotoindex {
  371. display: block;
  372. width: 16px;
  373. height: 16px;
  374. float: right;
  375. position: relative;
  376. right: 10px;
  377. top: 1px;
  378. }
  379. .leftindexbox .text {
  380. position: absolute;
  381. height: 14px;
  382. width: 1px;
  383. left: 30px;
  384. top: 6px;
  385. background-color: #d1cfcf;
  386. }
  387. /* 其他 */
  388. .videomsgbox{
  389. position: absolute;
  390. bottom: 156rpx;
  391. left: 25rpx;
  392. z-index: 8;
  393. }
  394. /* 右侧 */
  395. .personamebox1{
  396. width: 140rpx;
  397. }
  398. .sharenumBox {
  399. overflow: inherit;
  400. display: block;
  401. position: absolute;
  402. right: 0;
  403. bottom: 156rpx;
  404. z-index: 97;
  405. background-color: transparent;
  406. border: 0px solid transparent;
  407. }
  408. .sharenumBox button {
  409. display: block;
  410. background-color: transparent;
  411. border: 0px solid transparent;
  412. height: 100rpx;
  413. margin-bottom: 32rpx;
  414. }
  415. .sharenumBox button::after {
  416. border: 1px solid transparent;
  417. }
  418. .sharenumBox image {
  419. display: block;
  420. width: 46rpx;
  421. height: 42rpx;
  422. }
  423. .sharenumBox view {
  424. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  425. font-size: 26rpx;
  426. color: #fff;
  427. margin-bottom: 16rpx;
  428. background-color: transparent;
  429. }
  430. .sharenumBoxshow view {
  431. color: #fff !important;
  432. }
  433. .box-center image {
  434. display: block;
  435. margin: 0 auto !important;
  436. }
  437. .avatarBox {
  438. width: 80rpx !important;
  439. height: 80rpx !important;
  440. border-radius: 50% !important;
  441. }
  442. .pricebtnimg{
  443. display: block;
  444. position: fixed;
  445. right: 20rpx;
  446. bottom:300rpx;
  447. width: 140rpx;
  448. height: 140rpx;
  449. z-index: 9;
  450. }
  451. .sharenumBox .pricebtnimg{
  452. position: relative;
  453. right: 4rpx;
  454. top: 0;
  455. width: 140rpx;
  456. height: 140rpx;
  457. margin-top: 24rpx;
  458. }
  459. .box-center image.bwicon{
  460. width: 60rpx;
  461. height: 60rpx;
  462. }
  463. .box-center view.btext{
  464. position: relative;
  465. top: -8px;
  466. }
  467. .videoloading{
  468. display: block;
  469. width: 100%;
  470. height: 100%;
  471. z-index: 99;
  472. background-color: transparent;
  473. position: absolute;
  474. top: 0;
  475. left:0;
  476. }