123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671 |
- /* index/pages/buildinglist/buildinglist.wxss */
- page {
- display: block;
- width: 100%;
- height: 100%;
- overflow: auto;
- background: #fff;
- box-sizing: border-box;
- }
- .headerFixed {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 10rpx 0rpx 0rpx;
- position: sticky;
- top: 0rpx;
- left: 0rpx;
- background-color: #fff;
- z-index: 9;
- }
- .filterTab {
- width: 100%;
- height: 70rpx;
- display: flex;
- box-sizing: border-box;
- padding: 0px 0rpx;
- }
- .filterleft {
- width: 80%;
- display: flex;
- align-items: center;
- }
- .filterleft>view {
- display: inline-block;
- padding: 0rpx 20rpx;
- height: 100%;
- line-height: 70rpx;
- font-size: 30rpx;
- font-weight: 700;
- }
- .activeItem {
- position: relative;
- }
- .activeItem::after {
- content: " ";
- width: 35rpx;
- height: 10rpx;
- background-color: #35D7FF;
- position: absolute;
- bottom: 0px;
- left: 50%;
- transform: translateX(-50%);
- border-radius: 5rpx;
- }
- .filterright {
- width: 20%;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .filterinput {
- width: 100%;
- height: 80rpx;
- margin: 10rpx auto 10rpx;
- border: 2rpx solid #f2f2f2;
- border-radius: 40rpx;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0rpx 30rpx;
- }
- .filterinput>input {
- flex: 1;
- height: 100%;
- }
- .filterinput>view {
- width: 80rpx;
- text-align: right;
- border-left: 2rpx solid #f2f2f2;
- }
- .caseimg {
- top: 13rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .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: #fff;
- /* 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: 40rpx 0rpx;
- display: flex;
- overflow: hidden;
- border-radius: 8rpx;
- border-bottom: 2rpx solid #f2f2f2;
- }
- .progress-left {
- width: 260rpx;
- height: 200rpx;
- position: relative;
- border-radius: 15rpx;
- overflow: hidden;
- }
- .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-address {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mtb10 {
- margin: 10rpx 0rpx;
- }
- .progress-right-area {
- width: 100%;
- overflow-x: auto;
- white-space: nowrap;
- padding: 4rpx 0rpx;
- }
- .progress-right-area>view {
- font-style: normal;
- display: inline-block;
- padding: 2rpx 10rpx 0rpx;
- background-color: #FFEDED;
- margin-right: 10rpx;
- color: #C66D59;
- border-radius: 4rpx;
- }
- .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;
- }
- .topbox {
- display: block;
- width: 100%;
- background-color: #1598fc;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
- .leftindexbox {
- position: absolute;
- left: 8px;
- width: 70px;
- border: 1px solid #d1cfcf;
- padding: 4px 0;
- height: 28px;
- border-radius: 18px;
- box-sizing: border-box;
- }
- .leftindexbox .leftgoto {
- display: block;
- width: 14px;
- height: 14px;
- float: left;
- margin-left: 8px;
- position: relative;
- top: 2px;
- z-index: 9;
- }
- .gotoindex {
- display: block;
- width: 16px;
- height: 16px;
- float: right;
- position: relative;
- right: 10px;
- top: 1px;
- }
- .leftindexbox text {
- position: absolute;
- height: 14px;
- width: 1px;
- left: 30px;
- top: 6px;
- background-color: #d1cfcf;
- }
- .maintitle {
- color: #FFFFFF;
- }
- .golastimg {
- display: block;
- width: 16px;
- height: 16px;
- position: absolute;
- left: 10px;
- }
- .gotoidxbox {
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- width: 35px;
- height: 28px;
- z-index: 9;
- }
- .leftitbox{
- display: block;
- width: 30px;
- height: 28px;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10;
- }
|