左侧栏样式修改
This commit is contained in:
parent
b9751f6d6f
commit
17dcfc223a
@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<%- partial('_partial/head') %>
|
||||
<body>
|
||||
<div id="container" :class="{show:isCtnShow}" style="background-image: url(/api/v1/common/randomBg?label=background);" @click="hideSlider">
|
||||
<div class="left-col" style="background-image: url(/api/v1/common/randomBg?label=banner);" >
|
||||
<div id="container" :class="{show:isCtnShow}" style="background-image: url('/api/v1/common/randomBg?label=background');" @click="hideSlider">
|
||||
<div class="left-col" style="background-image: url('/api/v1/common/randomBg?label=banner');" >
|
||||
<%- partial('_partial/left-col', null, {cache: !config.relative_link}) %>
|
||||
<%- partial('_partial/live2d') %>
|
||||
</div>
|
||||
|
||||
@ -162,8 +162,6 @@
|
||||
}
|
||||
}
|
||||
table{
|
||||
width:100%;
|
||||
border: 1px solid #dedede;
|
||||
margin: 15px 0;
|
||||
border-collapse:collapse;
|
||||
tr,td{
|
||||
@ -176,7 +174,7 @@
|
||||
background: #efefef;
|
||||
}
|
||||
td,th{
|
||||
border: 1px solid #dedede;
|
||||
border: 1px solid #bbb;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -39,7 +39,8 @@ $textColor_night: #d5d5d5; // 文字颜色
|
||||
}
|
||||
|
||||
body.night {
|
||||
background: $mainBg_night;
|
||||
background-color: $mainBg_night;
|
||||
background-image: none !important;
|
||||
// 展开菜单之后的背景
|
||||
#container, #container.show {
|
||||
background-color: $mainBg_night;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user