Skip to content

Commit

Permalink
Update welcome.html
Browse files Browse the repository at this point in the history
  • Loading branch information
503609719 committed Jun 1, 2024
1 parent 19c5be3 commit bbf9978
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<meta name="x5-page-mode" content="app" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<script type="text/javascript" src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<script src="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<script type="text/javascript" src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://gcore.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<script src="https://gcore.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="https://gcore.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<title>Chok吧欢迎您</title>
<style>html,body{ overflow:auto !important; width:100%; height: 100%; margin: 0; padding: 0; } body{ text-align: center; background: #0f3854; background: -webkit-radial-gradient(center ellipse, #0a2e38 0%, #000000 70%); background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%); background-size: 100%; } p { margin: 0; padding: 0; } #clock { font-family: 'Share Tech Mono', monospace; color: #ffffff; text-align: center; color: #daf6ff; /* text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0); */ } #clock .time { letter-spacing: 0.05em; font-size: 60px; padding: 5px 0; } #clock .date { letter-spacing: 0.1em; font-size: 15px; } #clock .text { letter-spacing: 0.1em; font-size: 12px; padding: 20px 0 0; } #word{ background: #fff; color: #000; max-height:170px; overflow-y:auto; overflow-x:hidden; } h1{ color:red;} h2{color:green;} h3{color:blue;} h4{color:blue;font-size:50px} *{ box-sizing: border-box;} div.search {padding: 30px 0;} form { position: relative; width: 300px; margin: 0 auto; } input, button { border: none; outline: none; color: red; } input { width: 100%; height: 42px; padding-left: 13px; } button { height: 42px; width: 42px; cursor: pointer; position: absolute; }img{max-width:100%;max-height:99%;}</style>
</head>
Expand Down Expand Up @@ -84,4 +84,4 @@
toggleCenter();
})
</script>
</html>
</html>

0 comments on commit bbf9978

Please sign in to comment.