mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-05-09 20:19:14 +08:00
button
This commit is contained in:
parent
b04b01e88e
commit
5cbc7280ac
@ -1,25 +1,27 @@
|
|||||||
section.cover.has-mask .mask {
|
section.cover .cover-main {
|
||||||
background-image: linear-gradient(hsla(0, 0%, 100%, 0.25),hsla(0, 0%, 100%, 0.25));
|
z-index: 100;
|
||||||
|
}
|
||||||
|
section.cover.has-mask .mask {
|
||||||
|
background-image: linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25));
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.cover h1 .anchor span{
|
section.cover h1 .anchor span {
|
||||||
font-family: 'Lobster', cursive;
|
font-family: 'Lobster', cursive;
|
||||||
color: var(--theme-color);
|
color: var(--theme-color);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
section.cover h2 .anchor span{
|
|
||||||
font-family: 'Lobster', cursive;
|
|
||||||
font-size:24px;
|
|
||||||
color: var(--theme-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section.cover .cover-main>p:last-child a .iconfont {
|
section.cover h2 .anchor span {
|
||||||
|
font-family: 'Lobster', cursive;
|
||||||
|
font-size: 24px;
|
||||||
|
color: var(--theme-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
section.cover .cover-main > p:last-child a .iconfont {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar>h1 a {
|
.sidebar > h1 a {
|
||||||
font-family: 'Lobster', cursive;
|
font-family: 'Lobster', cursive;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user