通过关键字

background-image: url('/Wx/Index/image/not_select.png');
background-size: px2rem(78px) px2rem(73px);
background-repeat: no-repeat;
background-position:top right;

也可以通过百分比

background-image: url('/Wx/Index/image/not_select.png');
background-size: px2rem(78px) px2rem(73px);
background-repeat: no-repeat;
background-position:90% 0%;

也可以通过像素

background-image: url('/Wx/Index/image/not_select.png');
background-size: px2rem(78px) px2rem(73px);
background-repeat: no-repeat;
background-position:10px 0px;

右侧背景图

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2021-08-29
  • 2021-11-24
猜你喜欢
  • 2021-06-07
  • 2021-11-05
  • 2021-11-28
  • 2021-09-02
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案