mirror of
https://github.com/Estom/notes.git
synced 2026-04-02 02:20:25 +08:00
第一版结束
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
<!-- 背景色 -->
|
||||
<!--  -->
|
||||
<!-- 背景图 -->
|
||||

|
||||

|
||||
|
||||
|
||||
BIN
blog/image/cover3.jpeg
Normal file
BIN
blog/image/cover3.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
14
index.html
14
index.html
@@ -7,7 +7,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Description">
|
||||
<meta name="keywords" content="wiki,docsify,音乐爱好者">
|
||||
<meta name="author" content="xhhdd">
|
||||
<meta name="author" content="通灵诗人">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<!-- 设置浏览器图标 -->
|
||||
@@ -23,6 +23,18 @@
|
||||
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
|
||||
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
|
||||
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
|
||||
|
||||
<style>
|
||||
/* 去掉封面遮罩 */
|
||||
section.cover.has-mask .mask {
|
||||
background-color: #fff;
|
||||
opacity: .3;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user