﻿.st-marker {
    background: linear-gradient(transparent 70%, yellow 70%);
}

hr.light-gray {
    background-color: #EAEAEA;
    height: 1px;
    border: 0;
    margin: 20px 0; /* 可选：调整边距 */
}