diff --git a/pages/plugins/brand/index/index.css b/pages/plugins/brand/index/index.css
new file mode 100644
index 00000000..e8aea424
--- /dev/null
+++ b/pages/plugins/brand/index/index.css
@@ -0,0 +1,29 @@
+/**
+* 分类导航
+*/
+.nav-list {
+ height: 80rpx;
+}
+.nav-list .item {
+ padding: 20rpx;
+ display: inline-block;
+ position: relative;
+}
+
+/**
+* 数据列表
+*/
+.data-list .item {
+ width: calc(50% - 10rpx);
+ margin-bottom: 20rpx;
+}
+.data-list .item:nth-child(2n) {
+ float: right;
+}
+.data-list .item:nth-child(2n+1) {
+ float: left;
+}
+.data-list .item image {
+ width: 100%;
+ height: 160rpx !important;
+}
\ No newline at end of file
diff --git a/pages/plugins/brand/index/index.vue b/pages/plugins/brand/index/index.vue
index fe10f2d7..0c87217b 100644
--- a/pages/plugins/brand/index/index.vue
+++ b/pages/plugins/brand/index/index.vue
@@ -1,249 +1,183 @@
-
-
-
-
-
- 全部
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
- {{item.describe}}
+
+
+
+
+
+ 全部
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+ {{item.describe}}
+
+
+
+
-
-
-
-
-
-
-
-
-
- 我是有底线的
-
-
-
-
-
-
-
-
-
- 加载中...
-
-
-
-
-
- {{msg || '处理错误'}}
-
-
-
-
-
- {{msg || '没有相关数据'}}
-
-
-
-
-
-
-
-
\ No newline at end of file