Merge branch 'develop' into localDevelop

This commit is contained in:
X1627315083
2024-05-20 13:09:06 +08:00
8 changed files with 211 additions and 16 deletions

View File

@@ -1326,6 +1326,9 @@ i{
transform: scale(.9);
}
textarea:focus{
outline: none; /* 清除默认焦点样式 */
}
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page{
.input_border{
@@ -1376,6 +1379,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);