如何调整after伪类中图片的位置?

https://img1.mukewang.com/5b505fec0001035e01730116.jpg

如图,√是一张图片,如何移到白色区域中?
代码如下,如果这种写法无法实现我的需求,请告知正确的写法。

div {

background: #fe9d03;

color: #ffffff;

position: relative;

&:after {

  content: url('/static/img/icon/gou.png');

  width: 0;

  height: 0;

  right: 0;

  bottom: 0;

  border: 15px solid #ffffff;

  border-left: 15px solid transparent;

  border-top: 15px solid transparent;

  border-bottom-right-radius: 10px;

  border-style: solid;

  position: absolute;

}


呼啦一阵风
浏览 1091回答 2
2回答

BIG阳

试试把after元素的top设为top: -20px

杨__羊羊

参考一下Filter 筛选 这里的勾选调整一下, 应该不同设置 top 属性的,
打开App,查看更多内容
随时随地看视频慕课网APP