companystrengthmsg.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. /* share/pages/publicpraisemsg/publicpraisemsg.wxss */
  2. .titbox {
  3. padding: 32rpx 20rpx 16rpx;
  4. color: #333333;
  5. font-weight: bold;
  6. }
  7. .sharebox {
  8. margin-left: 20rpx;
  9. }
  10. .topbox {
  11. display: block;
  12. width: 100%;
  13. background-color: #ffffff;
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. z-index: 9999999;
  18. }
  19. .leftindexbox {
  20. position: absolute;
  21. left: 8px;
  22. width: 70px;
  23. /* border: 1px solid #d1cfcf; */
  24. padding: 4px 0;
  25. height: 28px;
  26. border-radius: 18px;
  27. box-sizing: border-box;
  28. }
  29. .leftindexbox .leftgoto {
  30. display: block;
  31. width: 8px;
  32. height: 14px;
  33. float: left;
  34. margin-left: 11px;
  35. transform: rotateY(0deg);
  36. position: relative;
  37. top: 2px;
  38. z-index: 9;
  39. }
  40. .gotoindex {
  41. display: block;
  42. width: 16px;
  43. height: 16px;
  44. float: right;
  45. position: relative;
  46. right: 10px;
  47. top: 1px;
  48. }
  49. .leftindexbox text {
  50. position: absolute;
  51. height: 14px;
  52. width: 1px;
  53. left: 30px;
  54. top: 6px;
  55. background-color: #d1cfcf;
  56. }
  57. .sharebox image {
  58. display: block;
  59. width: 24rpx;
  60. height: 20rpx;
  61. margin-right: 8rpx;
  62. position: relative;
  63. top: 7rpx;
  64. }
  65. .msgbox {
  66. padding: 0 30rpx 24rpx;
  67. padding-bottom: calc(44px + constant(safe-area-inset-bottom)) !important;
  68. /* ios < 11.2*/
  69. padding-bottom: calc(44px + env(safe-area-inset-bottom)) !important;
  70. /* ios >= 11.2*/
  71. }
  72. .msgbox>view {
  73. margin-bottom: 24rpx;
  74. }
  75. .footer {
  76. display: block;
  77. width: 100%;
  78. height: 98rpx;
  79. box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
  80. background: #FFFFFF;
  81. position: fixed;
  82. left: 0;
  83. bottom: 0;
  84. z-index: 100;
  85. }
  86. .collectbox image {
  87. display: block;
  88. width: 40rpx;
  89. height: 40rpx;
  90. margin: 10rpx auto 6rpx;
  91. }
  92. button.friendbox {
  93. background-color: #FFFFFF;
  94. }
  95. .friendbox image {
  96. display: block;
  97. width: 48rpx;
  98. height: 40rpx;
  99. margin: 10rpx auto 6rpx;
  100. }
  101. button.sharebtnbox {
  102. display: block;
  103. background: #249EFB;
  104. height: 98rpx;
  105. line-height: 98rpx;
  106. width: 100%;
  107. }
  108. .sharebtnbox image {
  109. display: block;
  110. width: 46rpx;
  111. height: 40rpx;
  112. position: relative;
  113. margin-right: 8rpx;
  114. top: 24rpx;
  115. }
  116. .sharebtnbox .text {
  117. line-height: 98rpx;
  118. color: #FFFFFF;
  119. }
  120. .prebox {
  121. position: fixed;
  122. top: 36%;
  123. left: 0;
  124. width: 68rpx;
  125. height: 104rpx;
  126. opacity: 0.9;
  127. background: #384855;
  128. border-radius: 0 52rpx 52rpx 0;
  129. z-index: 100;
  130. }
  131. .prebox image {
  132. display: block;
  133. position: absolute;
  134. width: 32rpx;
  135. height: 36rpx;
  136. top: 34rpx;
  137. left: 10rpx;
  138. z-index: 99;
  139. }
  140. .nextbox {
  141. position: fixed;
  142. top: 36%;
  143. right: 0;
  144. width: 68rpx;
  145. height: 104rpx;
  146. opacity: 0.9;
  147. background: #384855;
  148. border-radius: 52rpx 0 0 52rpx;
  149. z-index: 100;
  150. }
  151. .nextbox image {
  152. display: block;
  153. position: absolute;
  154. width: 32rpx;
  155. height: 36rpx;
  156. top: 34rpx;
  157. right: 10rpx;
  158. z-index: 99;
  159. }
  160. .unloginbox {
  161. min-height: 400rpx;
  162. max-height: 900rpx;
  163. overflow: hidden;
  164. position: relative;
  165. }
  166. .unloginlayer {
  167. display: block;
  168. position: absolute;
  169. bottom: 0;
  170. left: 0;
  171. width: 100%;
  172. height: 400rpx;
  173. background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
  174. z-index: 8;
  175. }
  176. .articlebtn {
  177. display: block;
  178. width: 312rpx;
  179. height: 64rpx;
  180. background: #FFFFFF;
  181. border: 1px solid #384855;
  182. border-radius: 36rpx;
  183. position: absolute;
  184. bottom: 108rpx;
  185. left: 218rpx;
  186. text-align: center;
  187. line-height: 64rpx;
  188. font-size: 24rpx;
  189. color: #384855;
  190. }
  191. .articleview {
  192. width: auto;
  193. height: 64rpx;
  194. line-height: 64rpx;
  195. }
  196. .articleview image {
  197. width: 32rpx;
  198. height: 32rpx;
  199. position: relative;
  200. top: 16rpx;
  201. margin-left: 8rpx;
  202. margin-top: 0;
  203. }
  204. .unloginbox {
  205. max-height: 800rpx;
  206. min-height: 400rpx;
  207. }
  208. .unloginlayer {
  209. display: block;
  210. position: fixed;
  211. bottom: 0;
  212. left: 0;
  213. width: 100%;
  214. height: 50%;
  215. background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
  216. z-index: 8;
  217. }
  218. .articlebtn {
  219. display: block;
  220. width: 312rpx;
  221. height: 64rpx;
  222. background: #FFFFFF;
  223. border: 1px solid #384855;
  224. border-radius: 36rpx;
  225. position: absolute;
  226. bottom: 200rpx;
  227. left: 218rpx;
  228. text-align: center;
  229. line-height: 64rpx;
  230. font-size: 24rpx;
  231. color: #384855;
  232. }
  233. .articleview {
  234. width: auto;
  235. height: 64rpx;
  236. line-height: 64rpx;
  237. }
  238. .articleview image {
  239. width: 32rpx;
  240. height: 32rpx;
  241. position: relative;
  242. top: 16rpx;
  243. margin-left: 8rpx;
  244. margin-top: 0;
  245. }
  246. .companybox {
  247. display: flex;
  248. padding: 0 40rpx;
  249. margin: 32rpx 0;
  250. align-items: center;
  251. }
  252. .companybox image {
  253. display: block;
  254. width: 94rpx;
  255. height: 94rpx;
  256. border-radius: 50%;
  257. margin-right: 24rpx;
  258. }
  259. .companyMsg {
  260. flex: 1;
  261. }
  262. .c_address {
  263. color: #999999;
  264. font-size: 24rpx;
  265. display: flex;
  266. }
  267. .c_company_name {
  268. color: #333333;
  269. font-size: 28rpx;
  270. }
  271. .updatetime {
  272. height: 40rpx;
  273. font-size: 24rpx;
  274. color: #999999;
  275. padding: 0rpx 20rpx;
  276. line-height: 40rpx;
  277. }
  278. .line {
  279. width: 100%;
  280. height: 20rpx;
  281. background-color: #F6F6F6;
  282. margin-bottom: 20rpx;
  283. }
  284. .title_tips {
  285. border-left: 10rpx solid #333333;
  286. height: 40rpx;
  287. line-height: 40rpx;
  288. font-size: 32rpx;
  289. font-weight: 700;
  290. box-sizing: border-box;
  291. padding-left: 10rpx;
  292. }
  293. .plr10 {
  294. box-sizing: border-box;
  295. padding: 0rpx 20rpx;
  296. margin-bottom: 20rpx;
  297. }
  298. /* 联系销售人员 */
  299. .contactSales {
  300. position: fixed;
  301. width: 100%;
  302. height: 140rpx;
  303. background-color: #fff;
  304. bottom: 0rpx;
  305. left: 0rpx;
  306. z-index: 9999;
  307. display: flex;
  308. align-items: center;
  309. box-sizing: border-box;
  310. padding: 20rpx 30rpx;
  311. border-top: 1rpx solid #CCCCCC;
  312. }
  313. .contactSales-left {
  314. flex: 2;
  315. display: flex;
  316. align-items: center;
  317. }
  318. .left-avatar {
  319. width: 80rpx;
  320. height: 80rpx;
  321. border-radius: 50%;
  322. }
  323. .left-msg {
  324. display: flex;
  325. flex-direction: column;
  326. box-sizing: border-box;
  327. padding-left: 20rpx;
  328. }
  329. .left-name {
  330. display: flex;
  331. align-items: center;
  332. }
  333. .nameCard {
  334. width: 40rpx;
  335. height: 40rpx;
  336. margin-left: 10rpx;
  337. }
  338. .left-text {
  339. font-size: 24rpx;
  340. color: #999999;
  341. }
  342. .contactSales-right {
  343. flex: 1;
  344. display: flex;
  345. flex-direction: row;
  346. justify-content: space-between;
  347. }
  348. .rightmobile {
  349. width: 40rpx;
  350. height: 40rpx;
  351. }
  352. .right-box1 {
  353. width: 100rpx;
  354. display: flex;
  355. flex-direction: column;
  356. align-items: center;
  357. }
  358. .right-box1>text {
  359. font-size: 24rpx;
  360. margin-top: 10rpx;
  361. }
  362. /* 联系销售人员 */
  363. /* 公司信息 */
  364. .updateBox {
  365. width: 100%;
  366. height: auto;
  367. overflow: hidden;
  368. padding: 30rpx 20rpx;
  369. background-color: #fff;
  370. display: flex;
  371. align-items: center;
  372. }
  373. .u-img-box {
  374. width: 94rpx;
  375. height: 94rpx;
  376. border-radius: 50%;
  377. overflow: hidden;
  378. }
  379. .u-img-box image {
  380. width: 100%;
  381. height: 100%;
  382. }
  383. .u-company {
  384. overflow: hidden;
  385. box-sizing: border-box;
  386. padding: 0rpx 20rpx;
  387. }
  388. .u-company-name {
  389. font-size: 32rpx;
  390. color: #333333;
  391. }
  392. .u-company-address {
  393. color: #999999;
  394. font-size: 24rpx;
  395. width: 100%;
  396. display: flex;
  397. }
  398. .address-text {
  399. flex: 1;
  400. }
  401. .address-ellipsis {
  402. overflow: hidden;
  403. white-space: nowrap;
  404. text-overflow: ellipsis;
  405. }
  406. .address-show {
  407. color: #28A1FF;
  408. }
  409. .u-button {
  410. width: 150rpx;
  411. height: 60rpx;
  412. background-color: #28A1FF;
  413. color: #fff;
  414. font-size: 28rpx;
  415. font-style: normal;
  416. line-height: 60rpx !important;
  417. }
  418. .flex-sub {
  419. flex: 1;
  420. }
  421. /* 公司地址 */
  422. .titleStyle {
  423. color: #333333;
  424. font-weight: bold;
  425. width: 80%;
  426. }
  427. .clientBox {
  428. position: fixed;
  429. bottom: 200rpx;
  430. right: 30rpx;
  431. z-index: 999;
  432. width: 112rpx;
  433. height: 112rpx;
  434. transition: 1s;
  435. }
  436. .clientBox-avatar {
  437. width: 110rpx;
  438. height: 110rpx;
  439. border-radius: 50%;
  440. border: 5rpx solid #249EFB;
  441. overflow: hidden;
  442. }
  443. .clientBox-avatar>image {
  444. width: 100%;
  445. height: 100%;
  446. }
  447. .clientBox-text {
  448. width: 57rpx;
  449. height: 28rpx;
  450. background-color: #249EFB;
  451. border-radius: 8rpx;
  452. color: #fff;
  453. font-size: 18rpx;
  454. text-align: center;
  455. position: absolute;
  456. left: 50%;
  457. transform: translateX(-50%);
  458. bottom: -8rpx;
  459. }
  460. page {
  461. position: relative;
  462. width: 100%;
  463. height: 100%;
  464. overflow: auto;
  465. }
  466. .page {
  467. position: relative;
  468. width: 100%;
  469. height: 100%;
  470. overflow: hidden;
  471. box-sizing: border-box;
  472. background: #000;
  473. }
  474. .videoBox {
  475. display: block;
  476. width: 100%;
  477. height: 100%;
  478. }
  479. .videoBoxUp {
  480. display: block;
  481. width: 100%;
  482. height: 420rpx;
  483. margin-top: 500rpx;
  484. }
  485. .bgcolor {
  486. width: 100%;
  487. position: absolute;
  488. left: 0;
  489. height: 410rpx;
  490. bottom: 90rpx;
  491. pointer-events: none;
  492. z-index: 99;
  493. }
  494. .bgcolorshow {
  495. bottom: 0;
  496. }
  497. .personBox {
  498. position: absolute;
  499. bottom: 360rpx;
  500. left: 40rpx;
  501. width: 335rpx;
  502. height: 48rpx;
  503. z-index: 9;
  504. background-color: rgba(0, 0, 0, 0.5);
  505. border-radius: 24rpx;
  506. }
  507. .personBox .everyNumBox {
  508. float: left;
  509. width: 50%;
  510. }
  511. .personBox .everyNumBox cover-image {
  512. width: 22rpx;
  513. height: 26rpx;
  514. float: left;
  515. margin-left: 20rpx;
  516. position: relative;
  517. top: 11rpx;
  518. }
  519. .personBox .everyNumBox cover-view {
  520. float: left;
  521. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  522. font-size: 24rpx;
  523. color: #ffffff;
  524. margin-left: 10rpx;
  525. line-height: 48rpx;
  526. }
  527. .personMsgBox {
  528. position: absolute;
  529. bottom: 180rpx;
  530. left: 40rpx;
  531. z-index: 9;
  532. }
  533. .personMsgBox .headImg {
  534. width: 80rpx;
  535. height: 80rpx;
  536. border-radius: 40rpx;
  537. border: 2px solid #fff;
  538. }
  539. .personMsgBox .headImg cover-image {
  540. display: block;
  541. width: 100%;
  542. height: 100%;
  543. }
  544. .personMsgBox .name {
  545. margin-left: 20rpx;
  546. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  547. font-size: 32rpx;
  548. color: #ffffff;
  549. line-height: 80rpx;
  550. width: 500rpx;
  551. }
  552. #myVideo1 {
  553. display: block;
  554. width: 100%;
  555. height: 100%;
  556. }
  557. .sharenumBox {
  558. display: block;
  559. position: absolute;
  560. right: 0;
  561. bottom: 156rpx;
  562. z-index: 97;
  563. background-color: transparent;
  564. border: 0px solid transparent;
  565. }
  566. .sharenumBox button {
  567. display: block;
  568. background-color: transparent;
  569. border: 0px solid transparent;
  570. }
  571. .sharenumBox button::after {
  572. border: 1px solid transparent;
  573. }
  574. .sharenumBox cover-image {
  575. display: block;
  576. width: 46rpx;
  577. height: 42rpx;
  578. }
  579. .sharenumBox cover-view {
  580. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  581. font-size: 26rpx;
  582. color: #fff;
  583. margin-bottom: 16rpx;
  584. background-color: transparent;
  585. }
  586. .sharenumBoxshow cover-view {
  587. color: #fff !important;
  588. }
  589. .box-center cover-image {
  590. margin: 0 auto;
  591. }
  592. .avatarBox {
  593. width: 80rpx !important;
  594. height: 80rpx !important;
  595. border-radius: 50% !important;
  596. }
  597. .collectBox {
  598. bottom: 320rpx;
  599. }
  600. .collectBox cover-image {
  601. display: block;
  602. width: 46rpx;
  603. margin: 0 auto;
  604. height: 46rpx;
  605. }
  606. .collectBoxshow {
  607. bottom: 280rpx;
  608. }
  609. .videomsgbox{
  610. position: absolute;
  611. bottom: 156rpx;
  612. left: 25rpx;
  613. z-index: 9;
  614. }
  615. .videoTitle {
  616. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  617. font-size: 28rpx;
  618. width: 480rpx;
  619. height: 40rpx;
  620. line-height: 40rpx;
  621. color: #ffffff;
  622. /* position: absolute;
  623. bottom: 290rpx;
  624. left: 40rpx;
  625. z-index: 9; */
  626. }
  627. .videocontent {
  628. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  629. font-size: 28rpx;
  630. width: 480rpx;
  631. max-height: 80rpx;
  632. line-height: 40rpx;
  633. color: #ffffff;
  634. /* position: absolute;
  635. bottom: 210rpx;
  636. left: 40rpx;
  637. z-index: 9; */
  638. white-space: pre-wrap;
  639. }
  640. .showdscText {
  641. /* position: absolute;
  642. bottom: 4rpx;
  643. right: 0rpx; */
  644. display: inline;
  645. color: #fff;
  646. font-weight: 700;
  647. font-size: 28rpx;
  648. margin-left: 10rpx;
  649. position: relative;
  650. top: 6rpx;
  651. }
  652. .videocontentshow {
  653. max-height: 400rpx;
  654. }
  655. .hideContent {
  656. display: inline !important;
  657. font-weight: 700;
  658. font-size: 28rpx;
  659. margin-left: 20rpx;
  660. color: #fff;
  661. position: relative;
  662. top: 6rpx;
  663. }
  664. .videotype {
  665. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  666. font-size: 28rpx;
  667. width: 560rpx;
  668. height: 80rpx;
  669. line-height: 40rpx;
  670. color: #ffffff;
  671. /* position: absolute;
  672. bottom: 180rpx;
  673. left: 40rpx;
  674. z-index: 9; */
  675. }
  676. .sharenumBoxshow cover-view {
  677. color: #249efb;
  678. }
  679. .sharenumBoxshow {
  680. bottom: 160rpx;
  681. }
  682. .zanBoxshow {
  683. bottom: 160rpx;
  684. }
  685. .viewBox {
  686. display: block;
  687. width: 750px;
  688. height: 100%;
  689. position: fixed;
  690. top: 0;
  691. left: 0;
  692. z-index: 98;
  693. background: transparent;
  694. }
  695. .viewBox button {
  696. display: block;
  697. width: 100%;
  698. height: 100%;
  699. color: transparent;
  700. line-height: 2000rpx;
  701. background-color: transparent;
  702. color: transparent;
  703. }
  704. .sharenumBoxshow cover-view {
  705. color: #1f9ffb;
  706. }
  707. .topbox {
  708. display: block;
  709. width: 100%;
  710. background-color: #ffffff;
  711. position: fixed;
  712. top: 0;
  713. left: 0;
  714. z-index: 9999999;
  715. }
  716. .leftindexbox {
  717. position: absolute;
  718. left: 8px;
  719. width: 70px;
  720. /* border: 1px solid #d1cfcf; */
  721. padding: 4px 0;
  722. height: 28px;
  723. border-radius: 18px;
  724. box-sizing: border-box;
  725. z-index: 99;
  726. }
  727. .gotoindex {
  728. display: block;
  729. width: 16px;
  730. height: 16px;
  731. float: right;
  732. position: relative;
  733. right: 10px;
  734. top: 1px;
  735. }
  736. .leftindexbox .text {
  737. position: absolute;
  738. height: 14px;
  739. width: 1px;
  740. left: 30px;
  741. top: 6px;
  742. background-color: #d1cfcf;
  743. }
  744. .textbox image {
  745. max-width: 100%;
  746. }
  747. .box-center cover-image.bwicon{
  748. width: 60rpx;
  749. height: 60rpx;
  750. }
  751. .box-center cover-view.btext{
  752. position: relative;
  753. top: -8px;
  754. }