作品广场
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1320,6 +1320,11 @@ i{
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
//设置选中样式
|
||||
.selectActive{
|
||||
opacity: .5;
|
||||
transform: scale(.9);
|
||||
}
|
||||
|
||||
//设计input和上传按钮样式
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page{
|
||||
|
||||
Reference in New Issue
Block a user