更新style

This commit is contained in:
haiyangcui
2020-09-29 23:03:25 +02:00
parent 5b5826e9a6
commit c7b99244bb
2 changed files with 14 additions and 21 deletions

View File

@@ -79,25 +79,20 @@
}
}
.zy-input{
border: none;
outline: none;
input{
border: none;
width: 200px;
height: 30px;
background-color: #ffffff00;
text-indent: 10px;
}
}
.zy-checkbox{
position: relative;
display: inline-block;
white-space: nowrap;
width: 200px;
height: 30px;
vertical-align: middle;
align-items: center;
.search-all-check-input{
cursor: pointer;
cursor: pointer;
input{
vertical-align: bottom;
position: relative;
border: none;
width: 20px;
height: 15px;
background-color: #ffffff00;
text-indent: 10px;
}
}
.zy-highlighted{

View File

@@ -44,15 +44,13 @@
</div>
<div class="site">
<div class="title">定位时间设置</div>
<div class="zy-select">
<div class="zy-input">
/右方向键:<input style="width:50px" type="number" v-model = "d.forwardTimeInSec" @change="updateSettingEvent($event)">
</div>
<div class="zy-input">
/右方向键:<input style="width:50px" type="number" v-model = "d.forwardTimeInSec" @change="updateSettingEvent($event)">
</div>
</div>
<div class='search'>
<div class="title">搜索</div>
<div class="zy-checkbox" @click="toggleSearchAllSites">
<div class="zy-input" @click="toggleSearchAllSites">
<input type="checkbox" v-model="d.searchAllSites" @change="updateSettingEvent($event)"> 搜索所有资源
</div>
</div>
@@ -87,7 +85,7 @@
<div class="zy-select">
<div class="vs-placeholder vs-noAfter" @click="resetSites">重置源</div>
</div>
<div class="zy-checkbox" @click="toggleExcludeR18Films">
<div class="zy-input" @click="toggleExcludeR18Films">
<input type="checkbox" v-model="d.excludeR18Films" @change="updateSettingEvent($event)"> 屏蔽福利片
</div>
</div>