From f9a476723d9fde55b67bb2718ccf01da79434001 Mon Sep 17 00:00:00 2001 From: Metz Date: Wed, 26 Oct 2022 18:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20default.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.css | 113 ---------------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 default.css diff --git a/default.css b/default.css deleted file mode 100644 index 579007c..0000000 --- a/default.css +++ /dev/null @@ -1,113 +0,0 @@ -html { - overflow: hidden; - height: 100%; -} - -body { - position: relative; - overflow: hidden; - margin: 0; - padding: 0; - width: 100%; - height: 100%; - background:#EEE url(bg.jpg); - font-family: "微软雅黑"; -} - -#wrapper { - position: absolute; - top: 50%; - left: 50%; - margin-top: -60px; - margin-left: -250px; - width: 500px; - height: 120px; - text-align: center; -} - -#wrapper h1 { - margin: 0 0 20px; - padding: 0; - font-weight: 300; - font-size: 30px; -} - -#wrapper h1 b{ - font-weight: 700; -} - -#start { - width: 150px; - height: 27px; - text-align: center; - line-height: 27px; - border-radius: 5px; - margin:0 auto; - color: white; - user-select: none; - -webkit-user-select: none; - -webkit-animation-name: greenPulse; - -webkit-animation-duration: 2s; - -webkit-animation-iteration-count: infinite; -} - -@-webkit-keyframes greenPulse { - from { - background-color: #749a02; - -webkit-box-shadow: 0 0 9px #333; - } - 50% { - background-color: #91bd09; - -webkit-box-shadow: 0 0 18px #91bd09; - } - to { - background-color: #749a02; - -webkit-box-shadow: 0 0 9px #333; - } -} - -#cfg { - color: #666; - text-shadow: 1px 1px 1px #eee; - font-size: 12px; - cursor: pointer; -} -.temp { - position: absolute; - z-index: -1; - color: #777; -} - -#popbox { - position: absolute; - top: 50%; - left: 50%; - margin-top: -140px; - margin-left: -210px; - padding: 0 10px; - width: 400px; - height: 280px; - -webkit-border-radius: 7px; - -moz-border-radius: 7px; - border-radius: 7px; - background: #fff; - -webkit-box-shadow: 0 0 22px #333, inset 0 -3px 7px #DDD; - -moz-box-shadow: 0 0 22px #333, inset 0 -3px 7px #DDD; - box-shadow: 0 0 22px #333, inset 0 -3px 7px #DDD; -+border: 1px solid #666; -} - -#ok { - float: right; - margin: -3px 0 0; - color: #666; - cursor: pointer; - width: 50px; - height: 22px; -} - -#weibo { - position: absolute; - bottom: 15px; - right: 15px; -} \ No newline at end of file -- GitLab