1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504 |
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- .head {
- width: 100%;
- height: 45px;
- background-color: #2775CC;
- overflow: hidden;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .left-logo {
- width: 186px;
- margin-left: 15px;
- }
- .left-logo a {
- height: 28px;
- }
- .logo-img {
- width: 100%;
- height: 28px;
- }
- .right_logo {
- margin: 9px 45px 9px 0;
- width: 61rpx;
- }
- .right_logo image {
- width: 61px;
- height: 28px;
- }
- /* html,body{
- position: relative;
- height: 100%;
- min-height: 100%;
- } */
- /* body{
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- } */
- .main {
- width: 100%;
- /* height: calc(100vh - 44px); */
- position: relative;
- /* overflow: hidden; */
- /* padding-bottom: 295px; */
- /* flex: 1; */
- }
- .bttom-tab {
- width: 100%;
- background-color: white;
- /* overflow-y: auto; */
- /* overflow-x: hidden; */
- margin-top: 135px;
- }
- .right-map .map {
- width: 73%;
- height: 800rpx;
- overflow: hidden;
- width: 100%;
- }
- .show-second {
- display: none;
- overflow: hidden;
- background: #F3F3F3;
- }
- .show-third {
- display: none;
- overflow: hidden;
- background: #F3F3F3;
- }
- .show-fourth {
- display: none;
- background: #F3F3F3;
- overflow: hidden;
- height: 84vw;
- position: relative;
- }
- .show-fifth {
- display: none;
- background: #F3F3F3;
- overflow: hidden;
- height: 84vw;
- position: relative;
- }
- .show-sixth {
- display: none;
- background: #F3F3F3;
- overflow: hidden;
- height: 84vw;
- position: relative;
- }
- .left-map {
- width: 100%;
- /* height: 77.86666vw; */
- border-radius: 4vw 4vw 0 0 !important;
- background-color: white;
- /* position: absolute;
- left: 0;
- bottom: 0; */
- }
- .right-search {
- width: 94.66666vw;
- position: absolute;
- z-index: 1000;
- left: 2.66666vw;
- background-color: #fff;
- border: 1px solid #DADFE3;
- box-shadow: 0 0.8vw 4.66666vw 0 rgba(98, 137, 174, 0.18);
- border-radius: 2.66666vw;
- box-sizing: border-box;
- }
- .right-search .layui-tab-title {
- border: none !important;
- margin: 2.66666vw 0 4.26666vw 2.66666vw !important;
- height: 5.86666vw !important;
- }
- .right-search .layui-tab-title li {
- width: 6.66666vw !important;
- height: 5.86666vw !important;
- line-height: 5.86666vw !important;
- text-align: center !important;
- padding: 0 !important;
- font-weight: 400 !important;
- font-size: 14px !important;
- font-family: Microsoft YaHei !important;
- color: #777777 !important;
- }
- .right-search .layui-tab-title .layui-this {
- background: #1B6DB9 !important;
- border-radius: 2.93333vw !important;
- font-size: 14px !important;
- font-family: Microsoft YaHei !important;
- color: #FFFFFF !important;
- }
- .right-search .layui-tab-title .layui-this:after {
- border: none !important;
- }
- .right-search .layui-tab-content {
- margin: 0 0 0 3.06666vw !important;
- padding: 0 !important;
- }
- .input-icon {
- display: flex;
- align-items: center;
- }
- .wrap_box {
- width: 97%;
- height: 175rpx;
- }
- .serach_input {
- margin-left: 30rpx;
- width: 80%;
- height: 180rpx;
- }
- .textbox {
- width: 80rpx;
- height: 90rpx;
- line-height: 90rpx;
- align-items: center;
- float: left;
- }
- .textbox text {
- width: 70rpx;
- line-height: 90rpx;
- float: left;
- text-align: center;
- font-family: Microsoft YaHei;
- font-weight: 400;
- font-size: 14px;
- }
- .block {
- display: block;
- margin-bottom: 32rpx;
- width: 80%;
- margin: auto;
- }
- .point {
- width: 6rpx;
- height: 6rpx;
- border-radius: 6rpx;
- background: #000;
- float: left;
- margin-top: 40rpx;
- }
- .red {
- background: #FF6E3B;
- }
- .green {
- background: #2CD5AA;
- }
- .cred {
- color: #FF6E3B;
- }
- .cgreen {
- color: #2CD5AA;
- }
- .start {
- width: 100%;
- height: 49%;
- }
- .end {
- width: 100%;
- height: 50%;
- }
- .line {
- width: 70%;
- height: 1rpx;
- background: #e0e0e0;
- margin: auto;
- }
- .go_input {
- width: 70%;
- /* height: 30rpx; */
- height: 100%;
- color: #5E5E5E;
- font-family: Microsoft YaHei;
- font-weight: 400;
- font-size: 14px;
- }
- .inp-icon2 {
- width: 5.06666vw;
- height: 5.06666vw;
- margin-top: -2vw;
- margin: 0 0 7vw 4.39999vw;
- }
- .inp-icon3 {
- width: 5.06666vw;
- height: 5.06666vw;
- margin-top: -2vw;
- margin: 0 0 7vw 4.39999vw;
- }
- .layui-layer-btn .layui-layer-btn0 {
- border: 1px solid #dedede !important;
- background-color: #fff !important;
- color: #333 !important;
- }
- .flex_box ul {
- display: flex;
- justify-content: center;
- margin: 0 7.33333vw;
- }
- .flex_box ul li {
- width: 25%;
- display: flex;
- justify-content: center;
- }
- .img_tab {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- position: relative;
- margin-bottom: 5px;
- }
- .gn_img {
- width: 10.66666vw;
- }
- .wrap_big {
- overflow-y: scroll;
- height: 340px;
- overflow-x: hidden;
- }
- .inline_one {
- width: 100% !important;
- margin: 0 !important;
- display: flex !important;
- padding: 0 !important;
- }
- .tab_one {
- width: 50%;
- height: 30px;
- line-height: 30px;
- text-align: center;
- font-size: 16px;
- color: #333;
- font-family: Microsoft YaHei;
- cursor: pointer;
- margin: 0 10px;
- }
- .select {
- font-weight: bold;
- border-bottom: 2px solid #176AB7;
- }
- .flex_text {
- /* width: 181%; */
- /* position: absolute; */
- text-align: center;
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- .flex_pop {
- width: 93.33333vw;
- background: #D8ECFF;
- position: absolute;
- z-index: 2000;
- border-top: 3px solid #2775CC;
- top: 109%;
- }
- .lineFour {
- right: -18%;
- }
- .lineFour::after {
- content: '';
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-bottom-color: #176AB7;
- margin-top: -20px;
- position: absolute;
- top: 0;
- right: 12.5%;
- }
- .lineThree {
- right: -119%;
- }
- .lineThree::after {
- content: '';
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-bottom-color: #176AB7;
- margin-top: -20px;
- position: absolute;
- top: 0;
- right: 35.5%;
- }
- .lineTwo {
- left: -119%;
- }
- .lineTwo::after {
- content: '';
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-bottom-color: #176AB7;
- margin-top: -20px;
- position: absolute;
- top: 0;
- left: 35.5%;
- }
- .lineOne {
- left: -18%;
- }
- .lineOne::after {
- content: '';
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-bottom-color: #176AB7;
- margin-top: -20px;
- position: absolute;
- top: 0;
- left: 12.5%;
- }
- .flex_wrap {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- padding: 2.60000vw 8.93333vw;
- }
- .flex_wrap div {
- width: 50%;
- display: flex;
- align-items: center;
- padding: 3vw 0;
- }
- .mapnav {
- display: inline-block;
- margin-left: 1.46666vw;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .choice {
- font-size: 16px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #2775CC;
- }
- .wrap_result {
- /* width: 90%;
- overflow-y: auto;
- overflow-x: hidden;
- height: 84.86666vw;
- position: relative;
- background: #F3F3F3;
- margin: 0 auto;
- padding-top: 4.5vw; */
- }
- .wrap_result1 {
- width: 90%;
- overflow-y: auto;
- overflow-x: hidden;
- height: 84.86666vw;
- position: relative;
- background: #F3F3F3;
- margin: 0 auto;
- padding-top: 4.5vw;
- }
- .pad_box {
- margin-top: 80rpx;
- width: 100%;
- }
- .wrap_result .title-second {
- width: 100%;
- margin: 0;
- box-shadow: 0px 3px 6px 0px rgb(98 137 174 / 18%);
- border-radius: 10px;
- box-sizing: border-box;
- z-index: 1000;
- }
- .wrap_result1 .title-second {
- width: 90%;
- margin: 0;
- margin-bottom: 2.53333vw;
- box-shadow: 0px 3px 6px 0px rgb(98 137 174 / 18%);
- border-radius: 10px;
- box-sizing: border-box;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 999;
- }
- .title_flex {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- .flex_blue {
- height: 20px;
- background: rgba(23, 106, 183, .2);
- border-radius: 10px;
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #2775CC;
- line-height: 20px;
- text-align: center;
- margin-left: 7px;
- padding: 0px 10px;
- margin-top: 5px;
- }
- .flex_orange {
- display: flex;
- align-items: center;
- /* margin-top: 8px; */
- flex-wrap: wrap;
- }
- .three_tag {
- height: 26px;
- background: rgba(244, 78, 5, .16);
- text-align: center;
- line-height: 26px;
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #F54E06;
- margin-right: 7px;
- padding: 0 5px;
- margin-top: 5px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .content_p {
- display: inherit;
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- line-height: 24px;
- margin-top: 5px;
- }
- .img_box {
- margin-top: 5px;
- }
- .img_box>img {
- display: inline-block;
- width: 128px;
- height: 72px;
- margin-right: 8px;
- }
- .address_box {
- padding-bottom: 4vw;
- border-bottom: 1px solid rgba(153, 153, 153, .3);
- margin: 4vw 0 3.2vw 0;
- }
- .address_box>p {
- font-size: 12px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #333333;
- }
- .flex_address {
- font-size: 12px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #2775CC;
- }
- .btn_box>button {
- width: 48%;
- cursor: pointer;
- }
- .one_bus {
- height: 10.26666vw;
- background: #2775CC;
- box-shadow: 0px 4px 25px 2px rgba(39, 117, 204, 0.34);
- border-radius: 0.8vw;
- line-height: 10.26666vw;
- text-align: center;
- outline: 0;
- border: 0;
- font-size: 14px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #FFFFFF;
- }
- .two_car {
- height: 10.26666vw;
- background: #10B891;
- box-shadow: 0px 4px 25px 2px rgba(16, 184, 145, 0.34);
- line-height: 10.26666vw;
- border-radius: 0.8vw;
- text-align: center;
- outline: 0;
- border: 0;
- font-size: 14px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #FFFFFF;
- }
- .titleFirst {
- background: #FFFFFF;
- box-shadow: 0px 3px 6px 0px rgba(98, 137, 174, 0.18);
- border-radius: 10px;
- padding: 3.46666vw 4.26666vw;
- margin-bottom: 2.53333vw;
- }
- .titleFirst:last-child {
- margin-bottom: 6.53333vw;
- }
- .btn_box {
- display: flex;
- justify-content: space-between;
- }
- .title-second {
- width: 86.66667vw;
- margin: 48vw auto 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- /* border-bottom: 1px solid #CCCCCC; */
- background-color: #fff;
- padding: 3.46666vw 4vw;
- }
- .title-second>h6 {
- font-size: 16px;
- font-weight: 400;
- color: #2775CC;
- }
- .back_wrap {
- width: 86.66667vw;
- margin: 11px auto 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- /* border-bottom: 1px solid #CCCCCC; */
- background-color: #fff;
- padding: 3.46666vw 4vw;
- border: 1px solid #DADFE3;
- box-shadow: 0px 3px 16px 0px rgba(98, 137, 174, 0.1800);
- border-radius: 10px;
- }
- .back_wrap>h6 {
- font-size: 16px;
- font-weight: 400;
- color: #2775CC;
- }
- .backBtn {
- width: 64px;
- height: 30px;
- background-color: #FFF;
- border: 1px solid #CCCCCC;
- outline: none;
- font-size: 14px;
- cursor: pointer;
- }
- .back_btn {
- width: 64px;
- height: 30px;
- background-color: #FFF;
- border: 1rpx solid #CCCCCC;
- outline: none;
- font-size: 14px;
- cursor: pointer;
- line-height: 30px;
- margin: 0;
- padding: 0;
- }
- .back_Btn {
- width: 64px;
- height: 30px;
- background-color: #FFF;
- border: 1px solid #CCCCCC;
- outline: none;
- font-size: 14px;
- cursor: pointer;
- }
- .btn_back {
- width: 64px;
- height: 30px;
- background-color: #FFF;
- border: 1px solid #CCCCCC;
- outline: none;
- font-size: 14px;
- cursor: pointer;
- }
- .show-second .layui-tab-title {
- display: flex;
- justify-content: space-around !important;
- width: 84.5% !important;
- border: none !important;
- margin: 2.66666vw auto 0 !important;
- height: 5.86666vw !important;
- background-color: #fff !important;
- padding: 3.46666vw 4.66666vw !important;
- }
- .show-second .layui-tab-title li {
- width: 25% !important;
- line-height: 20px !important;
- padding: 0px !important;
- }
- .show-second .layui-tab-title .layui-this {
- font-size: 14px !important;
- font-family: Source Han Sans SC !important;
- font-weight: bold !important;
- color: #333333 !important;
- position: relative;
- background-color: transparent !important;
- }
- .show-second .layui-tab-title .layui-this::after {
- content: '';
- width: 30%;
- height: 4px;
- background: #2775CC;
- border-radius: 4px;
- position: absolute;
- top: 100%;
- left: 37%;
- }
- .show-second .layui-tab-content {
- width: 93.5% !important;
- margin: 0 auto !important;
- padding: 0 !important;
- }
- .show-third .layui-tab-title {
- display: flex !important;
- justify-content: space-around !important;
- width: 84.5% !important;
- border: none !important;
- margin: 2.66666vw 0 0 2.66666vw !important;
- height: 5.86666vw !important;
- background-color: #fff !important;
- padding: 3.46666vw 4.66666vw !important;
- }
- .show-third .layui-tab-title li {
- width: 25% !important;
- line-height: 20px !important;
- }
- .show-third .layui-tab-title .layui-this {
- font-size: 14px !important;
- font-family: Source Han Sans SC !important;
- font-weight: bold !important;
- color: #333333 !important;
- position: relative;
- background-color: transparent !important;
- }
- .show-third .layui-tab-title .layui-this::after {
- content: '';
- width: 30%;
- height: 4px;
- background: #2775CC;
- border-radius: 4px;
- position: absolute;
- top: 100%;
- left: 37%;
- }
- .show-third .layui-tab-content {
- width: 93.5% !important;
- margin: 0 auto !important;
- padding-top: 0 !important;
- }
- .top_search {
- position: absolute;
- top: 2.93333vw;
- left: 2.66666vw;
- z-index: 1000;
- width: 94.66666vw;
- box-shadow: 0px 6px 32px 0px rgba(98, 137, 174, 0.18);
- background-color: #fff;
- border: 1px solid #DADFE3;
- border-radius: 20px;
- padding: 2.80000vw 5.33333vw;
- box-sizing: border-box;
- }
- .top_search .input-icon {
- justify-content: space-between;
- }
- .top_search .input-icon input {
- width: 90%;
- border: 0;
- outline: 0;
- font-size: 3.2vw;
- font-family: Microsoft YaHei;
- font-weight: 400;
- }
- .inp-icon1 {
- width: 5.06666vw;
- height: 5.06666vw;
- }
- /* 使用webkit内核的浏览器 */
- .top_search .input-icon input::-webkit-input-placeholder {
- color: #5E5E5E;
- }
- /* Firefox版本4-18 */
- .top_search .input-icon input:-moz-placeholder {
- color: #5E5E5E;
- }
- /* Firefox版本19+ */
- .top_search .input-icon input::-moz-placeholder {
- color: #5E5E5E;
- }
- /* IE浏览器 */
- .top_search .input-icon input:-ms-input-placeholder {
- color: #5E5E5E;
- }
- .boxpanel {
- display: none;
- width: 85.5%;
- margin: 0 auto;
- background-color: #fff;
- padding: 3.46666vw 4vw;
- }
- /* 起始点和终点的选择的样式 */
- .boxpanel h5 {
- font-size: 16px;
- font-weight: 400;
- color: #2775CC;
- cursor: default;
- padding-bottom: 10px;
- border-bottom: 1px solid #CCCCCC;
- margin: 10px 0 0 0;
- }
- .zjboxpanel {
- display: none;
- width: 85.5%;
- margin: 0 auto;
- background-color: #fff;
- padding: 3.46666vw 4vw;
- }
- .zjboxpanel h5 {
- font-size: 16px;
- font-weight: 400;
- color: #2775CC;
- cursor: default;
- padding-bottom: 10px;
- border-bottom: 1px solid #CCCCCC;
- margin: 10px 0 0 0;
- }
- .warp_choice {
- display: flex;
- align-items: center;
- margin: 10px 0 5px;
- }
- .warp_choice span {
- color: #FF780B;
- font-size: 14px;
- }
- #startPanel p {
- width: 100%;
- margin: 0 auto;
- color: #666666;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- cursor: default;
- }
- #startPanel p.change_text_color {
- color: #2775CC;
- }
- #startPanel li {
- cursor: pointer;
- box-sizing: border-box;
- padding: 5px 10px;
- }
- #startPanel li:hover {
- background-color: #E9F3FF;
- cursor: pointer;
- }
- #endPanel p {
- width: 100%;
- margin: 0 auto;
- color: #666666;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- cursor: default;
- }
- #endPanel li {
- cursor: pointer;
- box-sizing: border-box;
- padding: 5px 10px;
- }
- #endPanel li:hover {
- background-color: #E9F3FF;
- cursor: pointer;
- }
- #busstartPanel p {
- width: 100%;
- margin: 0 auto;
- color: #666666;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- cursor: default;
- }
- #busstartPanel p.change_text_color {
- color: #2775CC;
- }
- #busstartPanel li {
- cursor: pointer;
- box-sizing: border-box;
- padding: 5px 10px;
- }
- #busstartPanel li:hover {
- background-color: #E9F3FF;
- cursor: pointer;
- }
- #busendPanel p {
- width: 100%;
- margin: 0 auto;
- color: #666666;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- cursor: default;
- }
- #busendPanel li {
- cursor: pointer;
- box-sizing: border-box;
- padding: 5px 10px;
- }
- #busendPanel li:hover {
- background-color: #E9F3FF;
- cursor: pointer;
- }
- .startChoice {
- width: 64px;
- height: 30px;
- background: #FFFFFF;
- border: 1px solid #ccc;
- outline: none;
- margin-top: 5px;
- }
- .endChoice {
- width: 64px;
- height: 20px;
- background: #FFFFFF;
- border: 1px solid #ccc;
- outline: none;
- cursor: pointer;
- margin-top: 5px;
- }
- .no_results {
- background-color: #fff;
- height: calc(100vh - 286px);
- box-sizing: border-box;
- padding: 10px;
- }
- .layui-tab-bar {
- display: none !important;
- }
- .sticky {
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- box-sizing: border-box;
- }
- .hide_list {
- width: 100%;
- cursor: pointer;
- height: 20px;
- line-height: 20px;
- background-color: #f4f4f4;
- }
- .back_top {
- width: 14vw;
- height: 14vw;
- position: fixed;
- bottom: 0;
- right: 0;
- display: none;
- z-index: 1000;
- }
- .content_from_ajax {
- width: 100% !important;
- margin: 0 !important;
- background-color: #fff !important;
- }
- .content_from_ajax .layui-tab-title li {
- width: 50% !important;
- padding: 0px !important;
- font-size: 16px !important;
- color: #999 !important;
- }
- .content_from_ajax .layui-tab-title .layui-this {
- color: #000 !important;
- }
- .content_from_ajax .layui-tab-title .layui-this:after {
- border-bottom: 2px solid #2775CB !important;
- }
- .content_from_ajax .layui-tab-content {
- padding: 0 !important;
- }
- .url_from_ajax {
- display: flex;
- padding: 15px 12px 0;
- }
- .point_from_ajax {
- width: 4px;
- height: 4px;
- background: #2775CC;
- border-radius: 2px;
- margin: 8px 8px 0 0;
- }
- .text_from_ajax {
- width: 100%;
- font-size: 15px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- border-bottom: 1px solid #F3F3F3;
- padding: 0 0 15px 0;
- }
- .handle_business {
- width: 76px;
- height: 25px;
- background: linear-gradient(90deg, #2775CC 0%, #6DAAEF 100%);
- border-radius: 5px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 25px;
- text-align: center;
- line-height: 25px;
- margin-top: 10px;
- }
- .handle_business img {
- width: 11px;
- height: 11px;
- margin: 0 4px 0 8px;
- }
- .handle_business1 {
- width: 76px;
- height: 25px;
- background: linear-gradient(90deg, #2775CC 0%, #6DAAEF 100%);
- border-radius: 5px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 25px;
- margin-top: 10px;
- }
- .handle_business2 {
- width: 76px;
- height: 25px;
- background: linear-gradient(90deg, #2775CC 0%, #6DAAEF 100%);
- border-radius: 5px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 25px;
- margin-top: 10px;
- }
- .detailCheck {
- width: 76px;
- height: 25px;
- background: linear-gradient(90deg, #2775CC 0%, #6DAAEF 100%);
- border-radius: 5px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 25px;
- margin-top: 10px;
- }
- .handle_business1 img {
- width: 11px;
- height: 11px;
- margin: 0 4px 0 8px;
- }
- #demo {
- width: 88.5%;
- height: 35px;
- margin: 10px auto 20px;
- }
- #demo .layui-laypage {
- width: 100% !important;
- height: 15px !important;
- }
- #demo .layui-laypage a {
- height: 15px !important;
- line-height: 10px !important;
- border: 0 !important;
- font-size: 14px !important;
- font-family: Microsoft YaHei !important;
- color: #333;
- padding: 0 !important;
- margin: 0 !important;
- }
- #demo .layui-laypage span {
- height: 15px !important;
- line-height: 14px !important;
- border: 0 !important;
- font-size: 14px !important;
- font-family: Microsoft YaHei !important;
- color: #333;
- padding: 0 !important;
- vertical-align: middle !important;
- margin: 0 !important;
- }
- #demo .layui-laypage a:last-child {
- float: right !important;
- }
- #demo .layui-icon {
- line-height: 15px !important;
- vertical-align: middle !important;
- }
- #demo .layui-disabled span {
- color: #d2d2d2 !important;
- }
- .show-sixth .pad_box .titleFirst {
- background: #FFFFFF;
- padding: 3.46666vw 4.26666vw;
- margin-bottom: 0;
- box-shadow: 0px 0px;
- border-radius: 0;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .popup-box {
- position: fixed;
- z-index: 2000;
- top: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- opacity: 0;
- visibility: hidden;
- transition: opacity .5s;
- }
- .popup-box.show {
- opacity: 1;
- visibility: visible;
- }
- .info-bottom {
- position: fixed;
- z-index: 2001;
- width: 100%;
- height: 550rpx;
- bottom: 0;
- background-image: url(https://www.cqna.gov.cn/mnazw/applet/mapbg.png);
- background-size: cover;
- /* background-repeat: no-repeat; */
- background-color: #fff;
- border-top-left-radius: 10rpx;
- border-top-right-radius: 10rpx;
- }
- .row-info {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 0 88rpx;
- font-size: 32rpx;
- height: 55rpx;
- }
- .row-info view {
- /* padding: 10rpx 0; */
- }
- .pop-value {
- margin-top: 40rpx;
- height: 400rpx;
- width: 650rpx;
- /* background-color: #d8ecff; */
- }
- .icon-pop {
- width: 28rpx;
- height: 38rpx;
- display: block;
- }
- .text-pop {
- display: block;
- margin-left: 15rpx;
- text-overflow: ellipsis;
- /* overflow: hidden; */
- width: 60%;
- float: left;
- height: 38rpx;
- font-size: 28rpx;
- font-weight: bold;
- line-height: 38rpx;
- text-align: center;
- }
- .item-title {
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- margin-bottom: 10rpx;
- }
- .item-introduce>text {
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 40rpx;
- }
- .item-introduce>image {
- width: 250rpx;
- height: 150rpx;
- }
- .item-introduce2>text {
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
-
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 40rpx;
- }
- .item-introduce2>image {
- width: 250rpx;
- height: 150rpx;
- }
- .item-text-size {
- font-size: 12px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- }
- .item-tag-text {
- color: #2775CC;
- }
- .check-info {
- margin-top: 10rpx;
- font-size: 12px;
- font-family: Source Han Sans SC;
- font-weight: 400;
- width: 160rpx;
- height: 60rpx;
- background: linear-gradient(90deg, #2775CC 0%, #6DAAEF 100%);
- line-height: 60rpx;
- text-align: center;
- color: #fff;
- border-radius: 10rpx;
- }
- .item-btns {
- border-top: 1rpx #d9dcdf solid;
- width: 95%;
- margin: 20rpx auto 0px auto;
- height: 120rpx;
- }
- .item-btns>view {
- width: 45%;
- float: left;
- margin: 20rpx 16rpx;
- height: 80rpx;
- text-align: center;
- line-height: 70rpx;
- color: #fff;
- }
- .item-bus {
- background-color: #2775CC;
- box-shadow: 0px 4px 25px 2px rgb(39 117 204 / 34%);
- border-radius: 5rpx;
- }
- .item-car {
- background-color: #10B891;
- box-shadow: 0px 4px 25px 2px rgb(16 184 145 / 34%);
- border-radius: 5rpx;
- }
- .title{
- width: 100%;
- height: 100rpx;
- text-align: center;
- line-height: 156rpx;
- font-size: 35rpx;
- font-weight: bold;
- }
- .gridiamge{
- width: 80rpx;
- height: 98rpx;
- margin-bottom: -15rpx;
- }
- .dept-title {
- margin: 30rpx 15rpx;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 500;
- }
- .dept-list {
- display: grid;
- grid-template-columns: repeat(auto-fill, 30%);
- grid-gap: 20rpx;
- justify-content: center;
- margin-bottom: 30rpx;
- }
- .dept-item {
- width: 90%;
- text-align: left;
- border: 1rpx #176AB7 solid;
- padding: 15rpx 5rpx;
- color: #176AB7;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .dept-list .active {
- color: #009688;
- border: 1rpx #009688 solid;
- }
- .matter-tab {
- margin: 0 auto;
- display: flex;
- width: 95%;
- border-bottom: 1rpx #d9dcdf solid;
- }
- .matter-tab .matter-tab-li {
- width: 50%;
- height: 60rpx;
- text-align: center;
- }
- .matter-tab>.active {
- color: #176AB7;
- border-bottom: 1rpx #176AB7 solid;
- }
- .matter-content {
- width: 95%;
- margin: 0 auto;
- }
- .matter-content-item {
- display: flex;
- padding: 20rpx;
- line-height: 40rpx;
- border-bottom: 0.5rpx #d9dcdf solid;
- }
- .matter-content-item-round:before {
- content: "";
- display: inline-block;
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background-color: #176AB7;
- margin-right: 5rpx;
- }
- .matter-page {
- display: flex;
- padding: 20rpx 30rpx;
- }
- .matter-page .matter-page-prev {
- width: 50%;
- text-align: left;
- }
- .matter-page .matter-page-next {
- width: 50%;
- text-align: right;
- }
- .matter-page .txt {
- color: #d2d2d2;
- }
- .search-nav {
- background-color: #fff;
- padding-top: 20rpx;
- }
- .matter-event-item::before {
- content: "";
- display: inline-block;
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background-color: #176AB7;
- margin-right: 5rpx;
- }
- .icon-shq {
- width: 80rpx;
- height: 80rpx;
- background-size: 100% 100%;
- position: absolute;
- top: 530rpx;
- right: 20rpx;
- border-radius: 20rpx;
- }
|