publicpraisemsg.wxss 14 KB

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