开关按钮

This commit is contained in:
结发受长生
2018-06-07 17:42:59 +08:00
parent 5abf999657
commit e7c6945df4
2 changed files with 231 additions and 138 deletions
+8 -6
View File
@@ -30,13 +30,15 @@
</div>
<div class="widget tagcloud search-tag">
<div>
<label class="search-tag-wording">标签:</label>
<label class="search-switch">
<input type="checkbox" @click="showTags=!showTags" >
<span >标签:</span>
<label class="bui-switch-label bui-switch-animbg">
<input type="checkbox" name="s" @click="showTags=!showTags"/>
<i class="bui-switch"></i>
</label>
<label class="search-tag-wording">分类:</label>
<label class="search-switch">
<input type="checkbox" @click="showCategories=!showCategories" >
<span style="margin-left: 50px;">分类:</span>
<label class="bui-switch-label bui-switch-animbg">
<input type="checkbox" @click="showCategories=!showCategories"/>
<i class="bui-switch"></i>
</label>
</div>
<ul class="article-tag-list" v-show="showTags">