123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- html{
- -ms-touch-action:none;
- -ms-content-zooming: none;
- /* overflow:hidden; */
- }
- #map {
- position:relative;
- height: 560px;
- margin-bottom: 15px;
- clear: both;
- }
- #func{
- margin-top: -56px;
- float: right;
- margin-right: 55px;
- z-index: 900;
- }
- #func > button {
- margin-top: 20px;
- margin-right: 20px;
- margin-bottom: 9px;
- }
- #func > div {
- margin-top: 20px;
- float: left;
- margin-right: 20px;
- }
- #func > input {
- margin-top: 20px;
- margin-right: 20px;
- width: 100px;
- float: left;
- }
- #func > select {
- margin-top: 20px;
- margin-right: 20px;
- width: 100px;
- float: left;
- }
- h3 {
- margin: 15px;
- }
- #myTab, #myTabContent {
- font-size: 14px;
- }
- .nav-tabs {
- margin-bottom: 0;
- }
- h3 > #demo-name {
- margin-right: 10px;
- }
- h3 > a {
- font-weight: normal;
- text-decoration: none;
- }
- /*less中设置*/
- @media (max-width: 979px) {
- .navbar-fixed-top {
- margin-bottom: 0;
- }
- }
- .page-header {
- padding: 15px 10px;
- border: 1px solid #d6e3f1;
- }
- .nav {
- margin-bottom: 0;
- }
- .footer {
- margin-top: 20px;
- text-align: center;
- }
- @media (min-width: 1200px) {
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
- /*width: 960px;*/
- }
- }
- @media (min-width: 976px) {
- .container .hero-unit{
- padding: 103px 400px 103px 60px;
- background:url(../images/home_banner2.png) no-repeat scroll right bottom transparent;
- /*修改样式以兼容firefox
- background-image:url(../images/home_banner2.png)
- background-repeat:no-repeat;
- background-position-x:right;
- background-position-y:bottom;*/
- }
- }
- .container .hero-unit{
- border: 1px solid #D6E3F1;
- border-radius: 0px;
- }
- p {
- text-indent: 2em;
- }
- .navbar-inner > .container {
- background-color: #61b3e3;
- background-image: -moz-linear-gradient(top, #61b3e3, #2f7fba);
- background-image: -ms-linear-gradient(top, #61b3e3, #2f7fba);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#61b3e3), to(#2f7fba));
- background-image: -webkit-linear-gradient(top, #61b3e3, #2f7fba);
- background-image: -o-linear-gradient(top, #61b3e3, #2f7fba);
- background-image: linear-gradient(top, #61b3e3, #2f7fba);
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#61b3e3', endColorstr='#2f7fba', GradientType=0);
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .navbar .nav .active > a,
- .navbar .nav .active > a:hover {
- background-image: -moz-linear-gradient(top, #519ad6, #2167ad);
- background-image: -ms-linear-gradient(top, #519ad6, #2167ad);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#519ad6), to(#2167ad));
- background-image: -webkit-linear-gradient(top, #519ad6, #2167ad);
- background-image: -o-linear-gradient(top, #519ad6, #2167ad);
- background-image: linear-gradient(top, #519ad6, #2167ad);
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#519ad6', endColorstr='#2167ad', GradientType=0);
- background-color: #2167ad;
- }
- #titleContent li a {
- font-size: 15px;
- }
- .container > .brand {
- color: white;
- }
- #sourceCode {
- float: right;
- margin-top: -30px;
- margin-right:40px;
- }
- #skip{
- float: right;
- margin-top:-30px;
- margin-right:4px;
- color: #08c;
- }
- /*开发指南和产品介绍css*/
- h2.title {
- background-color: #e2e2e2;
- margin: 15px 0px;
- padding:5px 1rem;
- }
- h4.thirdTitle{
- margin-left: 25px;
- }
- #content {
- padding: 0px 10px;
- text-algin: center;
- border: 1px solid #d6e3f1;
- }
- /*图片居中*/
- div.pageImage {
- text-align: center;
- margin-top:10px;
- margin-bottom:15px;
- }
- div.pageImage p{
- margin: 1.5rem 0px;
- font-size: 22px;
- }
- /*height和max-width用于设置图片自适应屏幕大小*/
- img {
- margin:auto;
- height: auto;
- max-width: 100%;
- }
- img.icon{
- border:2px solid #d6e3f1;
- }
- /*产品指南目录列表样式*/
- #togglelink{
- vertical-align: 30%;
- border-radius: 0px;
- }
- #lists {
- overflow: hidden;
- margin: 5px auto 10px auto;
- font-size: 15px;
- }
- ul {
- list-style-type:none;
- }
- ul li {
- line-height: 27px;
- }
- #lists span {
- padding-right:5px;
- }
- /**/
- ul.circle {
- list-style-type: circle;
- }
- ul.circle li{
- font-size: 15px;
- }
- ul.disc {
- list-style-type: disc;
- }
- ul.disc li{
- font-size: 15px;
- }
- /*首页top背景*/
- .container .topBanner{
- background-image: url(../images/home_banner.jpg);
- background-repeat: no-repeat;
- }
- .qByBoundsBoxDiv {
- background-color: #B7CFE8;
- filter:alpha(opacity:50);
- border: 2px solid #304DBE;
- }
- /*公交换乘首列背景图片*/
- .step_transfer{
- background-image: url(../images/step_trans.png);
- background-repeat: no-repeat;
- width: 23px;
- background-position: 7px 7px;
- }
- .bus_transfer{
- background-image: url(../images/bus_trans.png);
- background-repeat: no-repeat;
- width: 23px;
- background-position: 7px 7px;
- }
- .start_transfer{
- background-image: url(../images/start_trans.png);
- background-repeat: no-repeat;
- width: 23px;
- background-position: 7px 7px;
- }
- .end_transfer{
- background-image: url(../images/end_trans.png);
- background-repeat: no-repeat;
- width: 23px;
- background-position: 7px 7px;
- }
- #trafficRes > tbody > tr > td{
- text-align: left;
- }
- input{
- font-family:Arial, Helvetica, sans-serif;
- font-size:12px;
- border:1px solid #000000;
- width:160px;
- padding:1px;
- margin:0px;
- }
- .start_end_input {
- width:213px;
- height:40px;
- }
- .sugpopup{
- position: relative;
- width: 170px;
- color: #004a7e;
- font-size: 12px;
- font-family: Arial, Helvetica, sans-serif;
- top: -10px;
- left: 40px;
- }
- .sugpopup.show{
- background-color: white;
- filter: alpha(opacity=100);
- border: 1px solid #004a7e;
- z-index: 9999;
- }
- ul.dropList{
- list-style:none;
- margin:0px;
- padding:0;
- color:#004a7e;
- }
- ul.dropList li {
- padding: 0 6px;
- }
- li.mouseOver{
- background-color:#004a7e;
- color:#FFFFFF;
- }
- li.dropListMouseOver {
- background-color:#004a7e;
- color:#FFFFFF;
- }
- .transferSolution {
- border: 2px solid #EEE;
- cursor: pointer;
- margin:2px;
- }
- .transferIndex {
- padding: 12px 0;
- text-weight:bold;
- }
- .busLink {
- text-decoration: none;
- margin: 1px 2px;
- cursor: pointer;
- }
- .bgSpan {
- background-color: blue;
- opacity: 0.6;
- padding: 4px;
- color: white;
- border-radius: 4px;
- }
- .transferGuides {
- padding: 2px;
- margin: 20px 2px 10px 2px;
- border-bottom: 1px solid #eeeeee;
- width: 97%;
- }
- .showWindow:hover{color:#FF0000}
- .win_bg{background:#CCC; opacity:0.2; filter:alpha(opacity=20); position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:998;}
- .winTitle{background:#4192c9; height:20px; line-height:20px}
- .winTitle .title_left{font-weight:bold; color:#FFF; padding-left:5px; float:left}
- .winTitle .title_right{float:right; padding-right:3px;}
- .winTitle .title_right a{color:#FFF; text-decoration:none; padding-right:3px;}
- .winTitle .title_right a:hover{text-decoration:underline; color:#FF0000; padding-right:3px;}
- .transferPreference {
- border: 1px solid #D6E3F1;
- height: 20px;
- margin: 1px 30%;
- padding: 0 12px;
- }
- .winContent{padding:5px; overflow-y:auto; height:550px;}
- .popupWindow {
- right:20px;
- top:100px;
- position: absolute;
- width: 400px;
- height: 600px;
- border: 2px solid #D6E3F1;
- background: #FFF;
- z-index: 9999;
- }
- .floatLeft {
- float: left;
- }
- .print-header{
- margin: auto;
- width: 936px;
- height: 522px;
- top: 50px;
- position: relative;
- }
- .superD{
- width: 100%;
- height: 24px;
- line-height: 24px;
- border-bottom: 3px solid #B2B2B2;
- font-size: 14px;
- margin-bottom: 6px;
- }
- .superD h3{
- float: left;
- font-size: 14px;
- }
- .superD span{
- float: right;
- margin-right: 4px;
- }
- #superft{
- content: '.';
- height: 77px;
- display: block;
- overflow: hidden;
- clear: both;
- }
- .printClose{
- margin-bottom: 20px;
- float: right;
- }
- .printClose span{
- background-position: 0px 0px;
- cursor: pointer;
- margin-right: 0px;
- margin-top: 5px;
- display: inline-block;
- width: 69px;
- height: 29px;
- background-image: url(../images/print.png);
- }
- #btn-success2 {
- display: inline-block;
- padding: 4px 10px 4px;
- text-align: center;
- cursor: pointer;
- position: relative;
- left: 150px;
- z-index:2004;
- width: 30px;
- height: 18px;
- margin-top: 5px;
- }
- div.smCustomControlMousePosition {
- left: 600px;
- top:280px;
- display: block;
- position: absolute;
- font-family: Arial;
- font-size: smaller;
- }
- .nav-pills > li >a{
- padding: 0px;
- padding-left: 4px;
- padding-right:5px;
- margin-bottom: 8px;
- margin-right: 0px;
- border-radius: 0px;
- font-size: 13px;
- color: #6E7B8B;
- border-right: 1px solid #e1e1e8;
- }
- .nav-pills > li > a:hover{
- color: #08c;
- text-decoration: underline;
- background-color: #ffffff;
- }
- .nav-pills > .active > a{
- color:#08c;
- background-color: #ffffff;
- }
- .nav-pills > .active > a:hover {
- color: #08c;
- background-color: #ffffff;
- }
- div.container-fluid{
- padding-left: 0px;
- padding-right: 0px;
- }
- div.row-fluid div.span2{
- font-size:13px;
- width: 115px;
- color:#4682B4;
- padding-left: 4px;
- padding-top: 3px;
- }
- div.row-fluid div.span10{
- margin-left: 0px;
- margin-top:8px;
- padding-bottom: 2px;
- }
- div.span2 ul.nav.nav-pills span{
- width:9px;
- font-weight:normal;
- font-size:16px;
- color:#aaa;
- margin-top:5px;
- padding-left:5px;
- padding-right: 10px;
- float:right;
- }
- .row-fluid{
- border-bottom: 1px solid #e1e1e8;
- }
- .tips{
- background:#f3f3ef;
- padding:.75em;
- line-height:1.7em;
- font-size: 15px;
- }
- /**/
- ol.list{
- font-size: 15px;
- }
|