*
lsh
2025-03-04 a4318c3f4c1424de21bc5dc42b3d986b171c1432
src/main/webapp/views/index.html
@@ -60,14 +60,14 @@
        .station {
            position: absolute;
            width: 20px;
            height: 24px;
            /*border-radius: 50%;*/
            height: 14px;
            text-align: center;
            line-height: 24px;
            line-height: 1.5; /* 调整行高与字体大小的比值 */
            font-size: 10px; /* 设置更小的字体 */
            font-weight: bold;
            transition: transform 0.3s ease;
            background-color: #ab1839;
            transform: scale(1.2);
            transform: scale(1); /* 可选:如果不需要放大效果 */
        }
        .bus {
            font-size: 10px;