展开折叠效果,没有设置height时 transition 不起作用 可以设置max-height
.default {
max-height: 500px;
transition: all 1000ms ease;
}
.close {
max-height: 0;
}
每天都是不想努力的一天....
|
展开折叠效果,没有设置height时 transition 不起作用 可以设置max-height
.default {
max-height: 500px;
transition: all 1000ms ease;
}
.close {
max-height: 0;
}
每天都是不想努力的一天....
|