publicpraisemsg.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. page{
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .overflowHidden {
  7. width: 100%;
  8. height: 100vh;
  9. overflow: hidden;
  10. }
  11. .titbox{
  12. padding: 32rpx 20rpx 16rpx;
  13. }
  14. .sharebox{
  15. margin-left: 20rpx;
  16. }
  17. .sharebox image{
  18. display: block;
  19. width: 24rpx;
  20. height: 20rpx;
  21. margin-right: 8rpx;
  22. position: relative;
  23. top:7rpx;
  24. }
  25. .textbox{
  26. padding: 24rpx 20rpx;
  27. }
  28. .msgbox{
  29. padding: 0 20rpx 140rpx;
  30. }
  31. .msgbox>view{
  32. margin-bottom: 24rpx;
  33. }
  34. .iamgeBox image{
  35. display: block;
  36. width: 100%;
  37. margin-bottom: 24rpx;
  38. }
  39. /* 图片展示 */
  40. .iamgeBox image {
  41. /* float: left;
  42. width: 210rpx;
  43. height: 154rpx;
  44. margin-right: 4rpx;
  45. margin-bottom: 4rpx; */
  46. /* max-height: 340rpx; */
  47. }
  48. .iamgeBox image:nth-of-type(3n){
  49. /* margin-right: 0; */
  50. }
  51. /* 一张图片 */
  52. view.oneImg image {
  53. display: block;
  54. width: 100%;
  55. max-height: max-content;
  56. }
  57. view.fourImg image:nth-of-type(2n){
  58. margin-right: 50rpx;
  59. }
  60. .prebox{
  61. position: fixed;
  62. top: 36%;
  63. left: 0;
  64. width: 68rpx;
  65. height: 104rpx;
  66. opacity: 0.9;
  67. background: #384855;
  68. border-radius: 0 52rpx 52rpx 0;
  69. }
  70. .prebox image{
  71. display: block;
  72. position: absolute;
  73. width: 32rpx;
  74. height: 36rpx;
  75. top: 34rpx;
  76. left: 10rpx;
  77. z-index: 99;
  78. }
  79. .nextbox{
  80. position: fixed;
  81. top: 36%;
  82. right: 0;
  83. width: 68rpx;
  84. height: 104rpx;
  85. opacity: 0.9;
  86. background: #384855;
  87. border-radius: 52rpx 0 0 52rpx;
  88. }
  89. .nextbox image{
  90. display: block;
  91. position: absolute;
  92. width: 32rpx;
  93. height: 36rpx;
  94. top: 34rpx;
  95. right: 10rpx;
  96. z-index: 99;
  97. }
  98. /* 视频 */
  99. .page {
  100. position: relative;
  101. width: 100%;
  102. height: 100%;
  103. overflow: hidden;
  104. box-sizing: border-box;
  105. background: #000;
  106. }
  107. .videoBox {
  108. width: 100%;
  109. height: 100%;
  110. }
  111. .videoBoxUp {
  112. width: 100%;
  113. height: 420rpx;
  114. margin-top: 360rpx;
  115. }
  116. .bgcolor {
  117. width: 100%;
  118. position: absolute;
  119. left: 0;
  120. height: 410rpx;
  121. bottom: 100rpx;
  122. pointer-events: none;
  123. z-index: 8;
  124. /* background-image: linear-gradient(180deg,
  125. rgba(0, 0, 0, 0) 0%,
  126. rgba(0, 0, 0, 0.6) 100%); */
  127. }
  128. .bgcolorshow {
  129. bottom: 0;
  130. }
  131. .personBox {
  132. position: absolute;
  133. bottom: 360rpx;
  134. left: 40rpx;
  135. /* width: 380rpx; */
  136. height: 48rpx;
  137. z-index: 8;
  138. background-color: rgba(0, 0, 0, 0.5);
  139. border-radius: 24rpx;
  140. padding: 0 16rpx;
  141. }
  142. .personBox .everyNumBox {
  143. float: left;
  144. /* width: 50%; */
  145. }
  146. .personBox .everyNumBox image {
  147. width: 22rpx;
  148. height: 26rpx;
  149. float: left;
  150. margin-left: 12rpx;
  151. position: relative;
  152. top: 11rpx;
  153. }
  154. .personBox .everyNumBox view view {
  155. float: left;
  156. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  157. font-size: 24rpx;
  158. color: #ffffff;
  159. margin-left: 10rpx;
  160. line-height: 48rpx;
  161. }
  162. .personMsgBox {
  163. position: absolute;
  164. bottom: 180rpx;
  165. left: 40rpx;
  166. z-index: 8;
  167. }
  168. .personMsgBox .headImg {
  169. width: 80rpx;
  170. height: 80rpx;
  171. border-radius: 40rpx;
  172. border: 2px solid #fff;
  173. background-color: #fff;
  174. overflow: hidden;
  175. }
  176. .personMsgBox .headImg image {
  177. display: block;
  178. width: 100%;
  179. height: 100%;
  180. }
  181. .personMsgBox .name {
  182. margin-left: 20rpx;
  183. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  184. font-size: 32rpx;
  185. color: #ffffff;
  186. line-height: 80rpx;
  187. }
  188. .zanBox {
  189. position: absolute;
  190. right: 36rpx;
  191. bottom: 270rpx;
  192. text-align: center;
  193. z-index: 8;
  194. }
  195. #myVideo {
  196. display: block;
  197. width: 100%;
  198. height: 100%;
  199. }
  200. .videoTitle {
  201. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  202. font-size: 28rpx;
  203. width: 480rpx;
  204. height: 40rpx;
  205. line-height: 40rpx;
  206. color: #ffffff;
  207. z-index: 8;
  208. }
  209. .videocontent {
  210. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  211. font-size: 28rpx;
  212. width: 435rpx;
  213. max-height: 80rpx;
  214. line-height: 40rpx;
  215. color: #ffffff;
  216. white-space: pre-wrap;
  217. }
  218. .showAllContent {
  219. max-height: 400rpx;
  220. }
  221. .hideContent {
  222. display: inline;
  223. font-weight: 700;
  224. color: #fff;
  225. margin-left: 10rpx;
  226. font-size: 28rpx;
  227. }
  228. .showdscText {
  229. position: absolute;
  230. right: -1rpx;
  231. bottom: -2rpx;
  232. color: #fff;
  233. font-size: 28rpx;
  234. }
  235. .videotype {
  236. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  237. font-size: 28rpx;
  238. width: 560rpx;
  239. height: 80rpx;
  240. line-height: 40rpx;
  241. color: #ffffff;
  242. }
  243. .videomsgbox{
  244. position: absolute;
  245. bottom: 186rpx;
  246. left: 25rpx;
  247. z-index: 8;
  248. }
  249. .alertbox {
  250. position: fixed;
  251. display: block;
  252. padding: 20rpx 32rpx;
  253. top: 50%;
  254. left: 50%;
  255. z-index: 8;
  256. background: rgba(0, 0, 0, 0.8);
  257. color: #fff;
  258. max-width: 400rpx;
  259. transform: translateX(-50%) translateY(-50%);
  260. word-wrap: break-word;
  261. font-size: 24rpx;
  262. border-radius: 10rpx;
  263. }
  264. /* 右侧 */
  265. .personamebox1{
  266. width: 140rpx;
  267. }
  268. .sharenumBox {
  269. overflow: inherit;
  270. display: block;
  271. position: absolute;
  272. right: 0;
  273. bottom: 226rpx;
  274. z-index: 97;
  275. background-color: transparent;
  276. border: 0px solid transparent;
  277. }
  278. .sharenumBox button {
  279. display: block;
  280. background-color: transparent;
  281. border: 0px solid transparent;
  282. height: 100rpx;
  283. margin-bottom: 32rpx;
  284. }
  285. .sharenumBox button::after {
  286. border: 1px solid transparent;
  287. }
  288. .sharenumBox cover-image {
  289. display: block;
  290. width: 46rpx;
  291. height: 42rpx;
  292. }
  293. .sharenumBox cover-view {
  294. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  295. font-size: 26rpx;
  296. color: #fff;
  297. margin-bottom: 16rpx;
  298. background-color: transparent;
  299. }
  300. .sharenumBoxshow cover-view {
  301. color: #fff !important;
  302. }
  303. .box-center cover-image {
  304. display: block;
  305. margin: 0 auto;
  306. }
  307. .avatarBox {
  308. width: 80rpx !important;
  309. height: 80rpx !important;
  310. border-radius: 50% !important;
  311. }
  312. .rightbtnbox{
  313. display: block;
  314. position: fixed;
  315. right: 0rpx;
  316. bottom:200rpx;
  317. z-index: 9;
  318. }
  319. .pricebtnimg{
  320. display: block;
  321. position: relative;
  322. right: 7rpx;
  323. width: 140rpx;
  324. height: 140rpx;
  325. z-index: 9;
  326. margin-bottom: 6rpx;
  327. }
  328. .tcollectbox{
  329. display: block;
  330. width: 98rpx;
  331. height: 98rpx;
  332. background-color: #ffffff;
  333. box-shadow: 0 2rpx 8rpx 0 rgba(56,72,85,0.20);
  334. border: solid 1px #B6CADE;
  335. border-radius: 50%;
  336. position: relative;
  337. right: -20rpx;
  338. overflow: hidden;
  339. }
  340. .tcollectbox image{
  341. display: block;
  342. width: 27rpx;
  343. height: 27rpx;
  344. margin: 18rpx auto 12rpx;
  345. }
  346. .tsharebox{
  347. background-color: #259cfa;
  348. box-shadow: 0px 2rpx 15rpx 1px
  349. rgba(36, 157, 250, 0.48);
  350. border: solid 1px #249dfa;
  351. margin-bottom: 24rpx;
  352. }
  353. .sharenumBox .pricebtnimg{
  354. position: relative;
  355. right: 4rpx;
  356. top: 0;
  357. width: 140rpx;
  358. height: 140rpx;
  359. margin-top: 24rpx;
  360. }
  361. .box-center cover-image.bwicon{
  362. width: 60rpx;
  363. height: 60rpx;
  364. }
  365. .box-center cover-view.btext{
  366. position: relative;
  367. top: -8px;
  368. }
  369. .videoloading{
  370. display: block;
  371. width: 100%;
  372. height: 100%;
  373. z-index: 99;
  374. background-color: transparent;
  375. position: fixed;
  376. top: 0;
  377. left:0;
  378. }
  379. /*--*/
  380. .shareTips {
  381. width: 100%;
  382. height: 56rpx;
  383. background-color: #FDDAC4;
  384. color: #F96400;
  385. position: fixed;
  386. bottom: 100rpx;
  387. left: 0rpx;
  388. line-height: 56rpx;
  389. text-align: center;
  390. font-size: 24rpx;
  391. }
  392. .cutAndShare {
  393. width: 100%;
  394. height: 100rpx;
  395. position: fixed;
  396. bottom: 0rpx;
  397. left: 0rpx;
  398. background-color: #fff;
  399. box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1);
  400. display: flex;
  401. }
  402. .shareCutImg {
  403. width: 40%;
  404. height: 100%;
  405. display: flex;
  406. align-items: center;
  407. justify-content: center;
  408. font-size: 32rpx;
  409. }
  410. .shareBtn {
  411. flex: 1;
  412. height: 100%;
  413. background-color: #F96400;
  414. border-radius: 0rpx !important;
  415. line-height: 100rpx;
  416. color: #fff;
  417. font-size: 32rpx;
  418. }
  419. .cutMask {
  420. width: 100%;
  421. height: 100vh;
  422. position: fixed;
  423. top: 0rpx;
  424. left: 0rpx;
  425. background-color: rgba(0, 0, 0, 0.5);
  426. z-index: 999999 !important;
  427. }
  428. .cutBlock {
  429. width: 100%;
  430. height: 70%;
  431. background-color: #fff;
  432. position: absolute;
  433. bottom: 0rpx;
  434. left: 0rpx;
  435. box-sizing: border-box;
  436. padding: 88rpx 0rpx 100rpx;
  437. }
  438. .cutTitle {
  439. width: 100%;
  440. height: 88rpx;
  441. background-color: #F96400;
  442. color: #fff;
  443. font-size: 32rpx;
  444. text-align: center;
  445. line-height: 88rpx;
  446. position: absolute;
  447. top: 0rpx;
  448. left: 0rpx;
  449. }
  450. .cutConfirm {
  451. width: 100%;
  452. height: 100rpx;
  453. background-color: #F96400;
  454. color: #fff;
  455. position: absolute;
  456. bottom: 0rpx;
  457. left: 0rpx;
  458. text-align: center;
  459. line-height: 100rpx;
  460. font-size: 32rpx;
  461. border-radius: 0rpx;
  462. }
  463. .cutContent {
  464. width: 100%;
  465. height: 100%;
  466. overflow: auto;
  467. }
  468. .cutShareLabel {
  469. width: 100%;
  470. height: 66rpx;
  471. line-height: 66rpx;
  472. box-sizing: border-box;
  473. padding: 0rpx 20rpx;
  474. }
  475. .cutImglistBox {
  476. width: 100%;
  477. height: auto;
  478. overflow: hidden;
  479. box-sizing: border-box;
  480. padding: 20rpx;
  481. display: flex;
  482. flex-wrap: wrap;
  483. }
  484. .uploadImg {
  485. width: 150rpx;
  486. height: 150rpx;
  487. border: 2rpx solid #D7DFE4;
  488. display: flex;
  489. flex-direction: column;
  490. justify-content: center;
  491. align-items: center;
  492. }
  493. .uploadImg>image {
  494. width: 50rpx;
  495. }
  496. .u-text {
  497. font-size: 28rpx;
  498. color: #B5C6D3;
  499. }
  500. .imageItem {
  501. width: 150rpx;
  502. height: 150rpx;
  503. background-color: #ccc;
  504. margin-right: 10rpx;
  505. margin-bottom: 10rpx;
  506. position: relative;
  507. }
  508. .imageItem>image {
  509. width: 100%;
  510. height: 100%;
  511. }
  512. .imgdel {
  513. width: 60rpx;
  514. height: 60rpx;
  515. background-color: rgba(0, 0, 0, 0.5);
  516. border-radius: 50%;
  517. display: flex;
  518. justify-content: center;
  519. align-items: center;
  520. position: absolute;
  521. top: 50%;
  522. left: 50%;
  523. transform: translate(-50%, -50%);
  524. box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05);
  525. }
  526. .imgdel>image {
  527. width: 50rpx;
  528. }
  529. .u-textarea-box {
  530. width: 100%;
  531. height: 400rpx;
  532. box-sizing: border-box;
  533. padding: 20rpx;
  534. }
  535. .u-textarea {
  536. width: 100%;
  537. background-color: #F0F4F7;
  538. padding: 10rpx;
  539. }
  540. .shareApprovalbtn {
  541. width: 100%;
  542. height: 88rpx;
  543. background-color: #249EFB;
  544. color: #fff;
  545. font-size: 30rpx;
  546. text-align: center;
  547. line-height: 88rpx;
  548. position: fixed;
  549. bottom: 0rpx;
  550. left: 0rpx;
  551. z-index: 99;
  552. }
  553. .shareMask {
  554. width: 100%;
  555. height: 100vh;
  556. background-color: rgba(0, 0, 0, 0.4);
  557. position: fixed;
  558. top: 0rpx;
  559. left: 0rpx;
  560. z-index: 999;
  561. }
  562. .shareBlock {
  563. width: 100%;
  564. height: 75%;
  565. background-color: #fff;
  566. position: absolute;
  567. bottom: 0rpx;
  568. left: 0rpx;
  569. box-sizing: border-box;
  570. padding-top: 88rpx;
  571. }
  572. .shareBlockTitle {
  573. width: 100%;
  574. height: 88rpx;
  575. background-color: #249EFB;
  576. color: #fff;
  577. font-size: 30rpx;
  578. text-align: center;
  579. line-height: 88rpx;
  580. position: absolute;
  581. top: 0rpx;
  582. left: 0rpx;
  583. }
  584. .shareBlockContent {
  585. width: 100%;
  586. height: 100%;
  587. overflow: auto;
  588. box-sizing: border-box;
  589. padding: 20rpx;
  590. }
  591. .shareApprovalItem {
  592. width: 100%;
  593. height: auto;
  594. overflow: hidden;
  595. display: flex;
  596. }
  597. .shareApprovalLeft {
  598. width: 130rpx;
  599. }
  600. .shareApprovalLeft>image {
  601. width: 96rpx;
  602. height: 96rpx;
  603. border-radius: 50%;
  604. overflow: hidden;
  605. }
  606. .shareApprovalRight {
  607. flex: 1;
  608. }
  609. .shareApprovalText {
  610. width: 100%;
  611. height: 66rpx;
  612. line-height: 66rpx;
  613. }
  614. .shareApprovalText .satName {
  615. color: 30rpx;
  616. color: #333333;
  617. }
  618. .shareApprovalText .satTime {
  619. color: #A8BBCB;
  620. font-size: 26rpx;
  621. margin-left: 20rpx;
  622. }
  623. .shareApprovalImgBox {
  624. width: 100%;
  625. height: auto;
  626. overflow: hidden;
  627. display: flex;
  628. flex-wrap: wrap;
  629. }
  630. .shareApprovalImgItem {
  631. width: 180rpx;
  632. height: 150rpx;
  633. background-color: #ccc;
  634. margin-right: 10rpx;
  635. margin-bottom: 10rpx;
  636. }
  637. .shareApprovalImgItem > image {
  638. width: 100%;
  639. height: 100%;
  640. }
  641. .shareApprovalMsg {
  642. width: 100%;
  643. box-sizing: border-box;
  644. padding: 5rpx 0rpx 20rpx;
  645. font-size: 26rpx;
  646. color: #333333;
  647. }
  648. .shareApproValBtnBox {
  649. width: 100%;
  650. height: 88rpx;
  651. display: flex;
  652. align-items: center;
  653. justify-content: space-around;
  654. }
  655. .aConfirmBtn {
  656. width: 260rpx;
  657. height: 88rpx;
  658. line-height: 88rpx;
  659. border-radius: 44rpx;
  660. background-color: #249EFB;
  661. color: #fff;
  662. font-size: 30rpx;
  663. }
  664. .aRejectBtn {
  665. width: 260rpx;
  666. height: 88rpx;
  667. line-height: 88rpx;
  668. border-radius: 44rpx;
  669. background-color: #B5CADD;
  670. color: #fff;
  671. font-size: 30rpx;
  672. }