Commit 0f3c29de31b2349f259635cc8243db60d2bcf69d

Authored by 王通
1 parent 52f1395b

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

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