如圖,√是一張圖片,如何移到白色區域中?代碼如下,如果這種寫法無法實現我的需求,請告知正確的寫法。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;}
如何調整after偽類中圖片的位置?
呼啦一陣風
2018-07-11 19:25:20