首页 > 问答 > 正文
.two{width: 100px;height: 100px;background: #FF6500;transition: width 2s;}.two:hover{width:450;}p{width: 200px;height: 200px;background: #ff6500; transition: width 2s;}p:hover{width: 500px;}
以上代码对p标签有效,对.two无效,怎解