1:行内元素 设置背景图片(假设 给span)

/*span 标签加背景图片 需要设置快级元素 定义高度宽度,当高度宽度很小的时候 需要设置背景图片大小*/

    .filex {
        display: inline-block;
        height: 16px;
        width: 18px;
        margin-left: 2px;
        background-image: url('../Content/OA/IMG/upload.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

待续

 

相关文章:

  • 2021-09-27
  • 2021-12-22
  • 2021-11-12
  • 2021-08-01
  • 2021-09-05
猜你喜欢
  • 2021-12-18
相关资源
相似解决方案