调整多选修改标签功能

This commit is contained in:
X1627315083
2024-01-04 14:51:57 +08:00
parent 21c5fad138
commit 6abd6816d9
10 changed files with 150 additions and 63 deletions

View File

@@ -215,9 +215,29 @@ ul,li{
}
}
}
:not(body):has(>.driver-active-element){
overflow: initial !important;
}
//自定义关闭按钮
.driver-close__{
position: absolute;
top: 2rem;
right: 2rem;
z-index: 99999;
color: #fff;
font-size: 4rem;
width: 2rem;
height: 2rem;
border: .5rem solid;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
border-radius: .5rem;
cursor: pointer;
pointer-events: auto !important;
}
//爱心
.delete_like_file_block{
display: none;
@@ -797,13 +817,12 @@ i{
padding-bottom: 2rem;
z-index: 2;
input{
font-size: 1.2rem;
border-radius: .5rem;
width: 70%;
border: 1px solid rgba(0,0,0,.15);
padding-left: 1.5rem;
border: 0.1rem solid #F1F1F1;
font-size: 1.2rem;
font-size: 1.6rem;
font-weight: 400;
&input:-moz-placeholder{
color: rgba(0,0,0,.15);