roadui
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
28 lines (23 loc) • 436 B
text/less
// core
.am-accordion-item {
margin: 0;
}
.am-accordion-title {
font-weight: normal;
cursor: pointer;
.am-accordion-item.am-disabled & {
cursor: default;
pointer-events: none;
}
}
// 规避 Collapase 处理不当的问题
.am-accordion-bd {
margin: 0 ;
padding: 0 ;
border: none ;
}
.am-accordion-content {
margin-top: 0;
padding: 0.8rem 1rem 1.2rem;
font-size: 1.4rem;
}