caselist.wxss 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733
  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: 85%;
  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. .mt15 {
  359. margin-top: 15rpx;
  360. }
  361. /* 营销楼盘 */
  362. .publicpraisebox {
  363. padding: 0 0 100rpx;
  364. }
  365. .progress-box-item {
  366. width: 100%;
  367. background-color: #fff;
  368. padding: 20rpx;
  369. display: flex;
  370. overflow: hidden;
  371. border-radius: 8rpx;
  372. margin-bottom: 20rpx;
  373. }
  374. .progress-left {
  375. width: 260rpx;
  376. height: 200rpx;
  377. position: relative;
  378. border-radius: 15rpx;
  379. overflow: hidden;
  380. }
  381. .progress-left-text {
  382. position: absolute;
  383. width: 100%;
  384. height: 40rpx;
  385. background-color: rgba(0, 0, 0, 0.4);
  386. z-index: 2;
  387. bottom: 0rpx;
  388. color: #fff;
  389. font-size: 24rpx;
  390. text-align: center;
  391. line-height: 40rpx;
  392. }
  393. .progress-left-img {
  394. width: 100%;
  395. height: 100%;
  396. }
  397. .progress-right {
  398. flex: 1;
  399. display: inline-block;
  400. padding-left: 20rpx;
  401. overflow: hidden;
  402. }
  403. .progress-right-title,
  404. .progress-right-address {
  405. white-space: nowrap;
  406. overflow: hidden;
  407. text-overflow: ellipsis;
  408. }
  409. .mtb10 {
  410. margin: 10rpx 0rpx;
  411. }
  412. .progress-right-area {
  413. width: 100%;
  414. overflow-x: auto;
  415. white-space: nowrap;
  416. padding: 4rpx 0rpx;
  417. }
  418. .progress-right-area > view {
  419. font-style: normal;
  420. display: inline-block;
  421. padding: 2rpx 10rpx 0rpx;
  422. background-color: #FFEDED;
  423. margin-right: 10rpx;
  424. color: #C66D59;
  425. border-radius: 4rpx;
  426. }
  427. .flex {
  428. display: flex;
  429. }
  430. .flex-sub {
  431. flex: 1;
  432. }
  433. .align-center {
  434. align-items: center;
  435. }
  436. .justify-between {
  437. justify-content: space-between;
  438. }
  439. .justify-end {
  440. justify-content: flex-end;
  441. }
  442. .p-r-img1 {
  443. width: 40rpx;
  444. height: 40rpx;
  445. background-color: #EEF4FF;
  446. border-radius: 50%;
  447. display: flex;
  448. justify-content: center;
  449. align-items: center;
  450. }
  451. .p-r-img1 image {
  452. width: 20rpx;
  453. height: 20rpx;
  454. }
  455. .fontw700 {
  456. font-weight: 700;
  457. }
  458. .font32 {
  459. font-size: 32rpx;
  460. }
  461. .font28 {
  462. font-size: 28rpx;
  463. }
  464. .font24 {
  465. font-size: 24rpx;
  466. }
  467. .font20 {
  468. font-size: 20rpx;
  469. }
  470. .font22 {
  471. font-size: 22rpx;
  472. }
  473. .colorCECECE {
  474. color: #CECECE;
  475. }
  476. .color424242 {
  477. color: #424242;
  478. }
  479. .color45ADFF {
  480. color: #45ADFF;
  481. }
  482. .color989898 {
  483. color: #989898;
  484. }
  485. .mt10 {
  486. margin-top: 10rpx;
  487. }
  488. .ml20 {
  489. margin-left: 20rpx;
  490. }
  491. .ml10 {
  492. margin-left: 10rpx;
  493. }
  494. .p-r-share {
  495. display: block;
  496. width: 20rpx;
  497. height: 20rpx;
  498. margin-right: 8rpx;
  499. }
  500. .p-r-sc {
  501. display: block;
  502. width: 20rpx;
  503. height: 20rpx;
  504. margin-right: 8rpx;
  505. }
  506. .leftpublicpraisebox,
  507. .rightpublicpraisebox {
  508. display: block;
  509. width: 345rpx;
  510. }
  511. .leftpublicpraisebox {
  512. margin-right: 20rpx;
  513. }
  514. .leftpublicpraisebox1,
  515. .rightpublicpraisebox1 {
  516. display: block;
  517. width: 345rpx;
  518. }
  519. .leftpublicpraisebox1 {
  520. margin-right: 20rpx;
  521. }
  522. .everypublicpraisebox {
  523. display: block;
  524. background: #FFFFFF;
  525. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  526. border-radius: 10rpx;
  527. overflow: hidden;
  528. margin-bottom: 20rpx;
  529. }
  530. .publicimg {
  531. display: block;
  532. width: 100%;
  533. height: auto;
  534. min-height: 100rpx;
  535. }
  536. .publicsharebox {
  537. display: block;
  538. position: absolute;
  539. left: 0;
  540. z-index: 2;
  541. bottom: 10rpx;
  542. border-radius: 0 24rpx 24rpx 0;
  543. opacity: 0.7;
  544. background: #384855;
  545. color: #B6CADE;
  546. height: 48rpx;
  547. padding: 0 24rpx 0 14rpx;
  548. }
  549. .publicsharebox image {
  550. display: block;
  551. width: 22rpx;
  552. height: 18rpx;
  553. margin-right: 6rpx;
  554. position: relative;
  555. top: 14rpx;
  556. }
  557. .publicsharebox view {
  558. line-height: 48rpx;
  559. }
  560. .publicpraisemsgbox {
  561. padding: 16rpx 16rpx 8rpx;
  562. }
  563. .allshare {
  564. color: #fff;
  565. border-radius: unset;
  566. line-height: 98rpx;
  567. background: #249EFB;
  568. }
  569. .footer {
  570. position: fixed;
  571. width: 100%;
  572. height: 98rpx;
  573. background: #249EFB;
  574. z-index: 10;
  575. left: 0;
  576. bottom: 0;
  577. color: #fff;
  578. }
  579. .allshare image {
  580. display: block;
  581. width: 46rpx;
  582. height: 40rpx;
  583. margin-right: 8rpx;
  584. }
  585. .caselayerbox {
  586. display: block;
  587. width: 100%;
  588. height: 100%;
  589. background: transparent;
  590. position: fixed;
  591. z-index: 99;
  592. left: 0;
  593. bottom: 0;
  594. }
  595. .caselayer {
  596. display: block;
  597. width: 100%;
  598. max-height: 60%;
  599. position: absolute;
  600. top: 150rpx;
  601. left: 0;
  602. background-color: #FFFFFF;
  603. box-shadow: 0 -4rpx 20rpx 0 rgba(36, 158, 251, 0.23);
  604. border-radius: 10rpx 10rpx 0 0;
  605. overflow: hidden;
  606. /* padding-top: 70rpx;
  607. padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
  608. /* ios < 11.2*/
  609. /* padding-bottom: calc(env(safe-area-inset-bottom)) !important; */
  610. /* ios >= 11.2*/
  611. }
  612. .casefiltratetit {
  613. position: absolute;
  614. top: 0;
  615. left: 0;
  616. background: #F0F4F7;
  617. width: 100%;
  618. height: 70rpx;
  619. line-height: 70rpx;
  620. }
  621. .casefiltratetit image {
  622. display: block;
  623. width: 30rpx;
  624. height: 28rpx;
  625. position: absolute;
  626. top: 22rpx;
  627. right: 40rpx;
  628. }
  629. .casetypefiltrate {
  630. display: block;
  631. width: 100%;
  632. padding: 0 20rpx;
  633. height: 100%;
  634. box-sizing: border-box;
  635. overflow: hidden;
  636. }
  637. .plotfiltrate {
  638. display: block;
  639. width: 100%;
  640. height: 100%;
  641. overflow: hidden;
  642. }
  643. .casetypefiltratebox {
  644. display: block;
  645. height: 88rpx;
  646. border-bottom: 1px solid #D4E4ED;
  647. }
  648. .mpbox {
  649. display: block;
  650. width: 100%;
  651. height: 300px;
  652. overflow: hidden;
  653. }
  654. .communitybox1 {
  655. display: block;
  656. width: 100%;
  657. height: calc(100vh-166rpx);
  658. overflow: hidden;
  659. }
  660. .namebox {
  661. max-width: 80rpx;
  662. }
  663. .casetypefiltratebox image {
  664. display: block;
  665. width: 12rpx;
  666. height: 8rpx;
  667. margin-left: 6rpx;
  668. position: relative;
  669. top: 40rpx;
  670. }
  671. .casetypefiltratebox .clickimg {
  672. display: none;
  673. }
  674. .nowfiltrate .unclickimg {
  675. display: none;
  676. }
  677. .nowfiltrate .clickimg {
  678. display: block;
  679. }
  680. .nowfiltrate {
  681. color: #249EFB;
  682. position: relative;
  683. height: 88rpx;
  684. }
  685. .nowfiltrate::before {
  686. display: block;
  687. content: " ";
  688. width: 82rpx;
  689. height: 6rpx;
  690. background-color: #249EFB;
  691. position: absolute;
  692. bottom: 0;
  693. left: 50%;
  694. margin-left: -41rpx;
  695. }
  696. .stylefiltrate {
  697. display: block;
  698. padding: 40rpx 20rpx 32rpx;
  699. }
  700. .stylefiltrate button {
  701. display: block;
  702. height: 48rpx;
  703. line-height: 48rpx;
  704. background: #F0F4F7;
  705. border-radius: 24rpx;
  706. float: left;
  707. padding: 0 24rpx;
  708. margin-left: 20rpx;
  709. margin-bottom: 40rpx;
  710. font-size: 24rpx;
  711. }
  712. .stylefiltrate button.nowbtn {
  713. background: #71C4FF;
  714. border: 2rpx solid #249EFB;
  715. box-sizing: border-box;
  716. color: #fff;
  717. line-height: 44rpx;
  718. }
  719. .areafiltrate {
  720. display: block;
  721. padding: 40rpx 20rpx 32rpx;
  722. }
  723. .areafiltrate button {
  724. display: block;
  725. height: 48rpx;
  726. line-height: 48rpx;
  727. background: #F0F4F7;
  728. border-radius: 24rpx;
  729. float: left;
  730. padding: 0 24rpx;
  731. margin-right: 20rpx;
  732. margin-bottom: 40rpx;
  733. font-size: 24rpx;
  734. }
  735. .areafiltrate button.nowbtn {
  736. background: #71C4FF;
  737. border: 2rpx solid #249EFB;
  738. box-sizing: border-box;
  739. color: #fff;
  740. line-height: 44rpx;
  741. }
  742. /* 公司活动 */
  743. .activitybox {
  744. position: relative;
  745. z-index: 2;
  746. border-radius: 16rpx 16rpx 0 0;
  747. background: #fff;
  748. margin-top: 98rpx;
  749. padding: 24rpx 20rpx 0;
  750. padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important;
  751. /* ios < 11.2*/
  752. padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important;
  753. /* ios >= 11.2*/
  754. }
  755. .everyactivitybox {
  756. background: #F0F4F7;
  757. border-radius: 10rpx;
  758. padding-top: 20rpx;
  759. margin-bottom: 40rpx;
  760. }
  761. .activitytitbox {
  762. padding: 0 20rpx;
  763. }
  764. .activitytit {
  765. display: block;
  766. width: 400rpx;
  767. }
  768. .activitytitbox image {
  769. display: block;
  770. width: 40rpx;
  771. height: 16rpx;
  772. position: absolute;
  773. right: 8rpx;
  774. top: 6rpx;
  775. }
  776. .everynumbox {
  777. margin-top: 10rpx;
  778. margin-bottom: 20rpx;
  779. padding: 0 20rpx;
  780. }
  781. .depositbox image {
  782. display: block;
  783. width: 30rpx;
  784. height: 24rpx;
  785. position: relative;
  786. top: 5rpx;
  787. margin-right: 7rpx;
  788. }
  789. .everyfootbox {
  790. padding: 0 20rpx;
  791. }
  792. .everysharenumbox view {
  793. line-height: 56rpx;
  794. }
  795. .everysharenumbox image {
  796. display: block;
  797. width: 24rpx;
  798. height: 20rpx;
  799. position: relative;
  800. top: 18rpx;
  801. }
  802. .otherfiltrate {
  803. padding-top: 24rpx;
  804. }
  805. .otherfiltrate button {
  806. display: block;
  807. height: 48rpx;
  808. line-height: 48rpx;
  809. background: #F0F4F7;
  810. border-radius: 24rpx;
  811. float: left;
  812. padding: 0 24rpx;
  813. margin-left: 20rpx;
  814. margin-bottom: 40rpx;
  815. font-size: 24rpx;
  816. }
  817. .otherfiltrate button.nowbtn {
  818. background: #71C4FF;
  819. border: 2rpx solid #249EFB;
  820. box-sizing: border-box;
  821. color: #fff;
  822. line-height: 44rpx;
  823. }
  824. .otherfiltrate {
  825. border-top: 1px solid #EAF0F4;
  826. }
  827. .topfiltrate {
  828. border-width: 0;
  829. }
  830. .topfiltrate button {
  831. margin-bottom: 16rpx;
  832. }
  833. /* .page.page-select-index{
  834. height: auto !important;
  835. } */
  836. .anchor-bar__wrp {
  837. position: absolute;
  838. }
  839. /* .index_list_item .index-group__title{
  840. display: none;
  841. } */
  842. .thin-border-bottom:after {
  843. border-style: dashed;
  844. border-color: #D4E4ED;
  845. }
  846. .index-group__item {
  847. color: #9DB6CF;
  848. font-size: 28rpx;
  849. padding: 0rpx 0 16rpx 20rpx !important;
  850. }
  851. .anchor-item.selected .anchor-item__inner {
  852. background-color: #249EFB;
  853. }
  854. .communitybox {
  855. display: block;
  856. padding: 24rpx 20rpx 0;
  857. }
  858. .communitybox button {
  859. display: block;
  860. float: left;
  861. background: #D4E4ED;
  862. height: 56rpx;
  863. border: 2rpx solid #9DB6CF;
  864. border-radius: 28rpx;
  865. line-height: 56rpx;
  866. box-sizing: border-box;
  867. padding: 0 32rpx;
  868. font-size: 24rpx;
  869. color: #384855;
  870. margin-right: 20rpx;
  871. position: relative;
  872. overflow: inherit;
  873. }
  874. .communitybox button .communitytext {}
  875. .communitybox button image {
  876. width: 30rpx;
  877. height: 30rpx;
  878. position: relative;
  879. top: 12rpx;
  880. margin-left: 8rpx;
  881. }
  882. .video {
  883. display: block;
  884. width: 311rpx;
  885. height: 380rpx;
  886. background-color: #384855;
  887. border-radius: 10px;
  888. }
  889. button.casecollectbox {
  890. background-color: #FFFFFF;
  891. }
  892. .caselistbox1 {
  893. display: block;
  894. width: 710rpx;
  895. height: calc(300px+76rpx);
  896. box-sizing: border-box;
  897. position: absolute;
  898. top: 150rpx;
  899. left: 20rpx;
  900. background: #fff;
  901. padding-left: 20rpx;
  902. overflow: hidden;
  903. box-shadow: 0px 4rpx 16rpx 0px rgba(36, 158, 251, 0.3);
  904. }
  905. .caselistbox1 .mpbox {
  906. display: block;
  907. width: 710rpx;
  908. height: calc(300px+76rpx);
  909. }
  910. .van-index-bar {
  911. display: block;
  912. width: 100%;
  913. height: 400rpx;
  914. top: 20rpx;
  915. left: 0;
  916. }
  917. .van-index-bar__sidebar {
  918. position: fixed;
  919. top: 350rpx !important;
  920. }
  921. .speechcraftfiltratetit {
  922. display: block;
  923. width: 100%;
  924. height: 88rpx;
  925. padding: 0 40rpx;
  926. box-sizing: border-box;
  927. background: #fff;
  928. }
  929. .speechcraftfiltratetit input {
  930. display: block;
  931. width: 540rpx;
  932. height: 66rpx;
  933. background: #F0F4F7;
  934. position: relative;
  935. top: 11rpx;
  936. border-bottom: 1px solid #bfbfbf;
  937. text-align: left;
  938. padding-left: 40rpx;
  939. box-sizing: border-box;
  940. border-radius: 33rpx;
  941. border-width: 0;
  942. }
  943. .speechcraftfiltratetit view {
  944. position: absolute;
  945. top: 0;
  946. right: 40rpx;
  947. line-height: 88rpx;
  948. font-size: 28rpx;
  949. }
  950. /* 视频 */
  951. .videolistbox {
  952. display: block;
  953. width: 100%;
  954. padding: 20rpx 40rpx 100rpx;
  955. box-sizing: border-box;
  956. }
  957. .leftvideolistbox,
  958. .rightvideolistbox {
  959. display: inline-block;
  960. width: 325rpx;
  961. }
  962. .rightvideolistbox {
  963. margin-left: 20rpx;
  964. }
  965. .everyvideobox {
  966. display: block;
  967. width: 100%;
  968. border-radius: 10rpx;
  969. position: relative;
  970. overflow: hidden;
  971. border: solid 1px #eaf0f4;
  972. margin-bottom: 20rpx;
  973. }
  974. .everyvideobox .playImg {
  975. display: block;
  976. width: 50rpx;
  977. height: 50rpx;
  978. position: absolute;
  979. top: 20rpx;
  980. right: 22rpx;
  981. z-index: 2;
  982. }
  983. .everyvideobox .newimg {
  984. display: block;
  985. width: 60rpx;
  986. height: 26rpx;
  987. position: absolute;
  988. top: 0;
  989. left: 0;
  990. z-index: 2;
  991. }
  992. .everyvideobox .layerbox {
  993. display: block;
  994. width: 100%;
  995. height: 280rpx;
  996. background-image: linear-gradient(180deg, rgba(56, 72, 85, 0.00) 0%, rgba(56, 72, 85, 0.66) 66%, #384855 100%);
  997. border-radius: 0 0 10rpx 10rpx;
  998. position: absolute;
  999. bottom: 0;
  1000. left: 0;
  1001. z-index: 2;
  1002. }
  1003. .everyvideobox .layerbox .videotitle {
  1004. display: block;
  1005. width: 308rpx;
  1006. position: absolute;
  1007. top: 143rpx;
  1008. left: 8rpx;
  1009. font-size: 28rpx;
  1010. color: #FFFFFF;
  1011. line-height: 40rpx;
  1012. }
  1013. .everyvideobox .layerbox .lookbox {
  1014. position: absolute;
  1015. bottom: 17rpx;
  1016. right: 22rpx;
  1017. }
  1018. .everyvideobox .layerbox .lookbox image {
  1019. float: left;
  1020. display: block;
  1021. width: 24rpx;
  1022. height: 24rpx;
  1023. position: relative;
  1024. top: 5rpx;
  1025. }
  1026. .everyvideobox .layerbox .lookbox view {
  1027. display: block;
  1028. float: left;
  1029. font-size: 12px;
  1030. color: #B6CADE;
  1031. line-height: 34rpx;
  1032. }
  1033. .videolistbox {
  1034. width: 100%;
  1035. padding: 20rpx 10rpx 100rpx;
  1036. box-sizing: border-box;
  1037. }
  1038. .leftvideolistbox,
  1039. .rightvideolistbox {
  1040. display: inline-block;
  1041. width: 335rpx;
  1042. }
  1043. .rightvideolistbox {
  1044. margin-left: 20rpx;
  1045. }
  1046. .everyvideobox {
  1047. display: block;
  1048. width: 100%;
  1049. border-radius: 10rpx;
  1050. position: relative;
  1051. overflow: hidden;
  1052. border: solid 1px #eaf0f4;
  1053. margin-bottom: 20rpx;
  1054. background-color: #FFFFFF;
  1055. }
  1056. .everyvideobox .videocover {
  1057. display: block;
  1058. width: 100%;
  1059. min-height: 180rpx;
  1060. }
  1061. .everyvideobox .playImg {
  1062. display: block;
  1063. width: 50rpx;
  1064. height: 50rpx;
  1065. position: absolute;
  1066. top: 20rpx;
  1067. right: 22rpx;
  1068. z-index: 2;
  1069. }
  1070. .everyvideobox .newimg {
  1071. display: block;
  1072. width: 60rpx;
  1073. height: 26rpx;
  1074. position: absolute;
  1075. top: 0;
  1076. left: 0;
  1077. z-index: 2;
  1078. }
  1079. .everyvideobox .layerbox {
  1080. display: block;
  1081. width: 100%;
  1082. height: 280rpx;
  1083. background-image: linear-gradient(180deg, rgba(56, 72, 85, 0.00) 0%, rgba(56, 72, 85, 0.66) 66%, #384855 100%);
  1084. border-radius: 0 0 10rpx 10rpx;
  1085. position: absolute;
  1086. bottom: 0;
  1087. left: 0;
  1088. z-index: 2;
  1089. }
  1090. .everyvideobox .layerbox .videotitle {
  1091. display: block;
  1092. width: 308rpx;
  1093. position: absolute;
  1094. top: 143rpx;
  1095. left: 8rpx;
  1096. font-size: 28rpx;
  1097. color: #FFFFFF;
  1098. line-height: 40rpx;
  1099. }
  1100. .everyvideobox .layerbox .lookbox {
  1101. position: absolute;
  1102. bottom: 17rpx;
  1103. right: 22rpx;
  1104. }
  1105. .everyvideobox .layerbox .lookbox image {
  1106. float: left;
  1107. display: block;
  1108. width: 24rpx;
  1109. height: 24rpx;
  1110. position: relative;
  1111. top: 5rpx;
  1112. }
  1113. .everyvideobox .layerbox .lookbox view {
  1114. display: block;
  1115. float: left;
  1116. font-size: 12px;
  1117. color: #B6CADE;
  1118. line-height: 34rpx;
  1119. }
  1120. .contentBox {
  1121. display: block;
  1122. width: 100%;
  1123. padding: 18rpx 0 8rpx;
  1124. }
  1125. .contentBox .videoTitle {
  1126. width: 100%;
  1127. padding: 0 20rpx;
  1128. font-family: PingFang-SC-Medium, Source Sans Medium;
  1129. font-size: 24rpx;
  1130. color: #384855;
  1131. }
  1132. .contentBox .personMsgBox {
  1133. margin-top: 12rpx;
  1134. }
  1135. .videotype {
  1136. position: absolute;
  1137. top: 20rpx;
  1138. left: 22rpx;
  1139. line-height: 50rpx;
  1140. display: block;
  1141. font-size: 24rpx;
  1142. color: #fff;
  1143. }
  1144. .contentBox .personMsgBox .clickbox image {
  1145. width: 24rpx;
  1146. height: 24rpx;
  1147. position: relative;
  1148. top: 5rpx;
  1149. }
  1150. /* 图文 */
  1151. .articlebox {
  1152. display: block;
  1153. width: 100%;
  1154. padding-top: 24rpx;
  1155. box-sizing: border-box;
  1156. }
  1157. .everyarticlebox {
  1158. display: block;
  1159. width: 100%;
  1160. padding: 16rpx;
  1161. box-shadow: 0 2px 8px 0 rgba(56, 72, 85, 0.20);
  1162. border-radius: 10rpx;
  1163. margin-bottom: 20rpx;
  1164. background-color: #FFFFFF;
  1165. }
  1166. .zanbox .bzan {
  1167. display: block;
  1168. width: 31rpx;
  1169. height: 32rpx;
  1170. }
  1171. .everyarticlebox .leftarticlebox {
  1172. display: block;
  1173. float: left;
  1174. width: 422rpx;
  1175. height: 180rpx;
  1176. }
  1177. .articlefoot {
  1178. margin-top: 24rpx;
  1179. position: absolute;
  1180. bottom: 0;
  1181. right: 0;
  1182. width: 100%;
  1183. padding-right: 16rpx;
  1184. }
  1185. .everyarticlebox .articlecover {
  1186. float: left;
  1187. display: block;
  1188. width: 240rpx;
  1189. height: 180rpx;
  1190. border-radius: 10rpx 0 0 10rpx;
  1191. margin-right: 16rpx;
  1192. }
  1193. .articletitle {
  1194. font-size: 28rpx;
  1195. color: #384855;
  1196. line-height: 44rpx;
  1197. }
  1198. .articlemsg {
  1199. font-size: 24rpx;
  1200. color: #8A9AAA;
  1201. /* margin-top: 24rpx; */
  1202. position: absolute;
  1203. top: 52rpx;
  1204. width: 100%;
  1205. }
  1206. .articlemsgbox {
  1207. display: block;
  1208. margin-top: 10rpx;
  1209. }
  1210. .hotbox {
  1211. display: block;
  1212. width: 50%;
  1213. line-height: 32rpx;
  1214. }
  1215. .hotbox image {
  1216. float: left;
  1217. display: block;
  1218. width: 24rpx;
  1219. height: 24rpx;
  1220. position: relative;
  1221. top: 4rpx;
  1222. }
  1223. .hotbox view {
  1224. float: left;
  1225. margin-left: 10rpx;
  1226. line-height: 32rpx;
  1227. font-size: 22rpx;
  1228. color: #CBCDEB;
  1229. }
  1230. .getcustomerbox {
  1231. line-height: 32rpx;
  1232. }
  1233. .getcustomerbox image {
  1234. float: left;
  1235. display: block;
  1236. width: 32rpx;
  1237. height: 20rpx;
  1238. position: relative;
  1239. top: 6rpx;
  1240. }
  1241. .getcustomerbox view {
  1242. float: left;
  1243. margin-left: 10rpx;
  1244. line-height: 32rpx;
  1245. font-size: 22rpx;
  1246. color: #CBCDEB;
  1247. }
  1248. .filtratebox {
  1249. color: #fff;
  1250. border-radius: unset;
  1251. line-height: 98rpx;
  1252. background: #249EFB;
  1253. /* border-left: 1px solid #fff; */
  1254. }
  1255. .filtratebox image {
  1256. /* position: relative;
  1257. top: 24rpx; */
  1258. display: block;
  1259. margin-right: 8rpx;
  1260. width: 38rpx;
  1261. height: 38rpx;
  1262. }
  1263. .filtratebox .searchtext {
  1264. /* line-height: 98rpx; */
  1265. }
  1266. .addtime {
  1267. display: block;
  1268. padding: 0 20rpx;
  1269. color: #B6CADE;
  1270. margin-top: 8rpx;
  1271. }
  1272. /* .van-index-anchor-wrapper{
  1273. background-color: #f7f8fa;
  1274. } */
  1275. .case_numbox {
  1276. display: inline-block;
  1277. width: auto;
  1278. height: 32rpx;
  1279. position: relative;
  1280. top: 4rpx;
  1281. background: #D4E4ED;
  1282. color: #9DB6CF;
  1283. padding: 0 12rpx;
  1284. border-radius: 16rpx;
  1285. margin-left: 8rpx;
  1286. line-height: 32rpx;
  1287. }
  1288. .van-index-anchor {
  1289. width: 100%;
  1290. font-size: 16px;
  1291. font-weight: bold;
  1292. padding: 0 5px !important;
  1293. line-height: 32rpx !important;
  1294. }
  1295. .van-index-anchor--active {
  1296. display: none !important;
  1297. }
  1298. .constructSitebox {
  1299. display: block;
  1300. width: 710rpx;
  1301. background-color: #fff;
  1302. border-radius: 16rpx;
  1303. border: 1px solid #ECECEC;
  1304. box-sizing: border-box;
  1305. padding: 24rpx 20rpx 28rpx;
  1306. margin: 0 auto 20rpx;
  1307. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  1308. }
  1309. .coverbox {
  1310. width: 100%;
  1311. max-height: 450rpx;
  1312. overflow: hidden;
  1313. }
  1314. .coverbox image {
  1315. display: block;
  1316. width: 100%;
  1317. }
  1318. .constructit {
  1319. width: 400rpx;
  1320. }
  1321. .constructSitebox .casecollectbox image {
  1322. top: 11rpx;
  1323. }
  1324. .sitestep {
  1325. display: block;
  1326. border-top: 1px solid #ECECEC;
  1327. padding: 24rpx 10rpx;
  1328. }
  1329. .everysteps {
  1330. text-align: center;
  1331. position: relative;
  1332. }
  1333. .everysteps .stepnum {
  1334. display: block;
  1335. width: 32rpx;
  1336. height: 32rpx;
  1337. background: #FFFFFF;
  1338. border: 2rpx solid #CCCCCC;
  1339. /* background: #28A1FF; */
  1340. border-radius: 50%;
  1341. /* color: #fff; */
  1342. margin: 0 auto 12rpx;
  1343. position: relative;
  1344. z-index: 2;
  1345. }
  1346. .everysteps::after {
  1347. display: block;
  1348. content: " ";
  1349. width: 125.2rpx;
  1350. height: 10rpx;
  1351. background: #EEEEEE;
  1352. position: absolute;
  1353. top: 11rpx;
  1354. left: -50%;
  1355. z-index: 1;
  1356. }
  1357. .sitestep .everysteps:first-child::after {
  1358. display: none;
  1359. }
  1360. .laststeps .stepnum {
  1361. background-color: #28A1FF;
  1362. border-color: #28A1FF;
  1363. color: #fff !important;
  1364. }
  1365. .laststeps::after {
  1366. background-color: #28A1FF;
  1367. }
  1368. .communitybox {
  1369. display: block;
  1370. position: absolute;
  1371. top: 8rpx;
  1372. left: 20rpx;
  1373. background: #D4E4ED;
  1374. height: 56rpx;
  1375. border: 2rpx solid #9DB6CF;
  1376. border-radius: 28rpx;
  1377. line-height: 56rpx;
  1378. box-sizing: border-box;
  1379. padding: 0 32rpx;
  1380. font-size: 24rpx;
  1381. color: #384855;
  1382. margin-right: 20rpx;
  1383. overflow: inherit;
  1384. }
  1385. .communitybox image {
  1386. width: 30rpx;
  1387. height: 30rpx;
  1388. position: relative;
  1389. top: 12rpx;
  1390. margin-left: 8rpx;
  1391. }
  1392. .customerbtnbox {
  1393. height: 66rpx;
  1394. }
  1395. .customerbtnbox image {
  1396. display: block;
  1397. width: 18rpx;
  1398. height: 12rpx;
  1399. position: relative;
  1400. top: 32rpx;
  1401. margin-left: 8rpx;
  1402. }
  1403. .nowordertit {
  1404. color: #249efb !important;
  1405. }
  1406. .customerbtnbox image.delimg {
  1407. display: block;
  1408. width: 24rpx;
  1409. height: 24rpx;
  1410. position: relative;
  1411. top: 20rpx;
  1412. margin-left: 8rpx;
  1413. }
  1414. .duihaoIcon {
  1415. width: 20rpx;
  1416. height: 20rpx;
  1417. margin-top: 7rpx;
  1418. }
  1419. .searchbtn1 {
  1420. display: block;
  1421. width: 110rpx;
  1422. height: 66rpx;
  1423. line-height: 66rpx;
  1424. padding-left: 24rpx;
  1425. }
  1426. .searchbtn1 text {
  1427. display: block;
  1428. position: absolute;
  1429. top: 12rpx;
  1430. width: 1px;
  1431. left: 0;
  1432. height: 32rpx;
  1433. background-color: #d4d4d4;
  1434. }
  1435. .searchbtn1 image {
  1436. display: block;
  1437. position: relative;
  1438. top: 16rpx;
  1439. width: 28rpx;
  1440. height: 28rpx;
  1441. margin-left: 8rpx;
  1442. }
  1443. .searchbtn1 text.caseline {
  1444. top: 17rpx;
  1445. }
  1446. .searchbtn1 image.caseimg {
  1447. top: 13rpx;
  1448. width: 40rpx;
  1449. height: 40rpx;
  1450. }
  1451. .imgtype{
  1452. display: block;
  1453. width: 44rpx;
  1454. height: 44rpx;
  1455. position: absolute;
  1456. top: 20rpx;
  1457. right: 20rpx;
  1458. z-index: 2;
  1459. }
  1460. .uploadBuild {
  1461. width: 80rpx;
  1462. background-color: #249EFB;
  1463. color: #fff;
  1464. position: fixed;
  1465. right: 0rpx;
  1466. bottom: 40%;
  1467. display: flex;
  1468. flex-direction: column;
  1469. align-items: center;
  1470. justify-content: center;
  1471. border-top-left-radius: 40rpx;
  1472. border-bottom-left-radius: 40rpx;
  1473. padding: 20rpx 0rpx;
  1474. z-index: 9;
  1475. }
  1476. .uploadBuild > image {
  1477. width: 40rpx;
  1478. }
  1479. .uploadBuild > view {
  1480. writing-mode: vertical-lr;
  1481. font-size: 28rpx;
  1482. letter-spacing: 6rpx;
  1483. margin-top: 5rpx;
  1484. }
  1485. .noneClass {
  1486. width: 100%;
  1487. height: 300rpx;
  1488. display: flex;
  1489. flex-direction: column;
  1490. align-items: center;
  1491. justify-content: center;
  1492. margin-top: -40rpx;
  1493. }
  1494. .wzhnoneimg {
  1495. width: 40%;
  1496. }
  1497. .wzhnoneview {
  1498. margin-top: 20rpx;
  1499. color: #B6CADE;
  1500. font-size: 28rpx;
  1501. }