½ñÌìѧ×Å×öÁËÒ»¸ö3DͼƬչʾµÄ¶¯Ì¬Ð§¹û¡£
½ØÍ¼£º
³õʼ״̬£º

±ä»»ÖÐ״̬£º

½áÊø×´Ì¬£º

´úÂ룺
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>iphone3DͼƬչʾЧ¹ûÁ·Ï°</title> <style type="text/css"> /*±³¾°3DÎę̀*/ #background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fefefe; perspective: 900px; } /*ÊÖ»úͼƬ³õʼ»¯×´Ì¬*/ #iphone { position: absolute; top: 50%; left: 50%; width: 200px; height: 340px; margin: -170px 0 0 -100px; background: url(images/jpeg.jpeg) 0 0 / 200px 340px no-repeat; box-shadow: -7px 10px 10px #333; /*ˮƽÒõÓ° ´¹Ö±ÒõÓ° Óð»¯Öµ ÒõÓ°µÄ´óС ÒõÓ°µÄÑÕÉ« ÒõÓ°µÄÀà±ð£ºÄÚºÍÍâÒõÓ°£¬Ä¬ÈÏÊÇÍâÒõÓ°*/ transform: rotateX(60deg) rotateY(3deg) rotateZ(-25deg); /*3DÇãбһ¶¨½Ç¶È*/ transform-origin:50% 50%; /*ÉèÖÃ3Dת»»ÖÐÐĵãλÖÃ*/ transition: all 1s; /*ÉèÖùý¶Éʱ¼äºÍÊôÐÔ*/ } /*ÊÖ»úÍ¼Æ¬ÒÆ¶¯×´Ì¬*/ #background:hover #iphone { transform: rotate3d(0,0,0,0deg); box-shadow: -100px 100px 20px #fff; } </style> </head> <body> </p> <p id="background"> <p id="iphone" href="#"></p> </p> </body> </html>