Commit e933aaf9 by 陈超

T

parent 719dc735
...@@ -645,3 +645,9 @@ div::-webkit-scrollbar { ...@@ -645,3 +645,9 @@ div::-webkit-scrollbar {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
padding: 0.4375rem 0.75rem; padding: 0.4375rem 0.75rem;
} }
/* All */
.all_category_title {
margin-top: 0.5rem;
margin-left: 0.75rem;
}
\ No newline at end of file
...@@ -20,7 +20,21 @@ ...@@ -20,7 +20,21 @@
<van-sticky> <van-sticky>
<van-dropdown-menu> <van-dropdown-menu>
<van-dropdown-item title="筛选条件" ref="filter"> <van-dropdown-item title="筛选条件" ref="filter">
<div class="layout_v">
<span class="all_category_title">分类</span>
<div class="drop_down_grid">
</div>
<span class="all_category_title">讲师</span>
<div class="drop_down_grid">
</div>
<span class="all_category_title">状态</span>
<div class="drop_down_grid">
</div>
<span class="all_category_title">价格区间</span>
</div>
</van-dropdown-item> </van-dropdown-item>
</van-dropdown-menu> </van-dropdown-menu>
</van-sticky> </van-sticky>
...@@ -223,6 +237,9 @@ ...@@ -223,6 +237,9 @@
} }
}, },
created: function(){
document.title = "全部真题"
},
methods: { methods: {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment