SOURCE

#dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
}
.dialog-component {
  position: absolute;
  left: 400px;
  top: 207px;
  width: 480px;
  height: 220px;
  overflow: hidden;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  z-index: 99;
  background-image: url(../images/common/alert_bg.png);
}
.dialog-component > h3 {
  position: absolute;
  left: 0px;
  top: 55px;
  width: 480px;
  height: 100px;
  line-height: 30px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin: 0;
}
.dialog-component > div {
  position: absolute;
  left: 46px;
  top: 130px;
  width: 166px;
  height: 64px;
  line-height: 46px;
  font-size: 24px;
  background-image: url(../images/common/alert_btn.png);
  border-radius: 10px;
  overflow: hidden;
}
.dialog-component > div:last-child {
  left: 266px;
}
.dialog-component > div.focus {
  background-image: url(../images/common/alert_btn_f.png);
}

#form {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.form-component {
  display: none;
}

#tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
}
.log-component {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/common/icon_black.png);
  font-size: 20px;
  color: red;
  padding: 20px 30px;
  font-weight: bold;
  z-index: 99;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

#tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 720px;
}
.tips-component {
  position: absolute;
  left: 0;
  top: 580px;
  width: 1280px;
  display: none;
  text-align: center;
  z-index: 10;
}
.tips-component > div {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 20px;
  min-width: 20px;
  background-image: url(../images/common/icon_black.png);
  font-size: 20px;
  color: white;
}

console 命令行工具 X clear

                    
>
console