1
0

publicpraisemsg.wxss 14 KB

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