This commit is contained in:
X1627315083
2024-05-20 13:07:42 +08:00
parent b1a44db118
commit 1a7fc6d896
6 changed files with 138 additions and 12 deletions

View File

@@ -1320,7 +1320,9 @@ i{
height: 100%;
}
}
textarea:focus{
outline: none; /* 清除默认焦点样式 */
}
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page{
.input_border{
@@ -1371,6 +1373,31 @@ i{
cursor: no-drop;
}
}
.icon-xiala{
margin-left:1rem;
display: inline-block;
cursor: pointer;
transition: all .3s;
&.active{
transform: rotate(180deg);
}
&.forbidden{
cursor: no-drop;
}
}
.search_textarea{
z-index:3;
height: auto;
position: absolute;
left: 0;
font-size: calc(1.6rem*1.2);
// width: 30rem;
width: 70%;
border-radius: 4px;
height: 20rem;
top: .2rem;
border: 1px solid #dcdfe6;
}
span{
position: absolute;
// bottom: calc(0rem*1.2);