12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373 |
- 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: 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: absolute;
- z-index: 2000;
- top: 0;
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- }
- .info-bottom {
- position: fixed;
- z-index: 2001;
- width: 100%;
- bottom: 0;
- background-color: #d8ecff;
- border-top-left-radius: 10rpx;
- border-top-right-radius: 10rpx;
- }
- .row-info {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 15rpx 88rpx;
- font-size: 32rpx;
- }
- .row-info view {
- padding: 10rpx 0;
- }
- .pop-value {
- margin-top: 40rpx;
- height: 400rpx;
- width: 100%;
- background-color: #d8ecff;
- }
- .icon-pop {
- width: 30rpx;
- height: 35rpx;
- }
- .text-pop {
- display: block;
- margin-left: 15rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- width: 200rpx;
- float: left;
- height: 35rpx;
- line-height: 35rpx;
- }
- .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;
- }
|