作品广场

This commit is contained in:
X1627315083
2024-05-16 17:14:22 +08:00
parent 5518ac09c6
commit 601e68bcff
13 changed files with 200 additions and 63 deletions

View File

@@ -1223,6 +1223,10 @@ i {
width: 100%;
height: 100%;
}
.selectActive {
opacity: 0.5;
transform: scale(0.9);
}
.collection_modal_body .input_border,
.design_detail_modal_component .input_border,
.library_page .input_border {

View File

@@ -1320,6 +1320,11 @@ i{
height: 100%;
}
}
//设置选中样式
.selectActive{
opacity: .5;
transform: scale(.9);
}
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page{