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 @@ -