companystrengthmsg.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  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: 95%;
  502. }
  503. .bgcolor {
  504. width: 100%;
  505. position: absolute;
  506. left: 0;
  507. height: 410rpx;
  508. bottom: 90rpx;
  509. pointer-events: none;
  510. z-index: 99;
  511. }
  512. .bgcolorshow {
  513. bottom: 0;
  514. }
  515. .personBox {
  516. position: absolute;
  517. bottom: 360rpx;
  518. left: 40rpx;
  519. width: 335rpx;
  520. height: 48rpx;
  521. z-index: 9;
  522. background-color: rgba(0, 0, 0, 0.5);
  523. border-radius: 24rpx;
  524. }
  525. .personBox .everyNumBox {
  526. float: left;
  527. width: 50%;
  528. }
  529. .personBox .everyNumBox cover-image {
  530. width: 22rpx;
  531. height: 26rpx;
  532. float: left;
  533. margin-left: 20rpx;
  534. position: relative;
  535. top: 11rpx;
  536. }
  537. .personBox .everyNumBox cover-view {
  538. float: left;
  539. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  540. font-size: 24rpx;
  541. color: #ffffff;
  542. margin-left: 10rpx;
  543. line-height: 48rpx;
  544. }
  545. .personMsgBox {
  546. position: absolute;
  547. bottom: 180rpx;
  548. left: 40rpx;
  549. z-index: 9;
  550. }
  551. .personMsgBox .headImg {
  552. width: 80rpx;
  553. height: 80rpx;
  554. border-radius: 40rpx;
  555. border: 2px solid #fff;
  556. }
  557. .personMsgBox .headImg cover-image {
  558. display: block;
  559. width: 100%;
  560. height: 100%;
  561. }
  562. .personMsgBox .name {
  563. margin-left: 20rpx;
  564. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  565. font-size: 32rpx;
  566. color: #ffffff;
  567. line-height: 80rpx;
  568. width: 500rpx;
  569. }
  570. #myVideo1 {
  571. display: block;
  572. width: 100%;
  573. height: 100%;
  574. }
  575. .sharenumBox {
  576. display: block;
  577. position: absolute;
  578. right: 0;
  579. bottom: 156rpx;
  580. z-index: 97;
  581. background-color: transparent;
  582. border: 0px solid transparent;
  583. }
  584. .sharenumBox button {
  585. display: block;
  586. background-color: transparent;
  587. border: 0px solid transparent;
  588. }
  589. .sharenumBox button::after {
  590. border: 1px solid transparent;
  591. }
  592. .sharenumBox cover-image {
  593. display: block;
  594. width: 46rpx;
  595. height: 42rpx;
  596. }
  597. .sharenumBox cover-view {
  598. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  599. font-size: 26rpx;
  600. color: #fff;
  601. margin-bottom: 16rpx;
  602. background-color: transparent;
  603. }
  604. .sharenumBoxshow cover-view {
  605. color: #fff !important;
  606. }
  607. .box-center cover-image {
  608. margin: 0 auto;
  609. }
  610. .avatarBox {
  611. width: 80rpx !important;
  612. height: 80rpx !important;
  613. border-radius: 50% !important;
  614. }
  615. .collectBox {
  616. bottom: 320rpx;
  617. }
  618. .collectBox cover-image {
  619. display: block;
  620. width: 46rpx;
  621. margin: 0 auto;
  622. height: 46rpx;
  623. }
  624. .collectBoxshow {
  625. bottom: 280rpx;
  626. }
  627. .videomsgbox {
  628. position: absolute;
  629. bottom: 156rpx;
  630. left: 25rpx;
  631. z-index: 9;
  632. }
  633. .videoTitle {
  634. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  635. font-size: 28rpx;
  636. width: 480rpx;
  637. height: 40rpx;
  638. line-height: 40rpx;
  639. color: #ffffff;
  640. /* position: absolute;
  641. bottom: 290rpx;
  642. left: 40rpx;
  643. z-index: 9; */
  644. }
  645. .videocontent {
  646. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  647. font-size: 28rpx;
  648. width: 480rpx;
  649. max-height: 80rpx;
  650. line-height: 40rpx;
  651. color: #ffffff;
  652. /* position: absolute;
  653. bottom: 210rpx;
  654. left: 40rpx;
  655. z-index: 9; */
  656. white-space: pre-wrap;
  657. }
  658. .showdscText {
  659. /* position: absolute;
  660. bottom: 4rpx;
  661. right: 0rpx; */
  662. display: inline;
  663. color: #fff;
  664. font-weight: 700;
  665. font-size: 28rpx;
  666. margin-left: 10rpx;
  667. position: relative;
  668. top: 6rpx;
  669. }
  670. .videocontentshow {
  671. max-height: 400rpx;
  672. }
  673. .hideContent {
  674. display: inline !important;
  675. font-weight: 700;
  676. font-size: 28rpx;
  677. margin-left: 20rpx;
  678. color: #fff;
  679. position: relative;
  680. top: 6rpx;
  681. }
  682. .videotype {
  683. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  684. font-size: 28rpx;
  685. width: 560rpx;
  686. height: 80rpx;
  687. line-height: 40rpx;
  688. color: #ffffff;
  689. /* position: absolute;
  690. bottom: 180rpx;
  691. left: 40rpx;
  692. z-index: 9; */
  693. }
  694. .sharenumBoxshow cover-view {
  695. color: #249efb;
  696. }
  697. .sharenumBoxshow {
  698. bottom: 160rpx;
  699. }
  700. .zanBoxshow {
  701. bottom: 160rpx;
  702. }
  703. .viewBox {
  704. display: block;
  705. width: 750px;
  706. height: 100%;
  707. position: fixed;
  708. top: 0;
  709. left: 0;
  710. z-index: 98;
  711. background: transparent;
  712. }
  713. .viewBox button {
  714. display: block;
  715. width: 100%;
  716. height: 100%;
  717. color: transparent;
  718. line-height: 2000rpx;
  719. background-color: transparent;
  720. color: transparent;
  721. }
  722. .sharenumBoxshow cover-view {
  723. color: #1f9ffb;
  724. }
  725. .topbox {
  726. display: block;
  727. width: 100%;
  728. background-color: #ffffff;
  729. position: fixed;
  730. top: 0;
  731. left: 0;
  732. z-index: 9999999;
  733. }
  734. .leftindexbox {
  735. position: absolute;
  736. left: 8px;
  737. width: 70px;
  738. /* border: 1px solid #d1cfcf; */
  739. padding: 4px 0;
  740. height: 28px;
  741. border-radius: 18px;
  742. box-sizing: border-box;
  743. z-index: 99;
  744. }
  745. .gotoindex {
  746. display: block;
  747. width: 16px;
  748. height: 16px;
  749. float: right;
  750. position: relative;
  751. right: 10px;
  752. top: 1px;
  753. }
  754. .leftindexbox .text {
  755. position: absolute;
  756. height: 14px;
  757. width: 1px;
  758. left: 30px;
  759. top: 6px;
  760. background-color: #d1cfcf;
  761. }
  762. .textbox image {
  763. max-width: 100%;
  764. }
  765. .box-center cover-image.bwicon {
  766. width: 60rpx;
  767. height: 60rpx;
  768. }
  769. .box-center cover-view.btext {
  770. position: relative;
  771. top: -8px;
  772. }
  773. .videoloading {
  774. display: block;
  775. width: 100%;
  776. height: 100%;
  777. z-index: 99;
  778. background-color: transparent;
  779. position: absolute;
  780. top: 0;
  781. left: 0;
  782. }
  783. .pricebtnimg {
  784. display: block;
  785. position: fixed;
  786. right: 20rpx;
  787. bottom: 300rpx;
  788. width: 140rpx;
  789. height: 140rpx;
  790. z-index: 9;
  791. }
  792. .sharenumBox .pricebtnimg {
  793. position: relative;
  794. right: 4rpx;
  795. top: 0;
  796. width: 140rpx;
  797. height: 140rpx;
  798. margin-top: -18rpx;
  799. }
  800. /* 经纪人报名 */
  801. .application {
  802. width: 100%;
  803. height: 110rpx;
  804. position: fixed;
  805. bottom: 0rpx;
  806. left: 0rpx;
  807. z-index: 999;
  808. text-align: center;
  809. line-height: 100rpx;
  810. font-size: 32rpx;
  811. border-radius: 0rpx;
  812. background-color: #F96400;
  813. box-sizing: border-box;
  814. color: #fff;
  815. }