0
点赞
收藏
分享

微信扫一扫

【css】background 背景颜色写法

ivy吖 2022-03-30 阅读 181
css
.a:hover{
    color: #dedede!important;
    background:url(~@/assets/images/a.png) no-repeat;
    background-size: 8Px 8Px;
    background-position: left;
    text-align: left;
    font-size: 16Px;
  }
举报

相关推荐

0 条评论