companystrengthmsg.wxss 15 KB

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