publicpraisemsg.wxss 8.8 KB

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