|
@@ -1,10 +1,26 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
-
|
|
|
+ <div class="banner">
|
|
|
+ <div class="topic-preview-wrapper">
|
|
|
+ <div class="topic-preview-list-wrapper">
|
|
|
+ <ul class="topic-preview" style="width: 500%;">
|
|
|
+
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <a class="more-topic" href="/topic/integrated-1.html" target="_blank">更多
|
|
|
+ <i class="b-icon b-icon-arrow-r"></i>
|
|
|
+ </a>
|
|
|
+ <div class="s-bottom"></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
export default {
|
|
|
|
|
|
}
|
|
|
-</script>
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="stylus" scoped="">
|
|
|
+ .banner
|
|
|
+ height 220px
|
|
|
+ background-color red
|
|
|
+</style>
|