上传者: 38616330
|
上传时间: 2021-11-15 15:08:13
|
文件大小: 29KB
|
文件类型: -
一、需求描述
在Div标签的右上角显示删除图标
二、实现方式
html、CSS
三、参考代码
<style>
.container{
width:60px;
height:60px;
border: 1px dotted red;
position:relative;
}
.content{
position:relative;
top:20px;
}
.delete{
width:20px;
height:20px;
border-radius:6