Add search style

This commit is contained in:
haiyangcui
2020-08-21 23:00:21 +02:00
parent 975562a66b
commit 67ce537039
5 changed files with 10 additions and 5 deletions

View File

@@ -290,7 +290,7 @@
}
}
}
.view, .shortcut, .site{
.view, .search, .shortcut, .site{
.title{
color: var(--d-fc-1);
}

View File

@@ -289,7 +289,7 @@
}
}
}
.view, .shortcut, .site{
.view, .search, .shortcut, .site{
.title{
color: var(--g-fc-1);
}

View File

@@ -289,7 +289,7 @@
}
}
}
.view, .shortcut, .site{
.view, .search, .shortcut, .site{
.title{
color: var(--l-fc-1);
}

View File

@@ -289,7 +289,7 @@
}
}
}
.view, .shortcut, .site{
.view, .search, .shortcut, .site{
.title{
color: var(--p-fc-1);
}

View File

@@ -44,7 +44,7 @@
</div>
</div>
</div>
<div class='site'>
<div class='search'>
<div class="title">搜索</div>
<div class="zy-checkbox">
<input type="checkbox" v-model="setting.searchAllSites"> 搜索所有资源
@@ -321,6 +321,11 @@ export default {
}
}
}
.search{
width: 100%;
padding: 20px;
margin-top: 20px;
}
.site{
width: 100%;
padding: 20px;