library generate增加删除和拖拽移动位置功能 图片放大添加键盘事件调整按钮大小
This commit is contained in:
@@ -256,28 +256,35 @@ li {
|
||||
}
|
||||
.delete_like_file_block {
|
||||
display: none;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
border-radius: 0.4rem;
|
||||
border-radius: calc(0.4rem*1.2);
|
||||
position: absolute;
|
||||
top: 0rem;
|
||||
right: 0rem;
|
||||
top: calc(0.9rem*1.2);
|
||||
right: calc(0.9rem*1.2);
|
||||
text-align: center;
|
||||
line-height: 2.5rem;
|
||||
line-height: 3rem;
|
||||
left: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
.delete_like_file_block.left {
|
||||
left: calc(0.9rem*1.2);
|
||||
}
|
||||
.delete_like_file_block.left1 {
|
||||
left: calc(0.9rem*1.2);
|
||||
top: 5rem;
|
||||
}
|
||||
.delete_like_file_block .icon-shanchu {
|
||||
font-size: calc(1.6rem*1.2);
|
||||
color: #fff;
|
||||
}
|
||||
.delete_like_file_block i {
|
||||
font-size: 1.6rem;
|
||||
font-size: calc(1.4rem);
|
||||
color: #fff;
|
||||
}
|
||||
.delete_like_file_block i.fi-sr-heart {
|
||||
color: red;
|
||||
}
|
||||
.delete_like_file_block.left {
|
||||
left: 0rem;
|
||||
}
|
||||
.progress_mark .mark_content .ant-progress .ant-progress-text .anticon-check {
|
||||
color: #7a61dc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user