publicpraisemsg.wxss 12 KB

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