1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480 |
- /* index/pages/buildinglist/buildinglist.wxss */
- 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: 0rpx;
- 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: 90rpx;
- 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 140rpx;
- 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 {
- width: 20rpx;
- height: 20rpx;
- }
- .p-r-sc {
- width: 24rpx;
- height: 24rpx;
- }
- .leftpublicpraisebox,
- .rightpublicpraisebox {
- display: block;
- width: 345rpx;
- }
- .leftpublicpraisebox {
- 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;
- }
- .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 .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;
- }
- /* 图文 */
- .zanbox .bzan {
- display: block;
- width: 31rpx;
- height: 32rpx;
- }
- .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;
- }
- .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: 690rpx;
- 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;
- }
|