vue|vue 手风琴组件

1.创建组件
SqueezeBox.vue

.header { width: 100%; background-color: #ff5722; color: #ffffff; >ul { width: 100%; >li { width: 100%; border: 1px solid #ffffff; cursor: pointer; // float: left; color: 20px; text-align: center; line-height: 60px; &:hover { background-color: #ff9800; } >ul { width: 100%; background: red; li{ &:hover{ background: #c31111; } } } } .active { background-color: #ff9800; .activeItem{ background-color: green; } } } }

2.页面调用
.content{ position: absolute; top: 40px; left: 0px; right: 0px; bottom: 53px; overflow: scroll; } /*隐藏 滚动条*/ ::-webkit-scrollbar{ display:none; }

【vue|vue 手风琴组件】3.效果图
vue|vue 手风琴组件
文章图片

转载于:https://www.cnblogs.com/crazycode2/p/8428209.html

    推荐阅读