feat(componentMarket): 组件市场页面增加搜索和分类功能
parent
4c48d339f8
commit
de378e3977
@ -0,0 +1,38 @@
|
|||||||
|
.comp-card {
|
||||||
|
|
||||||
|
:global(.arco-col) {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.arco-card-body) {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-box {
|
||||||
|
width: 80px;
|
||||||
|
height: 110px;
|
||||||
|
background-color: #cccccc;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box {
|
||||||
|
|
||||||
|
.info-author {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-score {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.comp-card-footer {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 10px 20px;
|
||||||
|
background: linear-gradient(90deg, #64b5f6, #2175f3);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
.comp-market-container {
|
||||||
|
|
||||||
|
|
||||||
|
.comp-market-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
box-shadow: 0 0 10px #ebebeb;
|
||||||
|
background-color: #fcfcfc;
|
||||||
|
padding: 20px 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
|
||||||
|
.comp-market-search {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
:global {
|
||||||
|
.arco-tabs-header-title {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue