12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670 |
- page {
- display: block;
- width: 100%;
- height: 100%;
- overflow: auto;
- background: #f0f4f7;
- box-sizing: border-box;
- }
- .secondtitbox {
- display: block;
- width: 100%;
- background-color: #FFFFFF;
- height: 66rpx;
- line-height: 66rpx;
- position: fixed;
- top: 86rpx;
- left: 0;
- z-index: 98;
- padding: 5rpx 0;
- box-shadow: 0px 4rpx 7rpx 0px rgba(62, 85, 255, 0.06);
- }
- .orderbtn {
- width: 590rpx;
- }
- .orderbtn .constructit {
- display: block;
- width: 240rpx;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- margin-right: 24rpx;
- }
- .orderbtn view.nowordertit {
- color: #249EFB;
- }
- .progress {
- width: 100%;
- }
- .progress view {
- display: block;
- width: 46%;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- margin-right: 24rpx;
- }
- .progress view.nowordertit {
- color: #249EFB;
- }
- .flex-row {
- width: 100%;
- display: flex;
- }
- .flex-row view {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .flex-row view.nowordertit {
- color: #249EFB;
- }
- .searchbtn {
- display: block;
- width: 160rpx;
- height: 56rpx;
- line-height: 56rpx;
- padding-left: 24rpx;
- }
- .searchbtn text {
- display: block;
- position: absolute;
- top: 12rpx;
- width: 1px;
- left: 0;
- height: 32rpx;
- background-color: #d4d4d4;
- }
- .searchbtn image {
- display: block;
- position: relative;
- top: 18rpx;
- width: 28rpx;
- height: 28rpx;
- margin-left: 8rpx;
- }
- .searchbtn text.caseline {
- top: 17rpx;
- }
- .searchbtn image.caseimg {
- top: 13rpx;
- width: 40rpx;
- height: 40rpx;
- }
- /* 已登录 */
- .companybox {
- padding-top: 160rpx;
- display: block;
- width: 100%;
- /* padding-bottom: 98rpx; */
- background: #f0f4f7;
- /* padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important; ios < 11.2 */
- /* padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important; ios >= 11.2 */
- }
- .titbox {
- width: 100%;
- top: 0;
- left: 0;
- background-color: #1598fc;
- height: 104rpx;
- padding: 0 32rpx 16rpx;
- box-sizing: content-box;
- z-index: 98;
- }
- .everytoptit {
- margin-right: 72rpx;
- line-height: 104rpx;
- color: rgba(255, 255, 255, 0.7);
- }
- .titbox .everytoptit:last-child {
- margin-right: 0;
- }
- .everytoptit .newimg {
- display: block;
- width: 40rpx;
- height: 16rpx;
- top: 36rpx;
- right: -40rpx;
- }
- .noweverytoptit {
- font-size: 36rpx;
- color: #FFFFFF;
- }
- view.mattertitbox {
- display: block;
- width: 100%;
- background-color: #1598fc;
- padding-top: 20rpx;
- position: fixed !important;
- top: 0;
- left: 0;
- z-index: 97;
- }
- /* 素材库 */
- .matterbox {
- display: block;
- width: 100%;
- position: relative;
- z-index: 2;
- border-radius: 16rpx 16rpx 0 0;
- /* background: #fff; */
- padding: 0 20rpx 0;
- z-index: 8;
- }
- .mattertitbox {
- border-bottom: 2rpx solid #F0F4F7;
- }
- .everymattertit {
- display: inline-block;
- padding-bottom: 24rpx;
- color: #B5DEFF;
- }
- .nowmattertit {
- position: relative;
- color: #ffffff;
- }
- .nowmattertit::after {
- content: " ";
- display: block;
- width: 48rpx;
- height: 6rpx;
- background: #fff;
- position: absolute;
- bottom: 10rpx;
- left: 50%;
- margin-left: -24rpx;
- }
- .mattertitbox text {
- display: block;
- float: right;
- width: 1px;
- background-color: #ffffff;
- height: 28rpx;
- position: relative;
- top: 12rpx;
- }
- .leftmattertitbox {
- width: 100%;
- overflow-x: auto;
- white-space: nowrap;
- }
- .rightfiltratebox {
- display: block;
- color: #ffffff;
- background-color: #1598fc;
- position: fixed;
- bottom: 200rpx;
- right: 40rpx;
- width: 60rpx;
- height: 48rpx;
- border-radius: 4rpx;
- z-index: 80;
- }
- /* 装修案例 */
- .caselistbox {
- padding-bottom: 100rpx;
- }
- .leftcasebox {
- margin-right: 20rpx;
- }
- .leftcasebox,
- .rightcasebox {
- width: 345rpx;
- overflow: initial;
- }
- .everycasebox {
- width: 100%;
- /* border-bottom: 1px dashed #ccc; */
- margin-bottom: 20rpx;
- background: #fff;
- }
- .caselistbox .everycasebox .imgbox image {
- display: block;
- width: 100%;
- height: auto;
- min-height: 120rpx;
- }
- .casesharenum {
- position: absolute;
- right: 0;
- top: 12rpx;
- height: 40rpx;
- border-radius: 24rpx 0 0 24rpx;
- opacity: 0.7;
- background: #384855;
- color: #B6CADE;
- padding-left: 14rpx;
- padding-right: 8rpx;
- }
- .caselistbox .everycasebox .imgbox .casesharenum image {
- display: block;
- width: 22rpx;
- height: 18rpx;
- margin-right: 4rpx;
- position: relative;
- top: 11rpx;
- min-height: auto;
- }
- .caselistbox .everycasebox .imgbox .casesharenum view {
- line-height: 40rpx;
- }
- .casehousemsgbox {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: rgb(56, 72, 85);
- opacity: 0.7;
- z-index: 2;
- }
- .casemsgbox {
- padding: 20rpx 10rpx 8rpx;
- background-color: #fff;
- }
- .designerbox {
- margin-top: 16rpx;
- /* margin-bottom: 16rpx; */
- }
- .designerbox image {
- display: block;
- width: 40rpx;
- height: 40rpx;
- margin-right: 10rpx;
- border-radius: 20rpx;
- }
- .casecollectbox image {
- width: 20rpx;
- height: 20rpx;
- position: relative;
- top: 18rpx;
- margin-right: 8rpx;
- }
- .casemsgtit {
- margin-bottom: 8rpx;
- }
- /* 发朋友圈 */
- .sharefriendcircle {
- padding: 36rpx 0 0;
- }
- .everyfriendcircle {
- display: block;
- width: 100%;
- background: #FFFFFF;
- box-shadow: 0 4rpx 20rpx 0 rgba(36, 158, 251, 0.26);
- border-radius: 10rpx;
- padding: 20rpx 20rpx 34rpx 20rpx;
- margin-bottom: 40rpx;
- }
- .friendbox image {
- display: block;
- width: 24rpx;
- height: 20rpx;
- margin-right: 8rpx;
- position: relative;
- top: 7rpx;
- }
- .iamgeBox {
- overflow: hidden;
- width: 638rpx;
- margin-top: 18rpx;
- }
- .iamgeBox image {
- float: left;
- width: 210rpx;
- height: 154rpx;
- margin-right: 4rpx;
- margin-bottom: 4rpx;
- max-height: 340rpx !important;
- }
- .iamgeBox image:nth-of-type(3n) {
- margin-right: 0;
- }
- view.oneImg image {
- display: block;
- width: 468rpx;
- }
- view.fourImg image:nth-of-type(2n) {
- margin-right: 50rpx;
- }
- .friendmsg {
- margin-top: 32rpx;
- }
- .friendcopytext image {
- display: block;
- width: 22rpx;
- height: 22rpx;
- margin-right: 10rpx;
- position: relative;
- top: 6rpx;
- }
- .friendsave image {
- display: block;
- width: 24rpx;
- height: 24rpx;
- margin-right: 10rpx;
- position: relative;
- top: 5rpx;
- }
- .savebox text {
- float: left;
- display: block;
- width: 1px;
- height: 34rpx;
- background-color: #249efb;
- margin: 0 16rpx;
- }
- /* 热装楼盘 */
- .publicpraisebox {
- padding: 0 0 100rpx;
- }
- .progress-box-item {
- width: 100%;
- background-color: #fff;
- padding: 20rpx;
- display: flex;
- overflow: hidden;
- border-radius: 8rpx;
- margin-bottom: 20rpx;
- box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
- }
- .progress-left {
- width: 260rpx;
- height: 200rpx;
- position: relative;
- }
- .progress-left-text {
- position: absolute;
- width: 100%;
- height: 40rpx;
- background-color: rgba(0, 0, 0, 0.4);
- z-index: 2;
- bottom: 0rpx;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- line-height: 40rpx;
- }
- .progress-left-img {
- width: 100%;
- height: 100%;
- }
- .progress-right {
- flex: 1;
- display: inline-block;
- padding-left: 20rpx;
- overflow: hidden;
- }
- .progress-right-title,
- .progress-right-area,
- .progress-right-address {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .flex {
- display: flex;
- }
- .flex-sub {
- flex: 1;
- }
- .align-center {
- align-items: center;
- }
- .justify-between {
- justify-content: space-between;
- }
- .justify-end {
- justify-content: flex-end;
- }
- .p-r-img1 {
- width: 40rpx;
- height: 40rpx;
- background-color: #EEF4FF;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .p-r-img1 image {
- width: 20rpx;
- height: 20rpx;
- }
- .fontw700 {
- font-weight: 700;
- }
- .font32 {
- font-size: 32rpx;
- }
- .font28 {
- font-size: 28rpx;
- }
- .font24 {
- font-size: 24rpx;
- }
- .font20 {
- font-size: 20rpx;
- }
- .font22 {
- font-size: 22rpx;
- }
- .colorCECECE {
- color: #CECECE;
- }
- .color424242 {
- color: #424242;
- }
- .color45ADFF {
- color: #45ADFF;
- }
- .color989898 {
- color: #989898;
- }
- .mt10 {
- margin-top: 10rpx;
- }
- .ml20 {
- margin-left: 20rpx;
- }
- .ml10 {
- margin-left: 10rpx;
- }
- .p-r-share {
- display: block;
- width: 20rpx;
- height: 20rpx;
- margin-right: 8rpx;
- }
- .p-r-sc {
- display: block;
- width: 20rpx;
- height: 20rpx;
- margin-right: 8rpx;
- }
- .leftpublicpraisebox,
- .rightpublicpraisebox {
- display: block;
- width: 345rpx;
- }
- .leftpublicpraisebox {
- margin-right: 20rpx;
- }
- .leftpublicpraisebox1,
- .rightpublicpraisebox1 {
- display: block;
- width: 345rpx;
- }
- .leftpublicpraisebox1 {
- margin-right: 20rpx;
- }
- .everypublicpraisebox {
- display: block;
- background: #FFFFFF;
- box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
- border-radius: 10rpx;
- overflow: hidden;
- margin-bottom: 20rpx;
- }
- .publicimg {
- display: block;
- width: 100%;
- height: auto;
- min-height: 100rpx;
- }
- .publicsharebox {
- display: block;
- position: absolute;
- left: 0;
- z-index: 2;
- bottom: 10rpx;
- border-radius: 0 24rpx 24rpx 0;
- opacity: 0.7;
- background: #384855;
- color: #B6CADE;
- height: 48rpx;
- padding: 0 24rpx 0 14rpx;
- }
- .publicsharebox image {
- display: block;
- width: 22rpx;
- height: 18rpx;
- margin-right: 6rpx;
- position: relative;
- top: 14rpx;
- }
- .publicsharebox view {
- line-height: 48rpx;
- }
- .publicpraisemsgbox {
- padding: 16rpx 16rpx 8rpx;
- }
- .allshare {
- color: #fff;
- border-radius: unset;
- line-height: 98rpx;
- background: #249EFB;
- }
- .footer {
- position: fixed;
- width: 100%;
- height: 98rpx;
- background: #249EFB;
- z-index: 10;
- left: 0;
- bottom: 0;
- color: #fff;
- }
- .allshare image {
- display: block;
- width: 46rpx;
- height: 40rpx;
- margin-right: 8rpx;
- }
- .caselayerbox {
- display: block;
- width: 100%;
- height: 100%;
- background: transparent;
- position: fixed;
- z-index: 99;
- left: 0;
- bottom: 0;
- }
- .caselayer {
- display: block;
- width: 100%;
- max-height: 60%;
- position: absolute;
- top: 150rpx;
- left: 0;
- background-color: #FFFFFF;
- box-shadow: 0 -4rpx 20rpx 0 rgba(36, 158, 251, 0.23);
- border-radius: 10rpx 10rpx 0 0;
- overflow: hidden;
- padding-top: 70rpx;
- padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
- /* ios < 11.2*/
- padding-bottom: calc(env(safe-area-inset-bottom)) !important;
- /* ios >= 11.2*/
- }
- .casefiltratetit {
- position: absolute;
- top: 0;
- left: 0;
- background: #F0F4F7;
- width: 100%;
- height: 70rpx;
- line-height: 70rpx;
- }
- .casefiltratetit image {
- display: block;
- width: 30rpx;
- height: 28rpx;
- position: absolute;
- top: 22rpx;
- right: 40rpx;
- }
- .casetypefiltrate {
- display: block;
- width: 100%;
- padding: 0 20rpx;
- height: 100%;
- box-sizing: border-box;
- overflow: hidden;
- }
- .plotfiltrate {
- display: block;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .casetypefiltratebox {
- display: block;
- height: 88rpx;
- border-bottom: 1px solid #D4E4ED;
- }
- .mpbox {
- display: block;
- width: 100%;
- height: 300px;
- overflow: hidden;
- }
- .communitybox1 {
- display: block;
- width: 100%;
- height: calc(100vh-166rpx);
- overflow: hidden;
- }
- .namebox {
- max-width: 80rpx;
- }
- .casetypefiltratebox image {
- display: block;
- width: 12rpx;
- height: 8rpx;
- margin-left: 6rpx;
- position: relative;
- top: 40rpx;
- }
- .casetypefiltratebox .clickimg {
- display: none;
- }
- .nowfiltrate .unclickimg {
- display: none;
- }
- .nowfiltrate .clickimg {
- display: block;
- }
- .nowfiltrate {
- color: #249EFB;
- position: relative;
- height: 88rpx;
- }
- .nowfiltrate::before {
- display: block;
- content: " ";
- width: 82rpx;
- height: 6rpx;
- background-color: #249EFB;
- position: absolute;
- bottom: 0;
- left: 50%;
- margin-left: -41rpx;
- }
- .stylefiltrate {
- display: block;
- padding: 40rpx 20rpx 32rpx;
- }
- .stylefiltrate button {
- display: block;
- height: 48rpx;
- line-height: 48rpx;
- background: #F0F4F7;
- border-radius: 24rpx;
- float: left;
- padding: 0 24rpx;
- margin-left: 20rpx;
- margin-bottom: 40rpx;
- font-size: 24rpx;
- }
- .stylefiltrate button.nowbtn {
- background: #71C4FF;
- border: 2rpx solid #249EFB;
- box-sizing: border-box;
- color: #fff;
- line-height: 44rpx;
- }
- .areafiltrate {
- display: block;
- padding: 40rpx 20rpx 32rpx;
- }
- .areafiltrate button {
- display: block;
- height: 48rpx;
- line-height: 48rpx;
- background: #F0F4F7;
- border-radius: 24rpx;
- float: left;
- padding: 0 24rpx;
- margin-right: 20rpx;
- margin-bottom: 40rpx;
- font-size: 24rpx;
- }
- .areafiltrate button.nowbtn {
- background: #71C4FF;
- border: 2rpx solid #249EFB;
- box-sizing: border-box;
- color: #fff;
- line-height: 44rpx;
- }
- /* 公司活动 */
- .activitybox {
- position: relative;
- z-index: 2;
- border-radius: 16rpx 16rpx 0 0;
- background: #fff;
- margin-top: 98rpx;
- padding: 24rpx 20rpx 0;
- padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important;
- /* ios < 11.2*/
- padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important;
- /* ios >= 11.2*/
- }
- .everyactivitybox {
- background: #F0F4F7;
- border-radius: 10rpx;
- padding-top: 20rpx;
- margin-bottom: 40rpx;
- }
- .activitytitbox {
- padding: 0 20rpx;
- }
- .activitytit {
- display: block;
- width: 400rpx;
- }
- .activitytitbox image {
- display: block;
- width: 40rpx;
- height: 16rpx;
- position: absolute;
- right: 8rpx;
- top: 6rpx;
- }
- .everynumbox {
- margin-top: 10rpx;
- margin-bottom: 20rpx;
- padding: 0 20rpx;
- }
- .depositbox image {
- display: block;
- width: 30rpx;
- height: 24rpx;
- position: relative;
- top: 5rpx;
- margin-right: 7rpx;
- }
- .everyfootbox {
- padding: 0 20rpx;
- }
- .everysharenumbox view {
- line-height: 56rpx;
- }
- .everysharenumbox image {
- display: block;
- width: 24rpx;
- height: 20rpx;
- position: relative;
- top: 18rpx;
- }
- .otherfiltrate {
- padding-top: 24rpx;
- }
- .otherfiltrate button {
- display: block;
- height: 48rpx;
- line-height: 48rpx;
- background: #F0F4F7;
- border-radius: 24rpx;
- float: left;
- padding: 0 24rpx;
- margin-left: 20rpx;
- margin-bottom: 40rpx;
- font-size: 24rpx;
- }
- .otherfiltrate button.nowbtn {
- background: #71C4FF;
- border: 2rpx solid #249EFB;
- box-sizing: border-box;
- color: #fff;
- line-height: 44rpx;
- }
- .otherfiltrate {
- border-top: 1px solid #EAF0F4;
- }
- .topfiltrate {
- border-width: 0;
- }
- .topfiltrate button {
- margin-bottom: 16rpx;
- }
- /* .page.page-select-index{
- height: auto !important;
- } */
- .anchor-bar__wrp {
- position: absolute;
- }
- /* .index_list_item .index-group__title{
- display: none;
- } */
- .thin-border-bottom:after {
- border-style: dashed;
- border-color: #D4E4ED;
- }
- .index-group__item {
- color: #9DB6CF;
- font-size: 28rpx;
- padding: 0rpx 0 16rpx 20rpx !important;
- }
- .anchor-item.selected .anchor-item__inner {
- background-color: #249EFB;
- }
- .communitybox {
- display: block;
- padding: 24rpx 20rpx 0;
- }
- .communitybox button {
- display: block;
- float: left;
- background: #D4E4ED;
- height: 56rpx;
- border: 2rpx solid #9DB6CF;
- border-radius: 28rpx;
- line-height: 56rpx;
- box-sizing: border-box;
- padding: 0 32rpx;
- font-size: 24rpx;
- color: #384855;
- margin-right: 20rpx;
- position: relative;
- overflow: inherit;
- }
- .communitybox button .communitytext {}
- .communitybox button image {
- width: 30rpx;
- height: 30rpx;
- position: relative;
- top: 12rpx;
- margin-left: 8rpx;
- }
- .video {
- display: block;
- width: 311rpx;
- height: 380rpx;
- background-color: #384855;
- border-radius: 10px;
- }
- button.casecollectbox {
- background-color: #FFFFFF;
- }
- .caselistbox1 {
- display: block;
- width: 710rpx;
- height: calc(300px+76rpx);
- box-sizing: border-box;
- position: absolute;
- top: 150rpx;
- left: 20rpx;
- background: #fff;
- padding-left: 20rpx;
- overflow: hidden;
- box-shadow: 0px 4rpx 16rpx 0px rgba(36, 158, 251, 0.3);
- }
- .caselistbox1 .mpbox {
- display: block;
- width: 710rpx;
- height: calc(300px+76rpx);
- }
- .van-index-bar {
- display: block;
- width: 100%;
- height: 400rpx;
- top: 20rpx;
- left: 0;
- }
- .van-index-bar__sidebar {
- position: fixed;
- top: 350rpx !important;
- }
- .speechcraftfiltratetit {
- display: block;
- width: 100%;
- height: 88rpx;
- padding: 0 40rpx;
- box-sizing: border-box;
- background: #fff;
- }
- .speechcraftfiltratetit input {
- display: block;
- width: 540rpx;
- height: 66rpx;
- background: #F0F4F7;
- position: relative;
- top: 11rpx;
- border-bottom: 1px solid #bfbfbf;
- text-align: left;
- padding-left: 40rpx;
- box-sizing: border-box;
- border-radius: 33rpx;
- border-width: 0;
- }
- .speechcraftfiltratetit view {
- position: absolute;
- top: 0;
- right: 40rpx;
- line-height: 88rpx;
- font-size: 28rpx;
- }
- /* 视频 */
- .videolistbox {
- display: block;
- width: 100%;
- padding: 20rpx 40rpx 100rpx;
- box-sizing: border-box;
- }
- .leftvideolistbox,
- .rightvideolistbox {
- display: inline-block;
- width: 325rpx;
- }
- .rightvideolistbox {
- margin-left: 20rpx;
- }
- .everyvideobox {
- display: block;
- width: 100%;
- border-radius: 10rpx;
- position: relative;
- overflow: hidden;
- border: solid 1px #eaf0f4;
- margin-bottom: 20rpx;
- }
- .everyvideobox .playImg {
- display: block;
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- top: 20rpx;
- right: 22rpx;
- z-index: 2;
- }
- .everyvideobox .newimg {
- display: block;
- width: 60rpx;
- height: 26rpx;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- }
- .everyvideobox .layerbox {
- display: block;
- width: 100%;
- height: 280rpx;
- background-image: linear-gradient(180deg, rgba(56, 72, 85, 0.00) 0%, rgba(56, 72, 85, 0.66) 66%, #384855 100%);
- border-radius: 0 0 10rpx 10rpx;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 2;
- }
- .everyvideobox .layerbox .videotitle {
- display: block;
- width: 308rpx;
- position: absolute;
- top: 143rpx;
- left: 8rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- line-height: 40rpx;
- }
- .everyvideobox .layerbox .lookbox {
- position: absolute;
- bottom: 17rpx;
- right: 22rpx;
- }
- .everyvideobox .layerbox .lookbox image {
- float: left;
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 5rpx;
- }
- .everyvideobox .layerbox .lookbox view {
- display: block;
- float: left;
- font-size: 12px;
- color: #B6CADE;
- line-height: 34rpx;
- }
- .videolistbox {
- width: 100%;
- padding: 20rpx 10rpx 100rpx;
- box-sizing: border-box;
- }
- .leftvideolistbox,
- .rightvideolistbox {
- display: inline-block;
- width: 335rpx;
- }
- .rightvideolistbox {
- margin-left: 20rpx;
- }
- .everyvideobox {
- display: block;
- width: 100%;
- border-radius: 10rpx;
- position: relative;
- overflow: hidden;
- border: solid 1px #eaf0f4;
- margin-bottom: 20rpx;
- background-color: #FFFFFF;
- }
- .everyvideobox .videocover {
- display: block;
- width: 100%;
- min-height: 180rpx;
- }
- .everyvideobox .playImg {
- display: block;
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- top: 20rpx;
- right: 22rpx;
- z-index: 2;
- }
- .everyvideobox .newimg {
- display: block;
- width: 60rpx;
- height: 26rpx;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- }
- .everyvideobox .layerbox {
- display: block;
- width: 100%;
- height: 280rpx;
- background-image: linear-gradient(180deg, rgba(56, 72, 85, 0.00) 0%, rgba(56, 72, 85, 0.66) 66%, #384855 100%);
- border-radius: 0 0 10rpx 10rpx;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 2;
- }
- .everyvideobox .layerbox .videotitle {
- display: block;
- width: 308rpx;
- position: absolute;
- top: 143rpx;
- left: 8rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- line-height: 40rpx;
- }
- .everyvideobox .layerbox .lookbox {
- position: absolute;
- bottom: 17rpx;
- right: 22rpx;
- }
- .everyvideobox .layerbox .lookbox image {
- float: left;
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 5rpx;
- }
- .everyvideobox .layerbox .lookbox view {
- display: block;
- float: left;
- font-size: 12px;
- color: #B6CADE;
- line-height: 34rpx;
- }
- .contentBox {
- display: block;
- width: 100%;
- padding: 18rpx 0 8rpx;
- }
- .contentBox .videoTitle {
- width: 100%;
- padding: 0 20rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 24rpx;
- color: #384855;
- }
- .contentBox .personMsgBox {
- margin-top: 12rpx;
- }
- .videotype {
- position: absolute;
- top: 20rpx;
- left: 22rpx;
- line-height: 50rpx;
- display: block;
- font-size: 24rpx;
- color: #fff;
- }
- .contentBox .personMsgBox .clickbox image {
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 5rpx;
- }
- /* 图文 */
- .articlebox {
- display: block;
- width: 100%;
- padding-top: 24rpx;
- box-sizing: border-box;
- }
- .everyarticlebox {
- display: block;
- width: 100%;
- padding: 16rpx;
- box-shadow: 0 2px 8px 0 rgba(56, 72, 85, 0.20);
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- background-color: #FFFFFF;
- }
- .zanbox .bzan {
- display: block;
- width: 31rpx;
- height: 32rpx;
- }
- .everyarticlebox .leftarticlebox {
- display: block;
- float: left;
- width: 422rpx;
- height: 180rpx;
- }
- .articlefoot {
- margin-top: 24rpx;
- position: absolute;
- bottom: 0;
- right: 0;
- width: 100%;
- padding-right: 16rpx;
- }
- .everyarticlebox .articlecover {
- float: left;
- display: block;
- width: 240rpx;
- height: 180rpx;
- border-radius: 10rpx 0 0 10rpx;
- margin-right: 16rpx;
- }
- .articletitle {
- font-size: 28rpx;
- color: #384855;
- line-height: 44rpx;
- }
- .articlemsg {
- font-size: 24rpx;
- color: #8A9AAA;
- /* margin-top: 24rpx; */
- position: absolute;
- top: 52rpx;
- width: 100%;
- }
- .articlemsgbox {
- display: block;
- margin-top: 10rpx;
- }
- .hotbox {
- display: block;
- width: 50%;
- line-height: 32rpx;
- }
- .hotbox image {
- float: left;
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 4rpx;
- }
- .hotbox view {
- float: left;
- margin-left: 10rpx;
- line-height: 32rpx;
- font-size: 22rpx;
- color: #CBCDEB;
- }
- .getcustomerbox {
- line-height: 32rpx;
- }
- .getcustomerbox image {
- float: left;
- display: block;
- width: 32rpx;
- height: 20rpx;
- position: relative;
- top: 6rpx;
- }
- .getcustomerbox view {
- float: left;
- margin-left: 10rpx;
- line-height: 32rpx;
- font-size: 22rpx;
- color: #CBCDEB;
- }
- .filtratebox {
- color: #fff;
- border-radius: unset;
- line-height: 98rpx;
- background: #249EFB;
- /* border-left: 1px solid #fff; */
- }
- .filtratebox image {
- /* position: relative;
- top: 24rpx; */
- display: block;
- margin-right: 8rpx;
- width: 38rpx;
- height: 38rpx;
- }
- .filtratebox .searchtext {
- /* line-height: 98rpx; */
- }
- .addtime {
- display: block;
- padding: 0 20rpx;
- color: #B6CADE;
- margin-top: 8rpx;
- }
- /* .van-index-anchor-wrapper{
- background-color: #f7f8fa;
- } */
- .case_numbox {
- display: inline-block;
- width: auto;
- height: 32rpx;
- position: relative;
- top: 4rpx;
- background: #D4E4ED;
- color: #9DB6CF;
- padding: 0 12rpx;
- border-radius: 16rpx;
- margin-left: 8rpx;
- line-height: 32rpx;
- }
- .van-index-anchor {
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- padding: 0 5px !important;
- line-height: 32rpx !important;
- }
- .van-index-anchor--active {
- display: none !important;
- }
- .constructSitebox {
- display: block;
- width: 710rpx;
- background-color: #fff;
- border-radius: 16rpx;
- border: 1px solid #ECECEC;
- box-sizing: border-box;
- padding: 24rpx 20rpx 28rpx;
- margin: 0 auto 20rpx;
- box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
- }
- .coverbox {
- width: 100%;
- max-height: 450rpx;
- overflow: hidden;
- }
- .coverbox image {
- display: block;
- width: 100%;
- }
- .constructit {
- width: 400rpx;
- }
- .constructSitebox .casecollectbox image {
- top: 11rpx;
- }
- .sitestep {
- display: block;
- border-top: 1px solid #ECECEC;
- padding: 24rpx 10rpx;
- }
- .everysteps {
- text-align: center;
- position: relative;
- }
- .everysteps .stepnum {
- display: block;
- width: 32rpx;
- height: 32rpx;
- background: #FFFFFF;
- border: 2rpx solid #CCCCCC;
- /* background: #28A1FF; */
- border-radius: 50%;
- /* color: #fff; */
- margin: 0 auto 12rpx;
- position: relative;
- z-index: 2;
- }
- .everysteps::after {
- display: block;
- content: " ";
- width: 125.2rpx;
- height: 10rpx;
- background: #EEEEEE;
- position: absolute;
- top: 11rpx;
- left: -50%;
- z-index: 1;
- }
- .sitestep .everysteps:first-child::after {
- display: none;
- }
- .laststeps .stepnum {
- background-color: #28A1FF;
- border-color: #28A1FF;
- color: #fff !important;
- }
- .laststeps::after {
- background-color: #28A1FF;
- }
- .communitybox {
- display: block;
- position: absolute;
- top: 8rpx;
- left: 20rpx;
- background: #D4E4ED;
- height: 56rpx;
- border: 2rpx solid #9DB6CF;
- border-radius: 28rpx;
- line-height: 56rpx;
- box-sizing: border-box;
- padding: 0 32rpx;
- font-size: 24rpx;
- color: #384855;
- margin-right: 20rpx;
- overflow: inherit;
- }
- .communitybox image {
- width: 30rpx;
- height: 30rpx;
- position: relative;
- top: 12rpx;
- margin-left: 8rpx;
- }
- .customerbtnbox {
- height: 66rpx;
- }
- .customerbtnbox image {
- display: block;
- width: 18rpx;
- height: 12rpx;
- position: relative;
- top: 32rpx;
- margin-left: 8rpx;
- }
- .nowordertit {
- color: #249efb !important;
- }
- .customerbtnbox image.delimg {
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 20rpx;
- margin-left: 8rpx;
- }
- .duihaoIcon {
- width: 20rpx;
- height: 20rpx;
- margin-top: 7rpx;
- }
- .searchbtn1 {
- display: block;
- width: 110rpx;
- height: 66rpx;
- line-height: 66rpx;
- padding-left: 24rpx;
- }
- .searchbtn1 text {
- display: block;
- position: absolute;
- top: 12rpx;
- width: 1px;
- left: 0;
- height: 32rpx;
- background-color: #d4d4d4;
- }
- .searchbtn1 image {
- display: block;
- position: relative;
- top: 16rpx;
- width: 28rpx;
- height: 28rpx;
- margin-left: 8rpx;
- }
- .searchbtn1 text.caseline {
- top: 17rpx;
- }
- .searchbtn1 image.caseimg {
- top: 13rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .imgtype{
- display: block;
- width: 44rpx;
- height: 44rpx;
- position: absolute;
- top: 20rpx;
- right: 20rpx;
- z-index: 2;
- }
|