有关css3 transition的问题.请问为什么没有文字慢慢浮上去的效果

日期:2021-08-31 12:02:29 人气:1

有关css3 transition的问题.请问为什么没有文字慢慢浮上去的效果

.product-index.editor.editor1{/*设置默认属性*/width:100px;height:100px;background-color:green;-webkit-transition:all300ms;-moz-transition:all300ms;-o-transition:all300ms;transition:all300ms;}.product-index.editor:hover.editor1{/*这是变换属性*/width:2
    A+
热门评论