data-icon:after 的left,top,margin 是必要的嗎?沒有好像也能達到一樣的效果?
[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
是沒必要那么繁瑣。妹子老師思路幾經周折