/*折叠面板 */ .uni-collapse-content { height: 0; width: 100%; overflow: hidden; } .uni-collapse-content.uni-active { height: auto; }