Commit 5d9c8892 by 陈超

T

parent ea65919f
...@@ -509,7 +509,8 @@ div::-webkit-scrollbar { ...@@ -509,7 +509,8 @@ div::-webkit-scrollbar {
/* Search */ /* Search */
.search_hot_title { .search_hot_title {
margin-left: 0.75rem;
margin-top: 0.75rem;
} }
.search_hot_title_flow { .search_hot_title_flow {
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<!-- 热门搜索 --> <!-- 热门搜索 -->
<div class="layout_v"> <div class="layout_v">
<span class="text_12_400 color_999999">历史搜索:</span> <span class="search_hot_title text_12_400 color_999999">历史搜索:</span>
<div class="layout_h_wrap search_hot_title_flow"> <div class="layout_h_wrap search_hot_title_flow">
<volist name="video" id="vo"> <volist name="video" id="vo">
<div @click="onHotKeyword({$vo.video_title|mStr=10})" class="search_flex_item layout_center"> <div @click="onHotKeyword({$vo.video_title|mStr=10})" class="search_flex_item layout_center">
......
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