摘要: <style> section { margin: 0 auto; width: 100%; height: 500px; min-width: 600px; max-width: 1200px; } div:first-child { float: left; width: 50%; height 阅读全文
posted @ 2021-06-26 19:57 贾正直 阅读(45) 评论(0) 推荐(0)
摘要: <style> /* 定义名称为zhuan的动画 */ @keyframes zhuan { 0% { transform: translate(0, 0); } /* 水平移动 */ 30% { transform: translate(600px, 0); } /* 放大x,y 2倍*/ 50% 阅读全文
posted @ 2021-06-26 08:55 贾正直 阅读(49) 评论(0) 推荐(0)