hover图片翻转效果二::绕Y轴旋转90度,注意父层要加透视属性perspective,这样才能看出立体效果 html: <ul class="list-img"> <li> <div>文字内容</div> <span>我是图片</span> </li> <li> <div>文字内容</div> ...
分类:
其他好文 时间:
2017-01-18 09:42:01
阅读次数:
201
3d变换是在transform基础上实现的 transform-style:preserve-3d; 建立3d空间 perspective:; 景深(设置用户看的距离) perspective-origin:center center;(默认) 景深基点(设置用户从哪个方向看) backface-v ...
分类:
Web程序 时间:
2016-12-28 21:27:30
阅读次数:
237
效果: HTML部分: <body class="body"> <div class="rect-wrap"> <!-- //舞台元素,设置perspective,让其子元素获得透视效果。 --> <div class="container"> <!-- //容器,设置transform-style ...
分类:
Web程序 时间:
2016-12-17 02:28:58
阅读次数:
254
Computer Systems A Programmer's Perspective Second Edition Of course, we are glossing over many difficult issues here. What if different net- works ha ...
分类:
Web程序 时间:
2016-12-17 01:58:40
阅读次数:
251
Computer Systems A Programmer's Perspective Second Edition The main memory of a computer system is organized as an array of M contiguousbyte-sized cel ...
分类:
其他好文 时间:
2016-12-15 21:09:03
阅读次数:
201
Computer Systems A Programmer's Perspective Second Edition Exception number Description Exception class0 Divide error Fault13 General protection fault ...
分类:
系统相关 时间:
2016-12-15 20:50:16
阅读次数:
211
Computer Systems A Programmer's Perspective Second Edition The general phenomenon of multiple flows executing concurrently is known as concurrency . T ...
分类:
其他好文 时间:
2016-12-15 14:36:30
阅读次数:
166
Computer Systems A Programmer's Perspective Second Edition This is a good place to pause and make sure you understand the distinction between a progra ...
分类:
其他好文 时间:
2016-12-15 14:20:07
阅读次数:
187
Computer Systems A Programmer's Perspective Second Edition Shared libraries are modern innovations that address the disadvantages of static libraries. ...
分类:
其他好文 时间:
2016-12-13 07:35:59
阅读次数:
119
Computer Systems A Programmer's Perspective Second Edition Modern compilers employ sophisticated algorithms to determine what values are computed in a ...
分类:
其他好文 时间:
2016-12-08 20:50:29
阅读次数:
142