.freespace{ display: none !important; } /*搜索*/ /*搜索*/ .content{ margin: 0px 0 12px; width: 123px; height: 30px; border:1px solid #d9d9d9; border-radius: 2px; } .content .select{ width: 115px; height: 30px; margin: 0px auto; position: relative; cursor: pointer; } .content .select::after{ content: ""; display: block; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #888990; top: 14px; right: 12px; position: absolute; transition: all .3s ease-in; } .content .select p{ width: 91px; height: 32px; line-height: 32px; font-size: 12px; font-family: "microsoft yahei"; color: #626c72; padding: 0px 15px; margin: 0 !important; } .content .select ul{ background: #fff; width: 125px; display: block; font-size: 12px; position: absolute; top: 33px; left: -5px; max-height: 0px; overflow: hidden; transition: max-height .3s ease-in; } .content .select ul li{ width: 100%; height: 30px; line-height: 30px; padding: 0px 15px; list-style: none; color: #626c72; } .content .select ul li.Selected{ background: #2484dd; color: #FFFFFF; } .content .select ul li:hover{ background: #D0D0D0; } @-webkit-keyframes slide-down{ 0%{transform: scale(1,0);} 25%{transform: scale(1,1.2);} 50%{transform: scale(1,0.85);} 75%{transform: scale(1,1.05);} 100%{transform: scale(1,1);} } @keyframes slide-down{ 0%{transform: scale(1,0);} 25%{transform: scale(1,1.2);} 50%{transform: scale(1,0.85);} 75%{transform: scale(1,1.05);} 100%{transform: scale(1,1);} } .content .select.open ul{ max-height: 150px; transform-origin: 50% 0; -webkit-animation: slide-down .5s ease-in; transition: max-height .2s ease-in; border:1px solid #d9d9d9; } .content .select.open::after{ transform: rotate(180deg); transition: all .3s ease-in; top: 14px; } .ser-result-wrap{ margin-right: 16px; height: calc(100% - 112px); height: -webkit-calc(100% - 112px); height: -moz-calc(100% - 112px); overflow-y: auto; } .ser-result-wrap li{ cursor: pointer; padding-left: 14px; padding-top: 2px; border-radius: 5px; height: 70px; } .ser-result-wrap li:nth-of-type(odd){ background-color: #f5f6f6; } .ser-result-wrap li div:nth-of-type(1){ color: rgba(0,0,0,.45); font-size: 14px; } .ser-result-wrap li div:nth-of-type(2){ padding: 4px 0; color: rgba(0,0,0,.45); font-size: 12px; } .ser-result-wrap li div:nth-of-type(3){ color: rgba(0,0,0,.45); font-size: 12px; } /*//弹窗*/ .parkpop-content{ width: 286px; /*height: 185px;*/ background: #fff; padding-top: 30px; padding-bottom: 24px; box-shadow: 0 3px 10px rgba(155,166,171,.5); /*box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);*/ } .parkpop-tit{ margin-left: 43px; width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /*text-indent: 20px;*/ text-align: center; height: 18px; font-size: 14px; color: #1f2b3d; /*background: url("../img/parkName_icon.png") no-repeat;*/ /*background-size: 14px 17px;*/ /*background-position: 0px 0px;*/ } .parkpop-tit img{ display: inline-block; } /*.parkpop-tit span{ height: 18px; line-height: 18px; display: inline-block; }*/ .parkpop-cont{ margin-top: 25px; width: 254px; height: 88px; margin-left: 18px; } .parkpop-freecont{ float: left; width: 138px; height: 76px; background-color: #ddd; padding-left: 10px; padding-top: 12px; border-radius: 4px; } .parkpop-allnumcont{ float: left; width: 104px; height: 88px; background-color: #26c597; border-radius: 4px; color: #fff; } .freenum-cont{ height: 44px; /*width: ;*/ } .freespace-num{ width: 30px; height: 44px; background-color: #202020; color: #26c597; line-height: 44px; text-align: center; font-size: 32px; float: left; margin-right: 4px; } .freespace-numtit{ font-size: 14px; height: 16px; line-height: 16px; width: 100%; margin-top: 8px; padding-left: 27px; color: #1f2b3d; } .freespace-num:last-child{ margin-right:0; } .allnum-Num{ height: 58px; line-height:58px; width: 100%; text-align: center; font-size: 32px; } .allspace-tit{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; } /*--------双击停车场显示详细信息-----------*/ .model-right{ position: absolute; top: 70px; left: 420px; width: 710px; height: 518px; padding: 24px; background-color: #fff; display: none; box-shadow: 0 3px 10px rgba(155,166,171,.5); } .m_r_bar { margin-bottom: 0; padding: 0; position: relative; height: 50px; width: 300px; box-sizing: border-box; font-size: 16px; border-radius: 4px; border: 1px solid #f5f6f6; cursor: pointer; } .popClose{ position: absolute; top: 20px; right: 20px; width: 15px; height: 16px; background: url("../img/parkPopicon.png") no-repeat; background-size: 100% 100%; cursor: pointer; } .m_r_bar li.bar_active{ } .m_r_bar li{ float: left; height: 50px; line-height: 50px; width: 148px; padding-left: 50px; color: #626c72; box-sizing: border-box; } .m_r_bar li:first-child{ background: url(../img/parking-icon.png) no-repeat; background-position: 26px center; } .m_r_bar li:last-child{ background: url("../img/pdaIcon.png") no-repeat; background-position:26px center; } .m_r_bar li:first-child.bar_active{ background: url("../img/parkingActive-icon.png") no-repeat; background-position: 26px center; background-color: #f5f6f6; color: #1f2b3d; box-shadow: 1px 1px 10px rgba(155,166,171,.5); } .m_r_bar li:last-child.bar_active{ background: url("../img/pda-icon.png") no-repeat; background-position: 26px center; background-color: #f5f6f6; color: #1f2b3d; box-shadow: 1px 1px 10px rgba(155,166,171,.5); } .m-model-main{ margin-top: 24px; width: 100%; height: 440px; } .m_l_main{ height: 100%; width: 296px; } .m_r_main{ height: auto; margin-left: 16px; width: 378px; background: #f5f6f6; margin-top: 52px; padding-bottom: 16px; } .m_l_top{ height: 36px; line-height: 36px; width: 100%; } .m_lBg{ width: 36px; height: 36px; background: url("../img/parkData-icon.png") no-repeat; background-size: 100% 100%; } .parkname-pop{ margin-left: 12px; width: 240px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #626c72; } .m_l_card{ margin-top: 16px; height: auto; } .pda-information-t { height: 36px; line-height: 36px; background-color: #fafafa; display: -webkit-box; display: -moz-box; display:-webkit-flex; display: -ms-flexbox; display:flex; } .pda-information-t li{ font-size: 14px; font-weight: 600; color: rgba(0,0,0,.45) !important; text-align: center; flex: 1; } .pda-information-t li:nth-of-type(1){ flex: 1.5; } .pda-information-t li:nth-of-type(2){ flex: 2; } .pda-information >li{ height: 36px; line-height: 36px; border-bottom: 1px solid #f2f2f2; display: -webkit-box; display: -moz-box; display:-webkit-flex; display: -ms-flexbox; display:flex; font-size: 14px; background-color: #fcfcfc; color: rgba(0,0,0,.6); } .pda-information{ overflow-y: auto; height: 355px; } .pda-information >li div{ text-align: center; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .pda-information >li div:nth-of-type(1){ flex: 1.5; } .pda-information >li div:nth-of-type(2){ flex: 2; } .pda-information >li div img{ vertical-align: text-bottom; margin-left: 10px; } .berth-img-l{ width: 552px; height: 50px; background-color: #f5f6f6; margin-right: 22px; padding: 26px 0; display: flex; } .berth-img-l li{ text-align: center; flex: 1; } .berth-img-l li:nth-of-type(1){ } .berth-img-l li:nth-of-type(1) div:nth-of-type(1){ color: #f7752e; font-size: 30px; line-height: 30px; } .berth-img-l li:nth-of-type(2) div:nth-of-type(1) span:nth-of-type(1){ color: #f7752e; font-size: 30px; line-height: 30px; } .berth-img-l li:nth-of-type(2) div:nth-of-type(1) span:nth-of-type(2){ color: #1f2b3d; font-size: 30px; line-height: 30px; } .berth-img-l li:nth-of-type(3) div:nth-of-type(1){ color: #1f2b3d; font-size: 30px; line-height: 30px; } .berth-img-l li div:nth-of-type(2){ font-size: 13px; color: #626c73; padding: 1px 5px 2px; width: 58px; background-color: #fff; border-radius: 10px; margin: 0 auto; } .berth-img-l li:nth-of-type(2){ border-right: 1px solid #b8b9bc; border-left: 1px solid #b8b9bc; } .car-status{ height: 285px; overflow-y: auto; } .car-status li{ width: 131px; height: 60px; text-align: center; line-height: 60px; margin: 0 8px 12px 0; float: left; font-size: 24px; color: #fff; background-size: 100% 100%; } .car-status li:nth-of-type(5n+0){ margin-right: 0; } /*地图*/ /*paekNamePop*/ .showplName{ background-color: #1E95CD; border: none; padding: 1px 15px; white-space: nowrap; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: 32px; font-family:"微软雅黑"; z-index: 80; color: white; height: 32px; border-radius: 20px !important; } /*pdaname*/ .showpdaName{ height: 50px; text-align: center; line-height: 24px; background-color: #1E95CD; border: none; padding: 1px 15px; white-space: nowrap; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 12px; font-family:"微软雅黑"; z-index: 80; border-radius: 50px!important; color: #fff; } .park_berth_pda_none{ color:red; text-align: center; } /*new弹窗css*/ .ITD-alert-tab-wrap{ padding-top: 7px; } .ITD-alert-tab-wrap li{ cursor: pointer; float: left; height: 60px; line-height: 60px; padding: 0 10px; margin-right: 70px; } .ITD-alert-tab-active{ border-bottom: 3px solid #5fe98f; } .caryard-basic-ino-name{ height: 57px; line-height: 57px; } .caryard-basic-borderbototm{ border-bottom: 1px solid #f0f0f0; } .caryard-basic-ifo-park-height{ height: 34px; line-height: 34px; } .caryard-basic-ifo-park span{ display: inline-block; width: 18px; height: 18px; margin-right: 5px; vertical-align: middle; margin-top: -3px; background-image: url(../img/index-card-title.png); background-repeat: no-repeat; background-position: 0 0; } .caryard-basic-ifo-park-wrap li{ padding-left: 23px; } .caryard-basic-ifo-park-wrap li div:nth-of-type(1){ width: 50%; } .caryard-basic-ifo-park-wrap li div span:nth-of-type(2){ width: 60px; display: inline-block; text-align:justify; text-align-last:justify; } .caryard-basic-ifo-type{ display: inline-block; width: 16px; height: 16px; margin-right: 18px; vertical-align: middle; /*margin-top: -3px;*/ background-image: url(../img/caryard-basic-ifo.png); background-repeat: no-repeat; background-position: 0 0; } .caryard-basic-ifo-device{ display: inline-block; width: 18px; height: 18px; margin-right: 16px; vertical-align: middle; /*margin-top: -3px;*/ background-image: url(../img/index-card-title.png); background-repeat: no-repeat; background-position: -54px 0; } .caryard-basic-ifo-total{ display: inline-block; width: 18px; height: 18px; margin-right: 16px; vertical-align: middle; /*margin-top: -3px;*/ background-image:url(../img/index-card-title.png); background-repeat: no-repeat; background-position: -18px 0; } .caryard-basic-ifo-entrance{ display: inline-block; width: 16px; height: 16px; margin-right: 18px; vertical-align: middle; /*margin-top: -3px;*/ background-image: url(../img/caryard-basic-ifo.png); background-repeat: no-repeat; background-position: -16px 0; } .caryard-basic-ifo-business{ display: inline-block; width: 16px; height: 16px; margin-right: 18px; vertical-align: middle; /*margin-top: -3px;*/ background-image: url(../img/caryard-basic-ifo.png); background-repeat: no-repeat; background-position: -32px 0; } .caryard-basic-ifo-address{ display: inline-block; width: 16px; height: 16px; margin-right: 18px; vertical-align: middle; /*margin-top: -3px;*/ background-image: url(../img/caryard-basic-ifo.png); background-repeat: no-repeat; background-position: -48px 0; } .caryard-basic-ifo-address-wrap{ max-width: 310px; } .caryard-basic-ifo-fees{ height: 37px; line-height: 37px; } .caryard-basic-ifo-fees span{ display: inline-block; width: 18px; height: 18px; margin-right: 5px; vertical-align: middle; margin-top: -3px; background-image: url(../img/index-card-title.png); background-repeat: no-repeat; background-position: -36px -18px ; } .caryard-basic-ifo-fees-wrap li{ padding-left: 23px; height:67px ; } .caryard-basic-ifo-fees-wrap li div{ float: left; } .caryard-basic-ifo-fees-smallicon{ width: 51px; height: 51px; background-image:url("../img/caryard-basic-ifo-fees-wrap.png") ; background-repeat: no-repeat; background-position: 0 0; margin-top: 8px; margin-right: 30px; } .caryard-basic-ifo-fees-bigicon{ width: 51px; height: 51px; background-image:url("../img/caryard-basic-ifo-fees-wrap.png") ; background-repeat: no-repeat; background-position: -51px 0; margin-top: 8px; margin-right: 30px; } .caryard-basic-ifo-fees-type{ width: 70px; line-height: 67px; } .caryard-basic-ifo-fees-rule{ width: 150px; margin-right: 65px; line-height: 24px; padding-top: 10px; } .caryard-basic-ifo-fees-max{ line-height: 67px; } .caryard-basic-ifo-fees-max{ width: 280px; } .caryard-basic-ifo-photo{ height: 37px; line-height: 37px; } .caryard-basic-ifo-photo span{ display: inline-block; width: 16px; height: 16px; margin-right: 18px; vertical-align: middle; /* margin-top: -3px; */ background-image: url(../img/caryard-basic-ifo.png); background-repeat: no-repeat; background-position: -64px 0; } .caryard-basic-ifo-photo-wrap{ height:75px; padding: 13px 0 0; } .caryard-basic-ifo-photo-wrap li{ float: left; margin-right: 10px; width: 98px; height: 62px; } .caryard-basic-ifo-photo-wrap li img{ width: 100%; height: 100%; } .caryard-berth-ifo-wrap{ height: 57px; line-height: 57px; } .caryard-berth-ifo-number span:nth-of-type(1){ margin-right: 60px; } .caryard-berth-ifo-number>span:nth-of-type(1):before{ content: ''; position: absolute; left: -20px; top:3px; width: 12px; height: 14px; background: #5fe98f; } .caryard-berth-ifo-number>span:nth-of-type(2):before{ content: ''; position: absolute; left: -20px; top:3px; width: 12px; height: 14px; background: #f6f5f5; border: 1px solid #dbdbdb; } .caryard-berth-ifo-main{ height: 421px; overflow-y: auto; } .caryard-berth-ifo-main li div{ width: 70px; height: 30px; line-height: 30px; text-align: center; font-size: 12px; color:rgba(0,0,0,.8); float: left; margin-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px; } .caryard-berth-ifo-main li div:nth-last-of-type{ margin-right: 0; } .caryard-berth-ifo-main li:nth-child(odd){ margin-bottom: 3px; } .caryard-berth-ifo-main li:nth-child(even){ margin-bottom: 35px; } .caryard-berth-ifo-status-green{ background-color: #5fe98f; } .caryard-berth-ifo-status-gray{ background-color: #f6f5f5; border: 1px solid #dbdbdb; } #ITD-alertcon-tab-wrap>li{ height: 478px; overflow: hidden; } /*.ser-inp { font-size: 0; box-shadow: 0 3px 10px rgba(155,166,171,.5); border-radius: 4px; overflow: hidden; position: absolute; right: 18px; top: 30px; margin-bottom: 10px; height: 40px; z-index: 100;}*/ /*table pda*/