清空超链样式 清空列表样式

benjerry / 2023-06-01 / 原文


ul li {
    list-style: none;
}
a {
    text-decoration: none;
}