Commit ca33fc78b2d2b6e04abe94c8624c214edd91863d
1 parent
744f3642
1.线路->站点详情中站点序号字号调整
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/base/stationroute/js/stationroute-list-map.js
| ... | ... | @@ -549,7 +549,7 @@ window.WorldsBMap = function () { |
| 549 | 549 | var html2 = '<div style="position: absolute; margin: 0pt; padding: 0pt; width: 160px; height: 26px; left: -10px; top: -35px; overflow: hidden;">' |
| 550 | 550 | + '<img class="rm3_image" style="border:none;left:0px; top:0px; position:absolute;" src="/pages/base/stationroute/css/img/back160.png">' |
| 551 | 551 | + '</div>' |
| 552 | - + '<label class=" BMapLabel" unselectable="on" style="position: absolute; -moz-user-select: none; display: inline; cursor: inherit; border: 0px none; padding: 2px 1px 1px; white-space: nowrap; font: 12px arial,simsun; z-index: 80; color: rgb(255, 102, 0); left: 15px; top: -35px;"><span style="float: left; color: #fdfdfd; margin-left: -22px; font-size: 6px;">' + s + '</span>' + stationName + '</label>'; | |
| 552 | + + '<label class=" BMapLabel" unselectable="on" style="position: absolute; -moz-user-select: none; display: inline; cursor: inherit; border: 0px none; padding: 2px 1px 1px; white-space: nowrap; font: 12px arial,simsun; z-index: 80; color: rgb(255, 102, 0); left: 15px; top: -35px;"><span style="float: left; color: #fdfdfd; margin-left: -22px; font-size: 11px;">' + s + '</span>' + stationName + '</label>'; | |
| 553 | 553 | |
| 554 | 554 | var myRichMarker1 = new BMapLib.RichMarker(html2, point_center, { |
| 555 | 555 | "title": stationName, | ... | ... |