123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314 |
- page{
- display: block;
- width: 100%;
- height:100%;
- overflow: auto;
- background: #f0f4f7;
- box-sizing: border-box;
- }
- .customerbtnbox{
- height: 66rpx;
- }
- .customerbtnbox image{
- display: block;
- width: 18rpx;
- height: 12rpx;
- position: relative;
- top:32rpx;
- margin-left: 8rpx;
- }
- .namebox{
- max-width: 80rpx;
- }
- .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;
- /* position: relative;
- z-index: 99; */
- }
- /* .orderbtn view{
- display: block;
- width: 240rpx;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- margin-right: 24rpx;
- } */
- .orderbtn 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: 110rpx;
- height: 66rpx;
- line-height: 66rpx;
- 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: 16rpx;
- 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{
- /* margin-top: -40rpx; */
- padding-bottom: 100rpx;
- }
- .leftcasebox{
- margin-right: 20rpx;
- }
- .leftcasebox,.rightcasebox{
- width: 345rpx;
- overflow: initial;
-
- }
- .everycasebox{
- width: 100%;
- box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
- /* border-radius: 10rpx; */
- overflow: hidden;
- margin-bottom: 20rpx;
- background-color: #FFFFFF;
- /* padding: 18rpx 16rpx; */
- }
- .caselistbox .everycasebox .imgbox image{
- display: block;
- width: 100%;
- }
- .casesharenum{
- position: absolute;
- right:0;
- top: 12rpx;
- max-width: 226rpx;
- height: 44rpx;
- border-radius: 24rpx 0 0 24rpx;
- opacity: 0.7;
- background-color: rgba(0,0,0,0.3) ;
- color: #B6CADE;
- padding-left: 20rpx;
- padding-right: 8rpx;
- }
- .shareCount {
- margin-left: 5rpx;
- font-size: 20rpx;
- }
- .getClient {
- margin-left: 5rpx;
- font-size: 20rpx;
- }
- .clientML {
- margin-left: 25rpx;
- width: 22rpx;
- margin-top: 2rpx;
- }
- .caselistbox .everycasebox .imgbox .casesharenum image{
- display: block;
- width: 22rpx;
- height: 21rpx;
- margin-right:4rpx;
- position: relative;
- top: 11rpx;
- }
- .caselistbox .everycasebox .imgbox .casesharenum view{
- line-height: 44rpx;
- }
- .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;
- }
- .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: 24rpx 0 100rpx;
- }
- .leftpublicpraisebox,.rightpublicpraisebox{
- display: block;
- width: 345rpx;
- }
- .leftpublicpraisebox{
- margin-right: 20rpx;
- }
- .everypublicpraisebox{
- display: block;
- background: #FFFFFF;
- box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
- 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%;
- 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;
- }
- .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;
- }
- .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;
- }
- .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;
- }
- .speechcraftfiltratetit {
- display: block;
- width: 100%;
- height: 88rpx;
- padding: 0 40rpx;
- box-sizing: border-box;
- /* position: absolute;
- top: 24rpx;
- left: 0; */
- background: #fff;
- }
- .speechcraftfiltratetit input{
- display: block;
- width: 570rpx;
- 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: 4rpx;
- border-width: 0;
- }
- .speechcraftfiltratetit view{
- position: absolute;
- top: 0;
- right: 40rpx;
- line-height: 88rpx;
- font-size: 28rpx;
- }
- /* 视频 */
- .videolistbox{
- display: block;
- width: 100%;
- padding: 0 0 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%;
- box-sizing: border-box;
- }
- .leftvideolistbox,.rightvideolistbox{
- display: inline-block;
- width: 345rpx;
- }
- .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;
- box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
- }
- .everyvideobox .videocover{
- display: block;
- width: 100%;
- height: auto;
- 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: -5rpx;
- right: 0;
- width: 100%;
- padding-right: 16rpx;
- }
- .everyarticlebox .articlecover{
- float: left;
- display: block;
- width: 240rpx;
- height: 175rpx;
- border-radius: 10rpx 0 0 10rpx;
- margin-right: 16rpx;
- }
- .everyarticlebox .articlecover image {
- width: 100%;
- height: 100%;
- }
- .articletitle{
- font-size: 28rpx;
- color: #384855;
- line-height: 44rpx;
- min-height: 60rpx;
- max-height: 89rpx;
- }
- .articlemsg{
- font-size: 24rpx;
- color: #8A9AAA;
- margin-top: 6rpx;
- 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;
- }
- .van-index-anchor{
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- padding: 0 5px!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;
- }
- .coverbox{
- width: 100%;
- max-height: 450rpx;
- overflow: hidden;
- }
- .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;
- }
- .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;
- }
- .nowordertit{
- color: #249efb !important;
- }
- .imgtype{
- display: block;
- width: 44rpx;
- height: 44rpx;
- position: absolute;
- top: 20rpx;
- right: 20rpx;
- z-index: 2;
- }
- .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: 620rpx;
- }
- .customerbtnbox image.delimg {
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 20rpx;
- margin-left: 8rpx;
- }
- .videoMsgBox {
- width: 280rpx;
- height: 44rpx;
- box-sizing: border-box;
- background-color: rgba(0,0,0,0.3);
- border-radius: 22rpx;
- position: absolute;
- bottom: 20rpx;
- left: 50%;
- transform: translateX(-50%);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .videoMsgBox image {
- width: 22rpx;
- height: 21rpx;
- }
- .v-shareCount {
- font-size: 24rpx;
- color: #fff;
- margin-left: 10rpx;
- }
- .v-client {
- font-size: 24rpx;
- color: #fff;
- margin-left: 10rpx;
- }
- .v-margin {
- width: 24rpx !important;
- margin-left: 40rpx;
- }
- .articleMsgBox {
- width: 220rpx;
- height: 44rpx;
- background-color: rgba(0,0,0,0.3);
- color: #fff;
- position: absolute;
- top: 20rpx;
- left: 50%;
- transform: translateX(-50%);
- border-radius: 22rpx;
- font-size: 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .a-icon-wh {
- width: 24rpx !important;
- margin-right: 6rpx;
- }
- .a-margin {
- margin-left: 20rpx;
- }
- .interVrStyle {
- position: absolute;
- width: 90rpx !important;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- z-index: 9;
- }
|