让元素浮动在某个位置:
<div style="z-index:100;position:fixed;top:300px;left:500px;">
<div class="div-alert" ></div>
</div>
//元素样式
.div-alert {
background:#8f8d8d;
color:#ffffff;
float:left;
padding:5px;
border-radius:3px;
}

相关文章:

  • 2021-11-09
  • 2021-11-23
  • 2021-11-09
  • 2021-06-29
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案