| | |
| | | @layout("/common/_container.html"){ |
| | | <style> |
| | | body, |
| | | html, |
| | | #container { |
| | | overflow: hidden; |
| | | width: 100%; |
| | | height: 100%; |
| | | margin: 0; |
| | | font-family: "微软雅黑"; |
| | | } |
| | | .info { |
| | | z-index: 999; |
| | | width: auto; |
| | | min-width: 22rem; |
| | | padding: .75rem 1.25rem; |
| | | margin-left: 1.25rem; |
| | | position: fixed; |
| | | top: 1rem; |
| | | background-color: rgba(265, 265, 265, 0.9); |
| | | border-radius: .25rem; |
| | | font-size: 14px; |
| | | color: #666; |
| | | box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.3); |
| | | } |
| | | #zoominput { |
| | | height: 24px; |
| | | width: 80px; |
| | | padding-left: 8px; |
| | | } |
| | | #change-btn { |
| | | height: 30px; |
| | | background: #5679ea; |
| | | border: 0; |
| | | padding: 0 10px 0 10px; |
| | | margin: 10px 8px 0 0; |
| | | cursor: pointer; |
| | | border-radius: 2px; |
| | | color: #fff; |
| | | font-size: 14px; |
| | | } |
| | | .amap-logo{ |
| | | display: none; |
| | | opacity:0 !important; |
| | | } |
| | | .amap-copyright { |
| | | opacity:0; |
| | | } |
| | | </style> |
| | | <div class="container-fluid" style="padding: 0 !important;"> |
| | | <div class="row"> |
| | | <div class="col-sm-12"> |