caselist.wxss 27 KB

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