[opt] banner

This commit is contained in:
xaoxuu 2023-12-22 18:22:49 +08:00
parent 84cab26196
commit 2257862ff2
2 changed files with 10 additions and 3 deletions

View File

@ -25,9 +25,9 @@ module.exports = ctx => function(args, content) {
el += `<div></div>` el += `<div></div>`
} else { } else {
el += ` el += `
<a class="back cap" href="${url_for(ctx.config.root)}"> <button class="back cap" onclick="window.history.back()">
<svg aria-hidden="true" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path></svg> <svg aria-hidden="true" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path></svg>
</a> </button>
` `
} }

View File

@ -44,6 +44,8 @@
color: white color: white
background: rgba(white, 0.25) background: rgba(white, 0.25)
.back .back
background: none
padding: 0
line-height: 0 line-height: 0
visibility: hidden visibility: hidden
@media screen and (max-width: $device-mobile-max) @media screen and (max-width: $device-mobile-max)
@ -96,4 +98,9 @@
.avatar+.text-area .title .avatar+.text-area .title
font-size: 1.2rem font-size: 1.2rem
.subtitle .subtitle
font-size: $fs-14 font-size: $fs-14
.tag-plugin.banner:hover
img.bg
transform: scale(1.01)
trans1(transform, 2s)