Commit 003360a910ec4c92a3e925a324e7900ddc5578a2

Authored by 王通
1 parent 7200205c

1.线路->站点详情中站点序号字号调整

src/main/resources/static/pages/base/stationroute/js/routes-operation.js
@@ -591,7 +591,7 @@ var RoutesOperation = (function () { @@ -591,7 +591,7 @@ var RoutesOperation = (function () {
591 var html2 = '<div style="position: absolute; margin: 0pt; padding: 0pt; width: 160px; height: 26px; left: -10px; top: -35px; overflow: hidden;">' 591 var html2 = '<div style="position: absolute; margin: 0pt; padding: 0pt; width: 160px; height: 26px; left: -10px; top: -35px; overflow: hidden;">'
592 + '<img class="rm3_image" style="border:none;left:0px; top:0px; position:absolute;" src="/pages/base/stationroute/css/img/back160.png">' 592 + '<img class="rm3_image" style="border:none;left:0px; top:0px; position:absolute;" src="/pages/base/stationroute/css/img/back160.png">'
593 + '</div>' 593 + '</div>'
594 - + '<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;">' + seq + '</span>' + stationName + '</label>'; 594 + + '<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;">' + seq + '</span>' + stationName + '</label>';
595 595
596 var myRichMarker1 = new BMapLib.RichMarker(html2, center, { 596 var myRichMarker1 = new BMapLib.RichMarker(html2, center, {
597 "title": stationName, 597 "title": stationName,