You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flow-playform-react/src/pages/ideContainer/style/market.module.less

63 lines
1.0 KiB
Plaintext

.market-container {
padding: 20px;
height: 100%;
overflow-y: auto;
background-color: #fff;
.market-header {
.search-section {
margin-top: 20px;
display: flex;
align-items: center;
.filter-tags {
display: flex;
align-items: center;
gap: 8px;
}
}
}
.category-section {
margin-top: 20px;
}
.component-section {
:global(.arco-collapse-item ) {
border-bottom: none;
}
:global(.arco-collapse-item-content-box) {
background-color: #fff;
}
:global(.arco-collapse-item-header) {
border-bottom: none;
color: #6D7278;
}
:global(.arco-collapse-item-header-right) {
padding-left: 0;
}
.component-list {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 10px;
.component-info {
display: flex;
align-items: center;
img {
width: 40px;
height: 40px;
margin-right: 10px;
}
}
}
}
}