no message
This commit is contained in:
13
create.html
13
create.html
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>朴见潮音</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
|
||||
<link rel="icon" href="./static/img/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<style>
|
||||
/* 全局样式 */
|
||||
* {
|
||||
@@ -152,7 +154,7 @@
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 5px;
|
||||
/* margin-bottom: 5px; */
|
||||
text-shadow: 0 0 10px rgba(29, 185, 84, 0.5);
|
||||
}
|
||||
|
||||
@@ -174,6 +176,13 @@
|
||||
background-color: #0d0d0d;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.logo-mask {
|
||||
/* transition: width 1s ease; */
|
||||
width: 64px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -181,7 +190,7 @@
|
||||
<div class="header-content">
|
||||
<div class="header-left">
|
||||
<img class="header-title" src="/static/img/logo.png" />
|
||||
<div class="header-slogan">探索音乐的无限可能</div>
|
||||
<!-- <div class="header-slogan">探索音乐的无限可能</div> -->
|
||||
</div>
|
||||
<!-- <div class="header-right">
|
||||
<i class="fas fa-music"></i>
|
||||
|
||||
Reference in New Issue
Block a user