mirror of
https://github.com/gnu4cn/jenkins_book_zh.git
synced 2026-08-19 10:23:28 +08:00
Updated 'theme/index.hbs'.
This commit is contained in:
@@ -346,12 +346,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="close-button">Close</button>
|
||||
<br />
|
||||
<p>若这里内容有帮助到你,请选择上述方式向 xfoss.com 捐赠。</p>
|
||||
<button class="close-button">Close</button>
|
||||
</dialog>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6NHZBVG5F6"></script>
|
||||
@@ -376,6 +376,7 @@ closeButton.addEventListener('click', () => {
|
||||
modal.close();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
button {
|
||||
display: inline-block;
|
||||
@@ -413,12 +414,12 @@ dialog > p {
|
||||
}
|
||||
dialog > p:first-of-type {
|
||||
margin: 0 auto 20px;
|
||||
font-size: 32px;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
}
|
||||
dialog > button {
|
||||
margin: 10px auto;
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -494,7 +495,7 @@ dialog > button {
|
||||
.author-info a {
|
||||
color: white;
|
||||
}
|
||||
img {
|
||||
.slides > div > img {
|
||||
object-fit: cover;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -530,4 +531,5 @@ img {
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user