自适应椭圆
圆
|
|
椭圆
|
|
二分一椭圆
|
|
四分一椭圆
|
|
平行四边形
|
|
伪元素方法:1234567891011121314display: inline-block;position: relative;height: 100px;width: 200px;background: #fff;position:relative//thisEle::beforecontent:'';position:absolute;top:0;right:0;bottom:0;left:0;background:#58a;z-index:-1;transform:skew(45deg);
菱形图片

|
|
兼容IE12345678display: inline-block;height: 200px;width: 200px;background: #fff;transform: rotate(-45deg);overflow: hidden;transform: rotate(45deg) scale(1.5);