mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
62 lines
1.0 KiB
CSS
62 lines
1.0 KiB
CSS
:root {
|
|
--vp-c-brand: #16c5fe;
|
|
--vp-c-green: #16c5fe;
|
|
--vp-c-green-light: #109ef7;
|
|
--vp-c-green-lighter: #109ef7;
|
|
--vp-c-green-dark: #109ef7;
|
|
--vp-c-green-darker: #109ef7;
|
|
}
|
|
|
|
.dark {
|
|
--vp-c-bg: #000;
|
|
--vp-code-block-bg: #111;
|
|
--vp-c-bg-alt: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
@media (min-width: 960px) {
|
|
.dark .VPNavBar.has-sidebar .content[data-v-d84f2262] {
|
|
background: rgba(36, 36, 36, 0.1);
|
|
}
|
|
}
|
|
|
|
.Layout::before {
|
|
content: "";
|
|
background-size: 100% 100%;
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
opacity: 1;
|
|
max-width: 100%;
|
|
height: 100%;
|
|
width: 50%;
|
|
position: fixed;
|
|
top: -20%;
|
|
right: -10%;
|
|
display: block;
|
|
}
|
|
|
|
.Layout::after {
|
|
content: "";
|
|
background-size: 100% 100%;
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
opacity: 1;
|
|
max-width: 100%;
|
|
height: 100%;
|
|
width: 50%;
|
|
position: fixed;
|
|
bottom: -20%;
|
|
left: -10%;
|
|
display: block;
|
|
z-index: -1;
|
|
}
|
|
|
|
@media (min-width: 960px) {
|
|
.title {
|
|
font-size: 18px !important;
|
|
}
|
|
}
|
|
|
|
.image-src {
|
|
max-width: 220px !important;
|
|
}
|