| | |
| | | float: left; |
| | | width: 52%; |
| | | height: 100%; |
| | | padding: 2% 1%; |
| | | box-sizing: border-box; |
| | | } |
| | | .map-board{ |
| | | height: 86%; |
| | | width: 100%; |
| | | margin-top: 2%; |
| | | } |
| | | #map { |
| | | height: 100%; |
| | | width: 100%; |
| | | } |
| | | .station-list { |
| | | height: 10%; |
| | | } |
| | | .station-list .outside { |
| | | height: 100%; |
| | | display: inline-block; |
| | | box-sizing: border-box; |
| | | width: 24.2%; /*todo*/ |
| | | padding: 1.5% 1%; |
| | | } |
| | | .station-list .inside { |
| | | height: 100%; |
| | | filter: Alpha(Opacity=50); /* 针对IE*/ |
| | | background-color: rgba(3, 36, 85, 1); /*针对其他浏览器*/ |
| | | border: 1px solid rgba(20, 80, 136, 1); |
| | | position: relative; |
| | | cursor: pointer; |
| | | background-color: rgba(3, 36, 85, 0.5); /*针对其他浏览器*/ |
| | | filter: Alpha(Opacity=50); /* 针对IE*/ |
| | | } |
| | | .station-name { |
| | | height: 100%; |
| | | width: 100%; |
| | | text-align: center; |
| | | position: absolute; |
| | | line-height: 44px; |
| | | } |
| | | |
| | | |
| | | /*右*/ |
| | | /*右上*/ |