1
0

companystrengthmsg.wxss 13 KB

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