* {
margin:0;
padding:0;
}
.box {
width:400px;
height:400px;
border:1px solid #000000;
margin:60px auto;
position:relative;
}
.box-small {
width:100px;
height:100px;
background:#005CAF;
cursor:pointer;
position:absolute;
top:0;
left:0;
background-image:linear-gradient(red,orange,yellow,green,blue,indigo,violet);
border-radius:50%;
}
更新时间:2020-08-24 00:40:03
jq拖拽