king
2020-07-29 ca51b8836f1578f81012cbe7ff63bf6061229823
src/css/reset.css
@@ -1,41 +1,41 @@
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
    font-size: 100px;
    height: 100%;
  font-size: 100px;
  height: 100%;
}
body {
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    height: 100%;
    overflow-x: hidden;
  width: 100%;
  font-size: 14px;
  background: #ffffff;
  height: 100%;
  overflow-x: hidden;
}
ul,
ol,
li {
    list-style: none;
  list-style: none;
}
a {
    text-decoration: none;
    color: black;
  text-decoration: none;
  color: black;
}
img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
p {
    -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
}
h1,
@@ -44,5 +44,21 @@
h4,
h5,
h6 {
    font-weight: normal;
  font-weight: normal;
}
.el-message-box__header {
  padding: 10px 15px 10px;
}
.el-message-box {
  width: unset;
}
.el-message-box__headerbtn {
  display: none;
}
.el-message-box__btns {
  padding: 15px 15px 5px;
}
.el-message-box__btns .el-button {
  border-radius: 5px;
}