修复部分bug和页面调整
This commit is contained in:
@@ -1157,6 +1157,17 @@ i {
|
||||
z-index: 2;
|
||||
flex: 1;
|
||||
}
|
||||
.collection_modal_body .input_border .input_box.active input,
|
||||
.design_detail_modal_component .input_border .input_box.active input,
|
||||
.library_page .input_border .input_box.active input {
|
||||
border: 1px solid #ff0001;
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
.collection_modal_body .input_border .input_box.active span,
|
||||
.design_detail_modal_component .input_border .input_box.active span,
|
||||
.library_page .input_border .input_box.active span {
|
||||
opacity: 1;
|
||||
}
|
||||
.collection_modal_body .input_border input,
|
||||
.design_detail_modal_component .input_border input,
|
||||
.library_page .input_border input {
|
||||
@@ -1195,17 +1206,6 @@ i {
|
||||
transform: scale(0.7);
|
||||
transform-origin: left bottom;
|
||||
}
|
||||
.collection_modal_body .input_border.active input,
|
||||
.design_detail_modal_component .input_border.active input,
|
||||
.library_page .input_border.active input {
|
||||
border: 1px solid #ff0001;
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
.collection_modal_body .input_border.active span,
|
||||
.design_detail_modal_component .input_border.active span,
|
||||
.library_page .input_border.active span {
|
||||
opacity: 1;
|
||||
}
|
||||
.collection_modal_body .input_border .generage_btn,
|
||||
.design_detail_modal_component .input_border .generage_btn,
|
||||
.library_page .input_border .generage_btn {
|
||||
|
||||
@@ -1259,6 +1259,16 @@ i{
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
flex: 1;
|
||||
&.active{
|
||||
input{
|
||||
// color: rgb(255, 0, .7);
|
||||
border: 1px solid rgb(255, 0, .7);
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
span{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
input{
|
||||
border-radius: calc(.5rem*1.2);
|
||||
@@ -1291,16 +1301,7 @@ i{
|
||||
transform: scale(.7);
|
||||
transform-origin: left bottom;
|
||||
}
|
||||
&.active{
|
||||
input{
|
||||
// color: rgb(255, 0, .7);
|
||||
border: 1px solid rgb(255, 0, .7);
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
span{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.generage_btn{
|
||||
// margin: 0 auto;
|
||||
margin-left: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user