来源:自学PHP网 时间:2018-02-08 10:48 作者: 阅读:次
[导读] CSS perspective-origin 属性用于指定观察者观察3D空间的位置,在属性perspective中被当做消失点。...
CSS perspective-origin 属性用于指定观察者观察3D空间的位置,在属性中被当做消失点。 在默认的情况下,使用属性设置的三维空间的消失点位于中心位置。我们可以通过 例如下面的两张图片所示:
官方语法perspective-origin: [ left | center | right | top | bottom | <percentage> | <length> ] | [ left | center | right | <percentage> | <length> ] [ top | center | bottom | <percentage> | <length> ] <length>? | [ center | [ left | right ] ] && [ center | [ top | bottom ] ] 参数:
如果指定的值大于2个,并且没有关键字,或者仅使用了 如果仅仅指定了一个值,那么第二个值会被设置为
示例代码perspective-origin: top center; perspective-origin: 100% 30px; perspective-origin: 30px 60px; /* 第二个值为 center*/ perspective-origin: center; /* 第二个值为 center*/ perspective-origin: left; /* 水平位置为30%,垂直位置为50% */ perspective-origin: 30% 50% 0px; perspective-origin: bototm right; 在线演示下面的例子演示了不同 50% 50%
1
2
3
4
5
6
top left
1
2
3
4
5
6
top
1
2
3
4
5
6
top right
1
2
3
4
5
6
right
1
2
3
4
5
6
bottom right
1
2
3
4
5
6
bottom
1
2
3
4
5
6
bottom left
1
2
3
4
5
6
left
1
2
3
4
5
6
75% 75%
1
2
3
4
5
6
10% 30%
1
2
3
4
5
6
30px 60px
1
2
3
4
5
6
浏览器支持CSS
|
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com