40 lines
792 B
CSS
40 lines
792 B
CSS
/* 强制覆盖主题默认的Logo尺寸 */
|
|
.VPImage.logo {
|
|
height: 150px !important;
|
|
/* 必须用 !important 覆盖主题的 !important */
|
|
width: 200px !important;
|
|
/* 固定宽度,防止变形 */
|
|
/* margin-left: 100px !important; */
|
|
margin-right: -50px !important;
|
|
margin-left: -40px !important;
|
|
}
|
|
|
|
.VPNavBar .title {
|
|
margin-right: 20px !important;
|
|
}
|
|
|
|
.VPHero .text {
|
|
font-size: 50px !important;
|
|
}
|
|
|
|
/* 移除掉目录之间的分割线 */
|
|
.group {
|
|
border-top: 0 !important;
|
|
|
|
/* padding-bottom: 0 !important; */
|
|
.items {
|
|
font-size: 20px !important;
|
|
}
|
|
}
|
|
|
|
.group .items {
|
|
font-size: 16px !important;
|
|
color: #3c3c43 !important;
|
|
font-weight: 700px !important;
|
|
}
|
|
|
|
|
|
/* .VPHero .image-container img {
|
|
width: 1000px !important;
|
|
height: 300px !important;
|
|
} */ |