data-icon:after 的left,top,margin 是必要的嗎?沒(méi)有好像也能達(dá)到一樣的效果?
[data-icon]:after{
? ?content:attr(data-icon);
? ?width: 200px;
? ?height: 200px;
? ?background: #0f0;
? ?color:#fff;
? ?font-size: 90px;
? ?text-align: center;
? ?line-height: 200px;
? ?position: absolute;
? ?/*
? ?left: 50%;
? ?top: 50%;
? ?margin:-100px 0 0 -100px;
? ?*/
? ?transform:rotate(-45deg) translateY(25%) ;
? ?
}
2016-04-15
是沒(méi)必要那么繁瑣。妹子老師思路幾經(jīng)周折