oak-general-business/app/miniprogram_npm/lin-ui/collapse-item/index.less

37 lines
634 B
Plaintext

@import "../../config/styles/_base";
.container {
//background-color: gainsboro;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
&-title {
display: flex;
justify-content: space-between;
padding: 10rpx;
align-items: center;
font-size: @size-font-large;
color: #333;
&-l-icon {
transition: 0.3s;
}
}
&-body {
width: 100%;
color: @text-color;
box-sizing: border-box;
font-size: @size-font-base;
transition: height 0.3s ease-in-out;
overflow: hidden;
&-wrapper {
position: relative;
padding: 10rpx;
}
}
}