fe-core-cli
Version:
All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node
132 lines (114 loc) • 2.39 kB
text/less
:root {
//--vp-code-block-bg: #f9fafb;
/* --vp-code-block-bg: var(--vp-c-bg-alt); */
--vp-code-line-highlight-color: rgba(0, 0, 0, 0.5);
--vp-code-line-number-color: var(--vp-c-text-dark-3);
--vp-code-copy-code-hover-bg: rgba(255, 255, 255, 0.05);
--vp-code-copy-code-active-text: var(--vp-c-bg-alt);
--demi-border-color: #ebedf1;
//--vp-layout-max-width: 1440;
}
.vp-doc a {
display: inline-block;
}
.vp-doc h2 {
margin-top: 16px;
}
.dark {
--vp-code-block-bg: var(--vp-c-bg-alt);
}
.vp-doc [class*='language-']:before {
color: var(--vp-c-text-2);
}
.vp-doc table {
display: table;
width: 100%;
margin: 0;
font-size: 15px;
}
.vp-doc tr {
border: 1px solid var(--demi-border-color);
}
.vp-doc tr:nth-child(2n) {
background-color: unset;
}
.vp-doc th,
.vp-doc td {
border: none;
padding: 10px 20px;
}
.vp-doc th {
font-size: 15px;
font-weight: 600;
//background-color: var(--vp-c-white-soft);
}
.vp-doc table td:first-child {
font-size: 15px;
font-weight: 600;
}
.VPSidebar {
padding-left: 32px ;
width: var(--vp-sidebar-width) ;
}
.VPSidebarItem {
.item {
p {
margin-bottom: 0;
}
}
}
.VPContent.has-sidebar {
padding-right: 0 ;
.container {
max-width: 100% ;
}
.aside-curtain {
height: 0%;
}
.content-container {
max-width: 100% ;
}
}
.VPContent.has-sidebar {
padding-left: var(--vp-sidebar-width);
}
.VPNav.no-sidebar {
.container {
margin: auto auto auto 0 ;
max-width: none;
}
}
.VPNavBar.has-sidebar {
.container {
margin: auto auto auto 0 ;
max-width: none;
}
.content {
padding-right: 32px ;
padding-left: var(--vp-sidebar-width) ;
}
.curtain {
width: calc(100% - var(--vp-sidebar-width));
}
.title {
width: calc(var(--vp-sidebar-width) - 64px) ;
padding: 0px ;
border-bottom-color: transparent ;
margin-left: 16px ;
}
}
.VPNavBarTitle .has-sidebar {
padding: 0;
}
.vp-doc ul, .vp-doc ol {
margin: 0;
}
svg {
vertical-align: baseline;
}
.vitepress-demo-preview-description .vitepress-demo-preview-description__title:before {
width: 1%;
}
.vitepress-demo-preview__container {
background: #fafafa;
}