1 2 3 4 5 6 7 8forgotten 9 10 11 12 13 14 商务英语15 16 概率论复习17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <!doctype html> <html> 英语信件格式<head> <meta chart="UTF-8"> <title>ball</title> <style> *{padding: 0; margin: 0; list-style: none; border: 0;} body{background:#000;} free stuff /* 设置透视盒子在浏览器水平和垂直都居中 */ .ball{ width: 300px; height: 300px; position:absolute; left: 50%; top: 50%; margin-left: -150px; margin-top: -150px; perspective:3000px; -webkit-perspective:3000px; } /* 设置此元素子元素保留3d位置 */ .ball_in{ position:absolute; left: 0; top: 0; width: 100%; shuanheight: 100%; transform-style:prerve-3d; } /* 实体化这些li,然后设置其为圆形 */ .ball_in li{ 全球最丑建筑position:absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius:50%; } /* 对不同的li沿着y轴旋转不同的角度,其实圆球体就出来了 */ /* 5个li元素,所以每个旋转的角度是360/2/5=36deg */ .ball_in li:nth-child(1){transform:rotateY(0);} .ball_in li:nth-child(2){transform:rotateY(36deg);} .ball_in li:nth-child(3){transform:rotateY(72deg);} .ball_in li:nth-child(4){transform:rotateY(108deg);} .ball_in li:nth-child(5){transform:rotateY(144deg);} </style>ppst </head> goodway<body> <div> <ul> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> </div> </注入body> </html> |
本文发布于:2023-05-14 13:40:50,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/fan/78/627870.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |