123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404 |
- 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: 50px;
- }
- .right-map .map {
- width: 73%;
- height: 360px;
- 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: 60rpx;
- 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;
- }
|