mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-15 23:05:13 +08:00
28 lines
584 B
CSS
28 lines
584 B
CSS
section.cover .cover-main {
|
|
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;
|
|
opacity: 1;
|
|
}
|
|
|
|
section.cover h1 .anchor span {
|
|
font-family: 'Lobster', cursive;
|
|
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 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.sidebar > h1 a {
|
|
font-family: 'Lobster', cursive;
|
|
}
|