1
0

publicpraisemsg.wxss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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. width: 100%;
  152. height: 100%;
  153. }
  154. .videoBoxUp {
  155. width: 100%;
  156. height: 420rpx;
  157. margin-top: 360rpx;
  158. }
  159. .personBox {
  160. position: absolute;
  161. bottom: 360rpx;
  162. left: 40rpx;
  163. width: 335rpx;
  164. height: 48rpx;
  165. z-index: 9;
  166. background-color: rgba(0, 0, 0, 0.5);
  167. border-radius: 24rpx;
  168. }
  169. .personBox .everyNumBox {
  170. float: left;
  171. width: 50%;
  172. }
  173. .personBox .everyNumBox cover-image {
  174. width: 22rpx;
  175. height: 26rpx;
  176. float: left;
  177. margin-left: 20rpx;
  178. position: relative;
  179. top: 11rpx;
  180. }
  181. .personBox .everyNumBox cover-view {
  182. float: left;
  183. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  184. font-size: 24rpx;
  185. color: #ffffff;
  186. margin-left: 10rpx;
  187. line-height: 48rpx;
  188. }
  189. .personMsgBox {
  190. position: absolute;
  191. bottom: 180rpx;
  192. left: 40rpx;
  193. z-index: 9;
  194. }
  195. .personMsgBox .headImg {
  196. width: 80rpx;
  197. height: 80rpx;
  198. border-radius: 40rpx;
  199. border: 2px solid #fff;
  200. }
  201. .personMsgBox .headImg cover-image {
  202. display: block;
  203. width: 100%;
  204. height: 100%;
  205. }
  206. .personMsgBox .name {
  207. margin-left: 20rpx;
  208. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  209. font-size: 32rpx;
  210. color: #ffffff;
  211. line-height: 80rpx;
  212. width: 500rpx;
  213. }
  214. #myVideo1 {
  215. display: block;
  216. width: 100%;
  217. height: 100%;
  218. }
  219. .sharenumBox {
  220. display: block;
  221. position: absolute;
  222. right: 32rpx;
  223. bottom: 156rpx;
  224. z-index: 97;
  225. background-color: transparent;
  226. border: 0px solid transparent;
  227. }
  228. .sharenumBox button {
  229. display: block;
  230. background-color: transparent;
  231. border: 0px solid transparent;
  232. }
  233. .sharenumBox button::after {
  234. border: 1px solid transparent;
  235. }
  236. .sharenumBox cover-image {
  237. display: block;
  238. width: 46rpx;
  239. height: 42rpx;
  240. }
  241. .sharenumBox cover-view {
  242. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  243. font-size: 26rpx;
  244. color: #fff;
  245. margin-bottom: 16rpx;
  246. background-color: transparent;
  247. }
  248. .sharenumBoxshow cover-view {
  249. color: #fff !important;
  250. }
  251. .box-center cover-image {
  252. margin-left: 28rpx;
  253. }
  254. .ml38 {
  255. margin-left: 50rpx !important;
  256. }
  257. .avatarBox {
  258. width: 80rpx !important;
  259. height: 80rpx !important;
  260. border-radius: 50% !important;
  261. }
  262. .collectBox {
  263. bottom: 320rpx;
  264. }
  265. .collectBox cover-image {
  266. display: block;
  267. width: 46rpx;
  268. margin: 0 auto;
  269. height: 46rpx;
  270. }
  271. .collectBoxshow {
  272. bottom: 280rpx;
  273. }
  274. .videoTitle {
  275. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  276. font-size: 28rpx;
  277. width: 480rpx;
  278. height: 40rpx;
  279. line-height: 40rpx;
  280. color: #ffffff;
  281. z-index: 8;
  282. }
  283. .videocontent {
  284. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  285. font-size: 28rpx;
  286. width: 450rpx;
  287. max-height: 80rpx;
  288. line-height: 40rpx;
  289. color: #ffffff;
  290. white-space: pre-wrap;
  291. }
  292. .showAllContent {
  293. max-height: 400rpx;
  294. }
  295. .hideContent {
  296. display: inline;
  297. font-weight: 700;
  298. color: #fff;
  299. margin-left: 10rpx;
  300. font-size: 28rpx;
  301. }
  302. .showdscText {
  303. position: absolute;
  304. right: -16rpx;
  305. bottom: -2rpx;
  306. color: #fff;
  307. font-size: 28rpx;
  308. }
  309. .videotype {
  310. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  311. font-size: 28rpx;
  312. width: 560rpx;
  313. height: 80rpx;
  314. line-height: 40rpx;
  315. color: #ffffff;
  316. position: absolute;
  317. bottom: 180rpx;
  318. left: 40rpx;
  319. z-index: 9;
  320. }
  321. .sharenumBoxshow cover-view {
  322. color: #249efb;
  323. }
  324. .sharenumBoxshow {
  325. bottom: 160rpx;
  326. }
  327. .zanBoxshow {
  328. bottom: 160rpx;
  329. }
  330. .viewBox {
  331. display: block;
  332. width: 750px;
  333. height: 100%;
  334. position: fixed;
  335. top: 0;
  336. left: 0;
  337. z-index: 98;
  338. background: transparent;
  339. }
  340. .viewBox button {
  341. display: block;
  342. width: 100%;
  343. height: 100%;
  344. color: transparent;
  345. line-height: 2000rpx;
  346. background-color: transparent;
  347. color: transparent;
  348. }
  349. .sharenumBoxshow cover-view {
  350. color: #1f9ffb;
  351. }
  352. .topbox {
  353. display: block;
  354. width: 100%;
  355. background-color: #ffffff;
  356. position: fixed;
  357. top: 0;
  358. left: 0;
  359. z-index: 9999999;
  360. }
  361. .leftindexbox {
  362. position: absolute;
  363. left: 8px;
  364. width: 70px;
  365. border: 1px solid #d1cfcf;
  366. padding: 4px 0;
  367. height: 28px;
  368. border-radius: 18px;
  369. box-sizing: border-box;
  370. z-index: 99;
  371. }
  372. .leftindexbox .leftgoto {
  373. display: block;
  374. width: 8px;
  375. height: 14px;
  376. float: left;
  377. margin-left: 11px;
  378. /* transform: rotateY(180deg); */
  379. position: relative;
  380. top: 2px;
  381. z-index: 9;
  382. }
  383. .gotoindex {
  384. display: block;
  385. width: 16px;
  386. height: 16px;
  387. float: right;
  388. position: relative;
  389. right: 10px;
  390. top: 1px;
  391. }
  392. .leftindexbox .text {
  393. position: absolute;
  394. height: 14px;
  395. width: 1px;
  396. left: 30px;
  397. top: 6px;
  398. background-color: #d1cfcf;
  399. }
  400. /* 其他 */
  401. .videomsgbox{
  402. position: absolute;
  403. bottom: 156rpx;
  404. left: 25rpx;
  405. z-index: 8;
  406. }
  407. /* 右侧 */
  408. .personamebox1{
  409. width: 140rpx;
  410. }
  411. .sharenumBox {
  412. overflow: inherit;
  413. display: block;
  414. position: absolute;
  415. right: 0;
  416. bottom: 156rpx;
  417. z-index: 97;
  418. background-color: transparent;
  419. border: 0px solid transparent;
  420. }
  421. .sharenumBox button {
  422. display: block;
  423. background-color: transparent;
  424. border: 0px solid transparent;
  425. height: 100rpx;
  426. margin-bottom: 32rpx;
  427. }
  428. .sharenumBox button::after {
  429. border: 1px solid transparent;
  430. }
  431. .sharenumBox image {
  432. display: block;
  433. width: 46rpx;
  434. height: 42rpx;
  435. }
  436. .sharenumBox view {
  437. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  438. font-size: 26rpx;
  439. color: #fff;
  440. margin-bottom: 16rpx;
  441. background-color: transparent;
  442. }
  443. .sharenumBoxshow view {
  444. color: #fff !important;
  445. }
  446. .box-center image {
  447. display: block;
  448. margin: 0 auto !important;
  449. }
  450. .avatarBox {
  451. width: 80rpx !important;
  452. height: 80rpx !important;
  453. border-radius: 50% !important;
  454. }
  455. .pricebtnimg{
  456. display: block;
  457. position: fixed;
  458. right: 20rpx;
  459. bottom:300rpx;
  460. width: 140rpx;
  461. height: 140rpx;
  462. z-index: 9;
  463. }
  464. .sharenumBox .pricebtnimg{
  465. position: relative;
  466. right: 4rpx;
  467. top: 0;
  468. width: 140rpx;
  469. height: 140rpx;
  470. margin-top: 24rpx;
  471. }
  472. .box-center image.bwicon{
  473. width: 60rpx;
  474. height: 60rpx;
  475. }
  476. .box-center view.btext{
  477. position: relative;
  478. top: -8px;
  479. }
  480. .videoloading{
  481. display: block;
  482. width: 100%;
  483. height: 100%;
  484. z-index: 99;
  485. background-color: transparent;
  486. position: absolute;
  487. top: 0;
  488. left:0;
  489. }