代码:DIV点击事件模拟按钮

.warningPopup .warningText {
  margin-bottom: 5%;
  color: #21fffa;
}

.warningPopup .closeBtn {
  position: absolute;
  width: 9%;
  height: 9%;
  right: 7px;
  top: 7px;
  z-index: 100;
}

.warningPopup .warningConfirmBtn {
  background-color: rgb(14,46,46);
  border: 1px solid rgb(32,116,98);
  color: rgb(33,255,246);
  width: 15%;
}

.warningPopup .btnList {
  background-color: rgb(14,46,46);
  border: 1px solid rgb(32,116,98);
  color: rgb(33,255,246);
  width: 15%;
}

  

posted @ 2022-02-14 17:17  算法阿杰  阅读(228)  评论(0)    收藏  举报