.item::before{content:url(./2.jpg);top:30px;left:30px;}
设置位置好像不起作用,咋整?
position未设置设置为absolute/relative/fixed,left top才会起作用
缺少定位,top,left没生效