sass 常用样式
Last updated on August 24, 2025 am
🧙 Questions
☄️ Ideas
ul 样式控制
.header-bar-ul {
  list-style: none;
  display: inline-flex;
  line-height: 80px;
  margin: 0;
  a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: black;
    text-align: center;
    margin-left: 70px;
    &:hover {
      color: blueviolet;
    }
  }
}css 添加图片背景
background-image: url(https://gitee.com/isxcode/blogs-galaxy-images/raw/master/leo/leo-todo.png);
background-size: 100% 100%;
background-repeat: no-repeat;🔗 Links
sass 常用样式
      https://ispong.isxcode.com/vue/sass/sass 常用样式/