其他分享
首页 > 其他分享> > 代码:DIV点击事件模拟按钮

代码: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%;
}

  

标签:7px,width,color,点击,warningPopup,46,rgb,按钮,DIV
来源: https://www.cnblogs.com/aiaj/p/15893367.html