css Pine Interactive Components CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Pine Interactive Components CSS相关的知识,希望对你有一定的参考价值。

.toggle-content {
  max-height: 0;
  overflow: auto;
  transition: max-height .4s linear;
    -webkit-transition: max-height .4s linear;
}
.toggle-trigger:hover + .toggle-content,
.toggle-content:hover {
  max-height: 999px!important;
}

以上是关于css Pine Interactive Components CSS的主要内容,如果未能解决你的问题,请参考以下文章

css Pine Responsive Spacing Utilities

css Pine Alignment响应实用程序类

css Pine Native字体堆栈

css Pine Media查询

html Pine HTML / CSS背景图片

css Pine Text对齐响应式实用程序