123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- /**
- * Author: Song.Huang
- * Date: 13-11-14
- * Time: 下午4:03
- */
- /*base*/
- * {
- padding:0px;
- margin:0px;
- }
- html,body {
- width:100%;
- height:100%;
- font-family:"microsoft yahei";
- }
- body {
- font-size:12px;
- padding-top:100px;
- _padding-top:0px;
- }
- .clearfix {
- *zoom: 1;
- }
- .clearfix:before,
- .clearfix:after {
- display: table;
- line-height: 0;
- content: "";
- }
- .clearfix:after {
- clear: both;
- }
- .note {
- padding:10px 0;
- line-height:18px;
- color:#666;
- }
- #topBar {
- width:100%;
- height:60px;
- background: url(../images/layout/bg-normal.png);
- border-bottom:1px solid #CCC;
- position:fixed;
- left:0px;
- top:0px;
- z-index:99999999999999999999999999999;
- color:#fff;
- }
- #topBar a {
- color:#fff;
- text-decoration: underline;
- }
- #btnPrint {
- float:right;
- margin:16px 40px 0 0;
- border:none;
- background:#0d98d8 url(../../images/route/ico_print3.png) no-repeat 20px center;
- font-size:12px;
- font-weight:bold;
- padding:6px 25px 6px 40px;
- color:#FFF;
- cursor:pointer;
- }
- #btnPrint.disabled {
- background:#CCC url(../../images/route/ico_print3.png) no-repeat 20px center;
- }
- #printOption {
- float:left;
- padding:22px 0 0 40px;
- }
- #printOption .line label {
- display:inline-block;
- margin-left:50px;
- }
- #printOption .line label input {
- float:left;
- }
- #wrap {
- position:relative;
- width:720px;
- margin:0px auto 20px auto;
- border:1px solid #787878;
- padding:20px 40px;
- background:#FFF;
- overflow:hidden;
- }
- #header {
- overflow:hidden;
- zoom:1;
- }
- #logo {
- float:left;
- width:200px;
- margin-top: 30px;
- }
- #title {
- float:right;
- width:500px;
- font-size:14px;
- min-height:21px;
- line-height:21px;
- }
- #title strong {
- font-weight:bold;
- font-size:16px;
- color:#000;
- padding:0 5px;
- }
- #remarks {
- float:right;
- padding:10px 0 0 0;
- width:500px;
- text-align:right;
- }
- #remarks textarea {
- border:1px solid #AAAAAA;
- }
- #remarks textarea,
- #remarks p {
- width:490px;
- height:50px;
- font-size:12px;
- line-height:18px;
- color:#787878;
- padding:4px;
- text-align:left;
- }
- #remarks p {
- display:none;
- }
- #mapHolder {
- margin:20px 0 10px 0;
- width:718px;
- height:500px;
- overflow:hidden;
- border:1px solid #aaaaaa;
- }
- #contentWrap {
- clear:both;
- }
- /*S 地名*/
- #placeSearchResult {
- overflow:hidden;
- padding:20px 0;
- }
- #placeSearchResult dl {
- float:left;
- width:355px;
- overflow:hidden;
- margin-bottom:20px;
- }
- #placeSearchResult dl dt {
- float:left;
- font-size:16px;
- padding:5px;
- width:18px;
- }
- #placeSearchResult dl dd {
- float:left;
- width:300px;
- }
- #placeSearchResult dl dd h3 {
- font-size:16px;
- font-weight:bold;
- }
- #placeSearchResult dl dd p {
- color:#333;
- }
- /*E 地名*/
- /*S 路线*/
- #directionsResult {
- page-break-before:always;
- padding:10px 0 20px 0;
- }
- #directionsResult .line-point {
- padding:5px 2px;
- clear:both;
- position:relative;
- z-index:100;
- border:1px solid #FFF;
- background:#FFF;
- }
- #directionsResult .ge {
- background:#DDD;
- }
- #directionsResult .line-point.hover {
- z-index:1000;
- border:1px solid #333;
- box-shadow:1px 1px 3px #AAA;
- }
- #directionsResult .line-point.hover .op {
- display:block;
- z-index:100;
- }
- #directionsResult .ge.hover .op {
- background:#DDD;
- }
- #directionsResult .line-point dl {
- overflow:hidden;
- zoom:1;
- clear:both;
- float:left;
- }
- #directionsResult .line-point dl dt {
- float:left;
- width:30px;
- text-align:center;
- }
- #directionsResult .line-point dl .step {
- width:auto;
- font-size:14px;
- padding:3px 6px;
- text-align:right;
- }
- #directionsResult .line-point dl dd {
- float:left;
- width:300px;
- font-size:14px;
- }
- #directionsResult .line-point dl dd .ac span {
- font-size:12px;
- color:#787878;
- }
- #directionsResult .line-point dl dd .ti {
- font-size:12px;
- color:#787878;
- }
- #directionsResult .line-point dl dd strong {
- font-size:16px;
- }
- #directionsResult .line-point .dir-length {
- float:right;
- text-align:right;
- padding:0 2px 0 2px;
- width:110px;
- }
- #directionsResult .line-point .dir-length span {
- color:#787878;
- }
- #directionsResult .line-point .point-map {
- width:200px;
- height:200px;
- background:#fff;
- float:right;
- display:none;
- border:1px solid #AAAAAA;
- }
- #directionsResult #startPoint {
- border-bottom:1px solid #333;
- }
- #directionsResult #startPoint .ac {
- font-size:16px;
- font-weight:bold;
- }
- #directionsResult #startPoint .ac span {
- font-size: 12px;
- color: #787878;
- }
- #directionsResult #stopPoint {
- border-top:1px solid #333;
- }
- #directionsResult #stopPoint .ac {
- font-size:16px;
- font-weight:bold;
- }
- #directionsResult #stopPoint .ac span {
- font-size: 12px;
- color: #787878;
- }
- #directionsResult .line-point .op {
- position:absolute;
- right:100px;
- background:#FFF;
- bottom:-23px;
- height:18px;
- line-height:18px;
- padding:2px 15px;
- border:1px solid #333;
- border-top:none;
- display:none;
- box-shadow:1px 1px 1px #AAA;
- z-index:2000;
- }
- /*E 路线*/
- /*打印隐藏非相关*/
- @media print{
- body {
- background:#FFF;
- padding-top:0px;
- }
- #topBar {
- display:none;
- }
- #wrap {
- border:none;
- }
- #remarks textarea {
- display:block;
- border: none;
- }
- #remarks p {
- display:none;
- }
- #mapHolder {
- /*page-break-after:always;*/
- }
- .leaflet-control-zoom {
- display:none;
- }
- }
|