viewbuilding.wxss 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648
  1. /* index/pages/viewbuilding/viewbuilding.wxss */
  2. page {
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. overflow: auto;
  7. background: #fff;
  8. box-sizing: border-box;
  9. }
  10. .headerFixed {
  11. width: 100%;
  12. height: auto;
  13. overflow: hidden;
  14. padding: 10rpx 0rpx 0rpx;
  15. position: sticky;
  16. top: 0rpx;
  17. z-index: 9;
  18. background-color: #fff;
  19. }
  20. .filterTab {
  21. width: 100%;
  22. height: 70rpx;
  23. display: flex;
  24. box-sizing: border-box;
  25. padding: 0px 0rpx;
  26. }
  27. .filterleft {
  28. width: 80%;
  29. display: flex;
  30. align-items: center;
  31. }
  32. .filterleft > view {
  33. display: inline-block;
  34. padding: 0rpx 20rpx;
  35. height: 100%;
  36. line-height: 70rpx;
  37. font-size: 30rpx;
  38. font-weight: 700;
  39. }
  40. .activeItem {
  41. position: relative;
  42. }
  43. .activeItem::after {
  44. content: " ";
  45. width: 35rpx;
  46. height: 10rpx;
  47. background-color: #35D7FF;
  48. position: absolute;
  49. bottom: 0px;
  50. left: 50%;
  51. transform: translateX(-50%);
  52. border-radius: 5rpx;
  53. }
  54. .filterright {
  55. width: 20%;
  56. display: flex;
  57. align-items: center;
  58. justify-content: flex-end;
  59. }
  60. .filterinput {
  61. width: 100%;
  62. height: 80rpx;
  63. margin: 10rpx auto 10rpx;
  64. border: 2rpx solid #f2f2f2;
  65. border-radius: 40rpx;
  66. display: flex;
  67. align-items: center;
  68. box-sizing: border-box;
  69. padding: 0rpx 30rpx;
  70. }
  71. .filterinput > input {
  72. flex: 1;
  73. height: 100%;
  74. }
  75. .filterinput > view {
  76. width: 80rpx;
  77. text-align: right;
  78. border-left: 2rpx solid #f2f2f2;
  79. }
  80. .secondtitbox {
  81. display: block;
  82. width: 100%;
  83. background-color: #FFFFFF;
  84. height: 66rpx;
  85. line-height: 66rpx;
  86. position: fixed;
  87. top: 0rpx;
  88. left: 0;
  89. z-index: 98;
  90. padding: 5rpx 0;
  91. box-shadow: 0px 4rpx 7rpx 0px rgba(62, 85, 255, 0.06);
  92. }
  93. .orderbtn {
  94. width: 590rpx;
  95. }
  96. .orderbtn .constructit {
  97. display: block;
  98. width: 240rpx;
  99. height: 56rpx;
  100. line-height: 56rpx;
  101. text-align: center;
  102. margin-right: 24rpx;
  103. }
  104. .orderbtn view.nowordertit {
  105. color: #249EFB;
  106. }
  107. .progress {
  108. width: 85%;
  109. }
  110. .progress view {
  111. display: block;
  112. width: 46%;
  113. height: 56rpx;
  114. line-height: 56rpx;
  115. text-align: center;
  116. margin-right: 24rpx;
  117. }
  118. .progress view.nowordertit {
  119. color: #249EFB;
  120. }
  121. .flex-row {
  122. width: 100%;
  123. display: flex;
  124. }
  125. .flex-row view {
  126. flex: 1;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. .flex-row view.nowordertit {
  132. color: #249EFB;
  133. }
  134. .searchbtn {
  135. display: block;
  136. width: 160rpx;
  137. height: 56rpx;
  138. line-height: 56rpx;
  139. padding-left: 24rpx;
  140. }
  141. .searchbtn text {
  142. display: block;
  143. position: absolute;
  144. top: 12rpx;
  145. width: 1px;
  146. left: 0;
  147. height: 32rpx;
  148. background-color: #d4d4d4;
  149. }
  150. .searchbtn image {
  151. display: block;
  152. position: relative;
  153. top: 18rpx;
  154. width: 28rpx;
  155. height: 28rpx;
  156. margin-left: 8rpx;
  157. }
  158. .searchbtn text.caseline {
  159. top: 17rpx;
  160. }
  161. .searchbtn image.caseimg {
  162. top: 13rpx;
  163. width: 40rpx;
  164. height: 40rpx;
  165. }
  166. /* 已登录 */
  167. .companybox {
  168. display: block;
  169. width: 100%;
  170. /* padding-bottom: 98rpx; */
  171. background: #fff;
  172. /* padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important; ios < 11.2 */
  173. /* padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important; ios >= 11.2 */
  174. }
  175. .titbox {
  176. width: 100%;
  177. top: 0;
  178. left: 0;
  179. background-color: #1598fc;
  180. height: 104rpx;
  181. padding: 0 32rpx 16rpx;
  182. box-sizing: content-box;
  183. z-index: 98;
  184. }
  185. .everytoptit {
  186. margin-right: 72rpx;
  187. line-height: 104rpx;
  188. color: rgba(255, 255, 255, 0.7);
  189. }
  190. .titbox .everytoptit:last-child {
  191. margin-right: 0;
  192. }
  193. .everytoptit .newimg {
  194. display: block;
  195. width: 40rpx;
  196. height: 16rpx;
  197. top: 36rpx;
  198. right: -40rpx;
  199. }
  200. .noweverytoptit {
  201. font-size: 36rpx;
  202. color: #FFFFFF;
  203. }
  204. view.mattertitbox {
  205. display: block;
  206. width: 100%;
  207. background-color: #1598fc;
  208. padding-top: 20rpx;
  209. position: fixed !important;
  210. top: 0;
  211. left: 0;
  212. z-index: 97;
  213. }
  214. /* 素材库 */
  215. .matterbox {
  216. display: block;
  217. width: 100%;
  218. position: relative;
  219. z-index: 2;
  220. border-radius: 16rpx 16rpx 0 0;
  221. /* background: #fff; */
  222. padding: 0 20rpx 0;
  223. z-index: 8;
  224. }
  225. .mattertitbox {
  226. border-bottom: 2rpx solid #F0F4F7;
  227. }
  228. .everymattertit {
  229. display: inline-block;
  230. padding-bottom: 24rpx;
  231. color: #B5DEFF;
  232. }
  233. .nowmattertit {
  234. position: relative;
  235. color: #ffffff;
  236. }
  237. .nowmattertit::after {
  238. content: " ";
  239. display: block;
  240. width: 48rpx;
  241. height: 6rpx;
  242. background: #fff;
  243. position: absolute;
  244. bottom: 10rpx;
  245. left: 50%;
  246. margin-left: -24rpx;
  247. }
  248. .mattertitbox text {
  249. display: block;
  250. float: right;
  251. width: 1px;
  252. background-color: #ffffff;
  253. height: 28rpx;
  254. position: relative;
  255. top: 12rpx;
  256. }
  257. .leftmattertitbox {
  258. width: 100%;
  259. overflow-x: auto;
  260. white-space: nowrap;
  261. }
  262. .rightfiltratebox {
  263. display: block;
  264. color: #ffffff;
  265. background-color: #1598fc;
  266. position: fixed;
  267. bottom: 200rpx;
  268. right: 40rpx;
  269. width: 60rpx;
  270. height: 48rpx;
  271. border-radius: 4rpx;
  272. z-index: 80;
  273. }
  274. /* 装修案例 */
  275. .caselistbox {
  276. padding-bottom: 100rpx;
  277. }
  278. .leftcasebox {
  279. margin-right: 20rpx;
  280. }
  281. .leftcasebox,
  282. .rightcasebox {
  283. width: 345rpx;
  284. overflow: initial;
  285. }
  286. .everycasebox {
  287. width: 100%;
  288. /* border-bottom: 1px dashed #ccc; */
  289. margin-bottom: 20rpx;
  290. background: #fff;
  291. }
  292. .caselistbox .everycasebox .imgbox image {
  293. display: block;
  294. width: 100%;
  295. height: auto;
  296. min-height: 120rpx;
  297. }
  298. .casesharenum {
  299. position: absolute;
  300. right: 0;
  301. top: 12rpx;
  302. height: 40rpx;
  303. border-radius: 24rpx 0 0 24rpx;
  304. opacity: 0.7;
  305. background: #384855;
  306. color: #B6CADE;
  307. padding-left: 14rpx;
  308. padding-right: 8rpx;
  309. }
  310. .caselistbox .everycasebox .imgbox .casesharenum image {
  311. display: block;
  312. width: 22rpx;
  313. height: 18rpx;
  314. margin-right: 4rpx;
  315. position: relative;
  316. top: 11rpx;
  317. min-height: auto;
  318. }
  319. .caselistbox .everycasebox .imgbox .casesharenum view {
  320. line-height: 40rpx;
  321. }
  322. .casehousemsgbox {
  323. display: block;
  324. position: absolute;
  325. bottom: 0;
  326. left: 0;
  327. width: 100%;
  328. background-color: rgb(56, 72, 85);
  329. opacity: 0.7;
  330. z-index: 2;
  331. }
  332. .casemsgbox {
  333. padding: 20rpx 10rpx 8rpx;
  334. background-color: #fff;
  335. }
  336. .designerbox {
  337. margin-top: 16rpx;
  338. /* margin-bottom: 16rpx; */
  339. }
  340. .designerbox image {
  341. display: block;
  342. width: 40rpx;
  343. height: 40rpx;
  344. margin-right: 10rpx;
  345. border-radius: 20rpx;
  346. }
  347. .casecollectbox image {
  348. width: 20rpx;
  349. height: 20rpx;
  350. position: relative;
  351. top: 18rpx;
  352. margin-right: 8rpx;
  353. }
  354. .casemsgtit {
  355. margin-bottom: 8rpx;
  356. }
  357. /* 发朋友圈 */
  358. .sharefriendcircle {
  359. padding: 36rpx 0 0;
  360. }
  361. .everyfriendcircle {
  362. display: block;
  363. width: 100%;
  364. background: #FFFFFF;
  365. box-shadow: 0 4rpx 20rpx 0 rgba(36, 158, 251, 0.26);
  366. border-radius: 10rpx;
  367. padding: 20rpx 20rpx 34rpx 20rpx;
  368. margin-bottom: 40rpx;
  369. }
  370. .friendbox image {
  371. display: block;
  372. width: 24rpx;
  373. height: 20rpx;
  374. margin-right: 8rpx;
  375. position: relative;
  376. top: 7rpx;
  377. }
  378. .iamgeBox {
  379. overflow: hidden;
  380. width: 638rpx;
  381. margin-top: 18rpx;
  382. }
  383. .iamgeBox image {
  384. float: left;
  385. width: 210rpx;
  386. height: 154rpx;
  387. margin-right: 4rpx;
  388. margin-bottom: 4rpx;
  389. max-height: 340rpx !important;
  390. }
  391. .iamgeBox image:nth-of-type(3n) {
  392. margin-right: 0;
  393. }
  394. view.oneImg image {
  395. display: block;
  396. width: 468rpx;
  397. }
  398. view.fourImg image:nth-of-type(2n) {
  399. margin-right: 50rpx;
  400. }
  401. .friendmsg {
  402. margin-top: 32rpx;
  403. }
  404. .friendcopytext image {
  405. display: block;
  406. width: 22rpx;
  407. height: 22rpx;
  408. margin-right: 10rpx;
  409. position: relative;
  410. top: 6rpx;
  411. }
  412. .friendsave image {
  413. display: block;
  414. width: 24rpx;
  415. height: 24rpx;
  416. margin-right: 10rpx;
  417. position: relative;
  418. top: 5rpx;
  419. }
  420. .savebox text {
  421. float: left;
  422. display: block;
  423. width: 1px;
  424. height: 34rpx;
  425. background-color: #249efb;
  426. margin: 0 16rpx;
  427. }
  428. /* 营销楼盘 */
  429. .publicpraisebox {
  430. padding: 0 0 100rpx;
  431. }
  432. .progress-box-item {
  433. width: 100%;
  434. background-color: #fff;
  435. padding: 40rpx 0rpx;
  436. display: flex;
  437. overflow: hidden;
  438. border-radius: 8rpx;
  439. border-bottom: 2rpx solid #f2f2f2;
  440. }
  441. .progress-left {
  442. width: 260rpx;
  443. height: 200rpx;
  444. position: relative;
  445. border-radius: 15rpx;
  446. overflow: hidden;
  447. }
  448. .progress-left-text {
  449. position: absolute;
  450. width: 100%;
  451. height: 40rpx;
  452. background-color: rgba(0, 0, 0, 0.4);
  453. z-index: 2;
  454. bottom: 0rpx;
  455. color: #fff;
  456. font-size: 24rpx;
  457. text-align: center;
  458. line-height: 40rpx;
  459. }
  460. .progress-left-img {
  461. width: 100%;
  462. height: 100%;
  463. }
  464. .progress-right {
  465. flex: 1;
  466. display: inline-block;
  467. padding-left: 20rpx;
  468. overflow: hidden;
  469. }
  470. .progress-right-title,
  471. .progress-right-address {
  472. white-space: nowrap;
  473. overflow: hidden;
  474. text-overflow: ellipsis;
  475. }
  476. .mtb10 {
  477. margin: 10rpx 0rpx;
  478. }
  479. .progress-right-area {
  480. width: 100%;
  481. overflow-x: auto;
  482. white-space: nowrap;
  483. padding: 4rpx 0rpx;
  484. }
  485. .progress-right-area > view {
  486. font-style: normal;
  487. display: inline-block;
  488. padding: 2rpx 10rpx 0rpx;
  489. background-color: #FFEDED;
  490. margin-right: 10rpx;
  491. color: #C66D59;
  492. border-radius: 4rpx;
  493. }
  494. .flex {
  495. display: flex;
  496. }
  497. .flex-sub {
  498. flex: 1;
  499. }
  500. .align-center {
  501. align-items: center;
  502. }
  503. .justify-between {
  504. justify-content: space-between;
  505. }
  506. .justify-end {
  507. justify-content: flex-end;
  508. }
  509. .p-r-img1 {
  510. width: 40rpx;
  511. height: 40rpx;
  512. background-color: #EEF4FF;
  513. border-radius: 50%;
  514. display: flex;
  515. justify-content: center;
  516. align-items: center;
  517. }
  518. .p-r-img1 image {
  519. width: 20rpx;
  520. height: 20rpx;
  521. }
  522. .fontw700 {
  523. font-weight: 700;
  524. }
  525. .font32 {
  526. font-size: 32rpx;
  527. }
  528. .font28 {
  529. font-size: 28rpx;
  530. }
  531. .font24 {
  532. font-size: 24rpx;
  533. }
  534. .font20 {
  535. font-size: 20rpx;
  536. }
  537. .font22 {
  538. font-size: 22rpx;
  539. }
  540. .colorCECECE {
  541. color: #CECECE;
  542. }
  543. .color424242 {
  544. color: #424242;
  545. }
  546. .color45ADFF {
  547. color: #45ADFF;
  548. }
  549. .color989898 {
  550. color: #989898;
  551. }
  552. .mt10 {
  553. margin-top: 10rpx;
  554. }
  555. .ml20 {
  556. margin-left: 20rpx;
  557. }
  558. .ml10 {
  559. margin-left: 10rpx;
  560. }
  561. .p-r-share {
  562. width: 20rpx;
  563. height: 20rpx;
  564. }
  565. .p-r-sc {
  566. width: 24rpx;
  567. height: 24rpx;
  568. }
  569. .leftpublicpraisebox,
  570. .rightpublicpraisebox {
  571. display: block;
  572. width: 345rpx;
  573. }
  574. .leftpublicpraisebox {
  575. margin-right: 20rpx;
  576. }
  577. .everypublicpraisebox {
  578. display: block;
  579. background: #FFFFFF;
  580. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  581. border-radius: 10rpx;
  582. overflow: hidden;
  583. margin-bottom: 20rpx;
  584. }
  585. .publicimg {
  586. display: block;
  587. width: 100%;
  588. height: auto;
  589. min-height: 100rpx;
  590. }
  591. .publicsharebox {
  592. display: block;
  593. position: absolute;
  594. left: 0;
  595. z-index: 2;
  596. bottom: 10rpx;
  597. border-radius: 0 24rpx 24rpx 0;
  598. opacity: 0.7;
  599. background: #384855;
  600. color: #B6CADE;
  601. height: 48rpx;
  602. padding: 0 24rpx 0 14rpx;
  603. }
  604. .publicsharebox image {
  605. display: block;
  606. width: 22rpx;
  607. height: 18rpx;
  608. margin-right: 6rpx;
  609. position: relative;
  610. top: 14rpx;
  611. }
  612. .publicsharebox view {
  613. line-height: 48rpx;
  614. }
  615. .publicpraisemsgbox {
  616. padding: 16rpx 16rpx 8rpx;
  617. }
  618. .allshare {
  619. color: #fff;
  620. border-radius: unset;
  621. line-height: 98rpx;
  622. background: #249EFB;
  623. }
  624. .footer {
  625. position: fixed;
  626. width: 100%;
  627. height: 98rpx;
  628. background: #249EFB;
  629. z-index: 10;
  630. left: 0;
  631. bottom: 0;
  632. color: #fff;
  633. }
  634. .allshare image {
  635. display: block;
  636. width: 46rpx;
  637. height: 40rpx;
  638. margin-right: 8rpx;
  639. }
  640. .caselayerbox {
  641. display: block;
  642. width: 100%;
  643. height: 100%;
  644. background: transparent;
  645. position: fixed;
  646. z-index: 99;
  647. left: 0;
  648. bottom: 0;
  649. }
  650. .caselayer {
  651. display: block;
  652. width: 100%;
  653. max-height: 60%;
  654. position: absolute;
  655. top: 150rpx;
  656. left: 0;
  657. background-color: #FFFFFF;
  658. box-shadow: 0 -4rpx 20rpx 0 rgba(36, 158, 251, 0.23);
  659. border-radius: 10rpx 10rpx 0 0;
  660. overflow: hidden;
  661. padding-top: 70rpx;
  662. /* padding-bottom: calc(constant(safe-area-inset-bottom)) !important; */
  663. /* ios < 11.2*/
  664. /* padding-bottom: calc(env(safe-area-inset-bottom)) !important; */
  665. /* ios >= 11.2*/
  666. }
  667. .casefiltratetit {
  668. position: absolute;
  669. top: 0;
  670. left: 0;
  671. background: #F0F4F7;
  672. width: 100%;
  673. height: 70rpx;
  674. line-height: 70rpx;
  675. }
  676. .casefiltratetit image {
  677. display: block;
  678. width: 30rpx;
  679. height: 28rpx;
  680. position: absolute;
  681. top: 22rpx;
  682. right: 40rpx;
  683. }
  684. .casetypefiltrate {
  685. display: block;
  686. width: 100%;
  687. padding: 0 20rpx;
  688. height: 100%;
  689. box-sizing: border-box;
  690. overflow: hidden;
  691. }
  692. .plotfiltrate {
  693. display: block;
  694. width: 100%;
  695. height: 100%;
  696. overflow: hidden;
  697. }
  698. .casetypefiltratebox {
  699. display: block;
  700. height: 88rpx;
  701. border-bottom: 1px solid #D4E4ED;
  702. }
  703. .mpbox {
  704. display: block;
  705. width: 100%;
  706. height: 300px;
  707. overflow: hidden;
  708. }
  709. .communitybox1 {
  710. display: block;
  711. width: 100%;
  712. height: calc(100vh-166rpx);
  713. overflow: hidden;
  714. }
  715. .namebox {
  716. max-width: 80rpx;
  717. }
  718. .casetypefiltratebox image {
  719. display: block;
  720. width: 12rpx;
  721. height: 8rpx;
  722. margin-left: 6rpx;
  723. position: relative;
  724. top: 40rpx;
  725. }
  726. .casetypefiltratebox .clickimg {
  727. display: none;
  728. }
  729. .nowfiltrate .unclickimg {
  730. display: none;
  731. }
  732. .nowfiltrate .clickimg {
  733. display: block;
  734. }
  735. .nowfiltrate {
  736. color: #249EFB;
  737. position: relative;
  738. height: 88rpx;
  739. }
  740. .nowfiltrate::before {
  741. display: block;
  742. content: " ";
  743. width: 82rpx;
  744. height: 6rpx;
  745. background-color: #249EFB;
  746. position: absolute;
  747. bottom: 0;
  748. left: 50%;
  749. margin-left: -41rpx;
  750. }
  751. .stylefiltrate {
  752. display: block;
  753. padding: 40rpx 20rpx 32rpx;
  754. }
  755. .stylefiltrate button {
  756. display: block;
  757. height: 48rpx;
  758. line-height: 48rpx;
  759. background: #F0F4F7;
  760. border-radius: 24rpx;
  761. float: left;
  762. padding: 0 24rpx;
  763. margin-left: 20rpx;
  764. margin-bottom: 40rpx;
  765. font-size: 24rpx;
  766. }
  767. .stylefiltrate button.nowbtn {
  768. background: #71C4FF;
  769. border: 2rpx solid #249EFB;
  770. box-sizing: border-box;
  771. color: #fff;
  772. line-height: 44rpx;
  773. }
  774. .areafiltrate {
  775. display: block;
  776. padding: 40rpx 20rpx 32rpx;
  777. }
  778. .areafiltrate button {
  779. display: block;
  780. height: 48rpx;
  781. line-height: 48rpx;
  782. background: #F0F4F7;
  783. border-radius: 24rpx;
  784. float: left;
  785. padding: 0 24rpx;
  786. margin-right: 20rpx;
  787. margin-bottom: 40rpx;
  788. font-size: 24rpx;
  789. }
  790. .areafiltrate button.nowbtn {
  791. background: #71C4FF;
  792. border: 2rpx solid #249EFB;
  793. box-sizing: border-box;
  794. color: #fff;
  795. line-height: 44rpx;
  796. }
  797. /* 公司活动 */
  798. .activitybox {
  799. position: relative;
  800. z-index: 2;
  801. border-radius: 16rpx 16rpx 0 0;
  802. background: #fff;
  803. margin-top: 98rpx;
  804. padding: 24rpx 20rpx 0;
  805. padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important;
  806. /* ios < 11.2*/
  807. padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important;
  808. /* ios >= 11.2*/
  809. }
  810. .everyactivitybox {
  811. background: #F0F4F7;
  812. border-radius: 10rpx;
  813. padding-top: 20rpx;
  814. margin-bottom: 40rpx;
  815. }
  816. .activitytitbox {
  817. padding: 0 20rpx;
  818. }
  819. .activitytit {
  820. display: block;
  821. width: 400rpx;
  822. }
  823. .activitytitbox image {
  824. display: block;
  825. width: 40rpx;
  826. height: 16rpx;
  827. position: absolute;
  828. right: 8rpx;
  829. top: 6rpx;
  830. }
  831. .everynumbox {
  832. margin-top: 10rpx;
  833. margin-bottom: 20rpx;
  834. padding: 0 20rpx;
  835. }
  836. .depositbox image {
  837. display: block;
  838. width: 30rpx;
  839. height: 24rpx;
  840. position: relative;
  841. top: 5rpx;
  842. margin-right: 7rpx;
  843. }
  844. .everyfootbox {
  845. padding: 0 20rpx;
  846. }
  847. .everysharenumbox view {
  848. line-height: 56rpx;
  849. }
  850. .everysharenumbox image {
  851. display: block;
  852. width: 24rpx;
  853. height: 20rpx;
  854. position: relative;
  855. top: 18rpx;
  856. }
  857. .otherfiltrate {
  858. padding-top: 24rpx;
  859. }
  860. .otherfiltrate button {
  861. display: block;
  862. height: 48rpx;
  863. line-height: 48rpx;
  864. background: #F0F4F7;
  865. border-radius: 24rpx;
  866. float: left;
  867. padding: 0 24rpx;
  868. margin-left: 20rpx;
  869. margin-bottom: 40rpx;
  870. font-size: 24rpx;
  871. }
  872. .otherfiltrate button.nowbtn {
  873. background: #71C4FF;
  874. border: 2rpx solid #249EFB;
  875. box-sizing: border-box;
  876. color: #fff;
  877. line-height: 44rpx;
  878. }
  879. .otherfiltrate {
  880. border-top: 1px solid #EAF0F4;
  881. }
  882. .topfiltrate {
  883. border-width: 0;
  884. }
  885. .topfiltrate button {
  886. margin-bottom: 16rpx;
  887. }
  888. /* .page.page-select-index{
  889. height: auto !important;
  890. } */
  891. .anchor-bar__wrp {
  892. position: absolute;
  893. }
  894. /* .index_list_item .index-group__title{
  895. display: none;
  896. } */
  897. .thin-border-bottom:after {
  898. border-style: dashed;
  899. border-color: #D4E4ED;
  900. }
  901. .index-group__item {
  902. color: #9DB6CF;
  903. font-size: 28rpx;
  904. padding: 0rpx 0 16rpx 20rpx !important;
  905. }
  906. .anchor-item.selected .anchor-item__inner {
  907. background-color: #249EFB;
  908. }
  909. .communitybox {
  910. display: block;
  911. padding: 24rpx 20rpx 0;
  912. }
  913. .communitybox button {
  914. display: block;
  915. float: left;
  916. background: #D4E4ED;
  917. height: 56rpx;
  918. border: 2rpx solid #9DB6CF;
  919. border-radius: 28rpx;
  920. line-height: 56rpx;
  921. box-sizing: border-box;
  922. padding: 0 32rpx;
  923. font-size: 24rpx;
  924. color: #384855;
  925. margin-right: 20rpx;
  926. position: relative;
  927. overflow: inherit;
  928. }
  929. .communitybox button .communitytext {}
  930. .communitybox button image {
  931. width: 30rpx;
  932. height: 30rpx;
  933. position: relative;
  934. top: 12rpx;
  935. margin-left: 8rpx;
  936. }
  937. .video {
  938. display: block;
  939. width: 311rpx;
  940. height: 380rpx;
  941. background-color: #384855;
  942. border-radius: 10px;
  943. }
  944. button.casecollectbox {
  945. background-color: #FFFFFF;
  946. }
  947. .caselistbox1 {
  948. display: block;
  949. width: 710rpx;
  950. height: calc(300px+76rpx);
  951. box-sizing: border-box;
  952. position: absolute;
  953. top: 150rpx;
  954. left: 20rpx;
  955. background: #fff;
  956. padding-left: 20rpx;
  957. overflow: hidden;
  958. box-shadow: 0px 4rpx 16rpx 0px rgba(36, 158, 251, 0.3);
  959. }
  960. .caselistbox1 .mpbox {
  961. display: block;
  962. width: 710rpx;
  963. height: calc(300px+76rpx);
  964. }
  965. .van-index-bar {
  966. display: block;
  967. width: 100%;
  968. height: 400rpx;
  969. top: 20rpx;
  970. left: 0;
  971. }
  972. .van-index-bar__sidebar {
  973. position: fixed;
  974. top: 350rpx !important;
  975. }
  976. .speechcraftfiltratetit {
  977. display: block;
  978. width: 100%;
  979. height: 88rpx;
  980. padding: 0 40rpx;
  981. box-sizing: border-box;
  982. background: #fff;
  983. }
  984. .speechcraftfiltratetit input {
  985. display: block;
  986. width: 540rpx;
  987. height: 66rpx;
  988. background: #F0F4F7;
  989. position: relative;
  990. top: 11rpx;
  991. border-bottom: 1px solid #bfbfbf;
  992. text-align: left;
  993. padding-left: 40rpx;
  994. box-sizing: border-box;
  995. border-radius: 33rpx;
  996. border-width: 0;
  997. }
  998. .speechcraftfiltratetit view {
  999. position: absolute;
  1000. top: 0;
  1001. right: 40rpx;
  1002. line-height: 88rpx;
  1003. font-size: 28rpx;
  1004. }
  1005. /* 视频 */
  1006. .videolistbox {
  1007. display: block;
  1008. width: 100%;
  1009. padding: 20rpx 40rpx 100rpx;
  1010. box-sizing: border-box;
  1011. }
  1012. .leftvideolistbox,
  1013. .rightvideolistbox {
  1014. display: inline-block;
  1015. width: 325rpx;
  1016. }
  1017. .rightvideolistbox {
  1018. margin-left: 20rpx;
  1019. }
  1020. .videolistbox {
  1021. width: 100%;
  1022. padding: 20rpx 10rpx 100rpx;
  1023. box-sizing: border-box;
  1024. }
  1025. .leftvideolistbox,
  1026. .rightvideolistbox {
  1027. display: inline-block;
  1028. width: 335rpx;
  1029. }
  1030. .rightvideolistbox {
  1031. margin-left: 20rpx;
  1032. }
  1033. .everyvideobox {
  1034. display: block;
  1035. width: 100%;
  1036. border-radius: 10rpx;
  1037. position: relative;
  1038. overflow: hidden;
  1039. border: solid 1px #eaf0f4;
  1040. margin-bottom: 20rpx;
  1041. background-color: #FFFFFF;
  1042. }
  1043. .everyvideobox .newimg {
  1044. display: block;
  1045. width: 60rpx;
  1046. height: 26rpx;
  1047. position: absolute;
  1048. top: 0;
  1049. left: 0;
  1050. z-index: 2;
  1051. }
  1052. .everyvideobox .layerbox {
  1053. display: block;
  1054. width: 100%;
  1055. height: 280rpx;
  1056. background-image: linear-gradient(180deg, rgba(56, 72, 85, 0.00) 0%, rgba(56, 72, 85, 0.66) 66%, #384855 100%);
  1057. border-radius: 0 0 10rpx 10rpx;
  1058. position: absolute;
  1059. bottom: 0;
  1060. left: 0;
  1061. z-index: 2;
  1062. }
  1063. .everyvideobox .layerbox .videotitle {
  1064. display: block;
  1065. width: 308rpx;
  1066. position: absolute;
  1067. top: 143rpx;
  1068. left: 8rpx;
  1069. font-size: 28rpx;
  1070. color: #FFFFFF;
  1071. line-height: 40rpx;
  1072. }
  1073. .everyvideobox .layerbox .lookbox {
  1074. position: absolute;
  1075. bottom: 17rpx;
  1076. right: 22rpx;
  1077. }
  1078. .everyvideobox .layerbox .lookbox image {
  1079. float: left;
  1080. display: block;
  1081. width: 24rpx;
  1082. height: 24rpx;
  1083. position: relative;
  1084. top: 5rpx;
  1085. }
  1086. .everyvideobox .layerbox .lookbox view {
  1087. display: block;
  1088. float: left;
  1089. font-size: 12px;
  1090. color: #B6CADE;
  1091. line-height: 34rpx;
  1092. }
  1093. .contentBox {
  1094. display: block;
  1095. width: 100%;
  1096. padding: 18rpx 0 8rpx;
  1097. }
  1098. .contentBox .videoTitle {
  1099. width: 100%;
  1100. padding: 0 20rpx;
  1101. font-family: PingFang-SC-Medium, Source Sans Medium;
  1102. font-size: 24rpx;
  1103. color: #384855;
  1104. }
  1105. .contentBox .personMsgBox {
  1106. margin-top: 12rpx;
  1107. }
  1108. .videotype {
  1109. position: absolute;
  1110. top: 20rpx;
  1111. left: 22rpx;
  1112. line-height: 50rpx;
  1113. display: block;
  1114. font-size: 24rpx;
  1115. color: #fff;
  1116. }
  1117. .contentBox .personMsgBox .clickbox image {
  1118. width: 24rpx;
  1119. height: 24rpx;
  1120. position: relative;
  1121. top: 5rpx;
  1122. }
  1123. /* 图文 */
  1124. .zanbox .bzan {
  1125. display: block;
  1126. width: 31rpx;
  1127. height: 32rpx;
  1128. }
  1129. .hotbox {
  1130. display: block;
  1131. width: 50%;
  1132. line-height: 32rpx;
  1133. }
  1134. .hotbox image {
  1135. float: left;
  1136. display: block;
  1137. width: 24rpx;
  1138. height: 24rpx;
  1139. position: relative;
  1140. top: 4rpx;
  1141. }
  1142. .hotbox view {
  1143. float: left;
  1144. margin-left: 10rpx;
  1145. line-height: 32rpx;
  1146. font-size: 22rpx;
  1147. color: #CBCDEB;
  1148. }
  1149. .filtratebox {
  1150. color: #fff;
  1151. border-radius: unset;
  1152. line-height: 98rpx;
  1153. background: #249EFB;
  1154. /* border-left: 1px solid #fff; */
  1155. }
  1156. .filtratebox image {
  1157. /* position: relative;
  1158. top: 24rpx; */
  1159. display: block;
  1160. margin-right: 8rpx;
  1161. width: 38rpx;
  1162. height: 38rpx;
  1163. }
  1164. .filtratebox .searchtext {
  1165. /* line-height: 98rpx; */
  1166. }
  1167. .addtime {
  1168. display: block;
  1169. padding: 0 20rpx;
  1170. color: #B6CADE;
  1171. margin-top: 8rpx;
  1172. }
  1173. /* .van-index-anchor-wrapper{
  1174. background-color: #f7f8fa;
  1175. } */
  1176. .case_numbox {
  1177. display: inline-block;
  1178. width: auto;
  1179. height: 32rpx;
  1180. position: relative;
  1181. top: 4rpx;
  1182. background: #D4E4ED;
  1183. color: #9DB6CF;
  1184. padding: 0 12rpx;
  1185. border-radius: 16rpx;
  1186. margin-left: 8rpx;
  1187. line-height: 32rpx;
  1188. }
  1189. .van-index-anchor {
  1190. width: 100%;
  1191. font-size: 16px;
  1192. font-weight: bold;
  1193. padding: 0 5px !important;
  1194. line-height: 32rpx !important;
  1195. }
  1196. .van-index-anchor--active {
  1197. display: none !important;
  1198. }
  1199. .constructSitebox {
  1200. display: block;
  1201. width: 690rpx;
  1202. background-color: #fff;
  1203. border-radius: 16rpx;
  1204. border: 1px solid #ECECEC;
  1205. box-sizing: border-box;
  1206. padding: 24rpx 20rpx 28rpx;
  1207. margin: 0 auto 20rpx;
  1208. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  1209. }
  1210. .coverbox {
  1211. width: 100%;
  1212. max-height: 450rpx;
  1213. overflow: hidden;
  1214. }
  1215. .coverbox image {
  1216. display: block;
  1217. width: 100%;
  1218. }
  1219. .constructit {
  1220. width: 400rpx;
  1221. }
  1222. .constructSitebox .casecollectbox image {
  1223. top: 11rpx;
  1224. }
  1225. .sitestep {
  1226. display: block;
  1227. border-top: 1px solid #ECECEC;
  1228. padding: 24rpx 10rpx;
  1229. }
  1230. .everysteps {
  1231. text-align: center;
  1232. position: relative;
  1233. }
  1234. .everysteps .stepnum {
  1235. display: block;
  1236. width: 32rpx;
  1237. height: 32rpx;
  1238. background: #FFFFFF;
  1239. border: 2rpx solid #CCCCCC;
  1240. /* background: #28A1FF; */
  1241. border-radius: 50%;
  1242. /* color: #fff; */
  1243. margin: 0 auto 12rpx;
  1244. position: relative;
  1245. z-index: 2;
  1246. }
  1247. .everysteps::after {
  1248. display: block;
  1249. content: " ";
  1250. width: 125.2rpx;
  1251. height: 10rpx;
  1252. background: #EEEEEE;
  1253. position: absolute;
  1254. top: 11rpx;
  1255. left: -50%;
  1256. z-index: 1;
  1257. }
  1258. .sitestep .everysteps:first-child::after {
  1259. display: none;
  1260. }
  1261. .laststeps .stepnum {
  1262. background-color: #28A1FF;
  1263. border-color: #28A1FF;
  1264. color: #fff !important;
  1265. }
  1266. .laststeps::after {
  1267. background-color: #28A1FF;
  1268. }
  1269. .communitybox {
  1270. display: block;
  1271. position: absolute;
  1272. top: 8rpx;
  1273. left: 20rpx;
  1274. background: #D4E4ED;
  1275. height: 56rpx;
  1276. border: 2rpx solid #9DB6CF;
  1277. border-radius: 28rpx;
  1278. line-height: 56rpx;
  1279. box-sizing: border-box;
  1280. padding: 0 32rpx;
  1281. font-size: 24rpx;
  1282. color: #384855;
  1283. margin-right: 20rpx;
  1284. overflow: inherit;
  1285. }
  1286. .communitybox image {
  1287. width: 30rpx;
  1288. height: 30rpx;
  1289. position: relative;
  1290. top: 12rpx;
  1291. margin-left: 8rpx;
  1292. }
  1293. .customerbtnbox {
  1294. height: 66rpx;
  1295. }
  1296. .customerbtnbox image {
  1297. display: block;
  1298. width: 18rpx;
  1299. height: 12rpx;
  1300. position: relative;
  1301. top: 32rpx;
  1302. margin-left: 8rpx;
  1303. }
  1304. .nowordertit {
  1305. color: #249efb !important;
  1306. }
  1307. .customerbtnbox image.delimg {
  1308. display: block;
  1309. width: 24rpx;
  1310. height: 24rpx;
  1311. position: relative;
  1312. top: 20rpx;
  1313. margin-left: 8rpx;
  1314. }
  1315. .duihaoIcon {
  1316. width: 20rpx;
  1317. height: 20rpx;
  1318. margin-top: 7rpx;
  1319. }
  1320. .searchbtn1 {
  1321. display: block;
  1322. width: 110rpx;
  1323. height: 66rpx;
  1324. line-height: 66rpx;
  1325. padding-left: 24rpx;
  1326. }
  1327. .searchbtn1 text {
  1328. display: block;
  1329. position: absolute;
  1330. top: 12rpx;
  1331. width: 1px;
  1332. left: 0;
  1333. height: 32rpx;
  1334. background-color: #d4d4d4;
  1335. }
  1336. .searchbtn1 image {
  1337. display: block;
  1338. position: relative;
  1339. top: 16rpx;
  1340. width: 28rpx;
  1341. height: 28rpx;
  1342. margin-left: 8rpx;
  1343. }
  1344. .searchbtn1 text.caseline {
  1345. top: 17rpx;
  1346. }
  1347. .searchbtn1 image.caseimg {
  1348. top: 13rpx;
  1349. width: 40rpx;
  1350. height: 40rpx;
  1351. }
  1352. .imgtype{
  1353. display: block;
  1354. width: 44rpx;
  1355. height: 44rpx;
  1356. position: absolute;
  1357. top: 20rpx;
  1358. right: 20rpx;
  1359. z-index: 2;
  1360. }
  1361. .searchbox {
  1362. width: 15%;
  1363. height: 100%;
  1364. float: left;
  1365. display: flex;
  1366. align-items: center;
  1367. justify-content: center;
  1368. position: relative;
  1369. }
  1370. .caseline {
  1371. width: 2rpx;
  1372. height: 36rpx;
  1373. background-color: #DDDDDD;
  1374. position: absolute;
  1375. left: 0px;
  1376. }
  1377. .caseimg {
  1378. top: 13rpx;
  1379. width: 40rpx;
  1380. height: 40rpx;
  1381. }
  1382. .caselayerbox {
  1383. display: block;
  1384. width: 100%;
  1385. height: 100%;
  1386. background: transparent;
  1387. position: fixed;
  1388. z-index: 99;
  1389. left: 0;
  1390. bottom: 0;
  1391. }
  1392. .caselayer {
  1393. display: block;
  1394. width: 100%;
  1395. max-height: 60%;
  1396. position: absolute;
  1397. top: 66rpx;
  1398. left: 0;
  1399. background-color: #FFFFFF;
  1400. box-shadow: 0 -4rpx 20rpx 0 rgba(36, 158, 251, 0.23);
  1401. border-radius: 10rpx 10rpx 0 0;
  1402. overflow: hidden;
  1403. /* padding-top: 70rpx;
  1404. padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
  1405. /* ios < 11.2*/
  1406. /* padding-bottom: calc(env(safe-area-inset-bottom)) !important; */
  1407. /* ios >= 11.2*/
  1408. }
  1409. .speechcraftfiltratetit {
  1410. display: block;
  1411. width: 100%;
  1412. height: 88rpx;
  1413. padding: 0 40rpx;
  1414. box-sizing: border-box;
  1415. background: #fff;
  1416. }
  1417. .speechcraftfiltratetit input {
  1418. display: block;
  1419. width: 540rpx;
  1420. height: 66rpx;
  1421. background: #F0F4F7;
  1422. position: relative;
  1423. top: 11rpx;
  1424. border-bottom: 1px solid #bfbfbf;
  1425. text-align: left;
  1426. padding-left: 40rpx;
  1427. box-sizing: border-box;
  1428. border-radius: 33rpx;
  1429. border-width: 0;
  1430. }
  1431. .speechcraftfiltratetit view {
  1432. position: absolute;
  1433. top: 0;
  1434. right: 40rpx;
  1435. line-height: 88rpx;
  1436. font-size: 28rpx;
  1437. }