diff --git a/pages/plugins/label/detail/detail.css b/pages/plugins/label/detail/detail.css
new file mode 100644
index 00000000..e0a23eea
--- /dev/null
+++ b/pages/plugins/label/detail/detail.css
@@ -0,0 +1,42 @@
+/**
+ * 基础信息
+ */
+.label-info {
+ height: 40rpx;
+}
+
+/**
+* 排序导航
+*/
+.nav-sort-content .item {
+ height: 80rpx;
+ line-height: 80rpx;
+ width: 20%;
+}
+.nav-sort-content .item .icon {
+ width: 30rpx;
+ height: 30rpx;
+}
+
+/**
+* 商品列表
+*/
+.scroll-box {
+ height: calc(100vh - 150rpx);
+}
+.data-list {
+ overflow: hidden;
+}
+.data-list .item {
+ width: calc(50% - 50rpx);
+}
+.data-list .item:nth-child(2n) {
+ float: right;
+}
+.data-list .item:nth-child(2n+1) {
+ float: left;
+}
+.data-list .item image {
+ width: 100%;
+ height: 300rpx !important;
+}
\ No newline at end of file
diff --git a/pages/plugins/label/detail/detail.vue b/pages/plugins/label/detail/detail.vue
new file mode 100644
index 00000000..13ffb4ab
--- /dev/null
+++ b/pages/plugins/label/detail/detail.vue
@@ -0,0 +1,320 @@
+
+
+
+
+
+ {{label.name}}
+ 共有{{data_total}}条相关商品
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+ {{currency_symbol}}{{item.min_price}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file