📜  在轮播顶部放置一个 div - 任何代码示例

📅  最后修改于: 2022-03-11 14:54:58.733000             🧑  作者: Mango

代码示例1
.circle{
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0.8;
  border-radius: 100%;
  background-color: red;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 16;
  }