From ca51b8836f1578f81012cbe7ff63bf6061229823 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 29 七月 2020 20:46:23 +0800
Subject: [PATCH] 2020-07-29

---
 src/css/reset.css |   52 ++++++++++++++++++++++++++++++++++------------------
 1 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/src/css/reset.css b/src/css/reset.css
index c905a94..b49028d 100644
--- a/src/css/reset.css
+++ b/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;
 }
\ No newline at end of file

--
Gitblit v1.8.0