img {
position: absolute;
clip: rect(0px,60px,200px,0px); }
你有兴趣可以看
https://tympanus.net/codrops/2013/01/16/understanding-the-css-clip-property/
img {
position: absolute;
clip: rect(0px,60px,200px,0px); }
你有兴趣可以看
https://tympanus.net/codrops/2013/01/16/understanding-the-css-clip-property/
转载于:https://www.cnblogs.com/yk-ontheway/p/6672109.html