diff --git a/pages/shop/index.vue b/pages/shop/index.vue
index 9bd71f5..41d1f67 100644
--- a/pages/shop/index.vue
+++ b/pages/shop/index.vue
@@ -1,32 +1,34 @@
-
-
+
+
{{getText}}
-
+
-
+
搜索
-
-
-
-
-
-
+
+
+
+
-
+
{{item.title}}
@@ -39,7 +41,7 @@
-
+ {{tag}}
助眠解压
@@ -49,75 +51,75 @@
已售{{item.sales}}
-
- 查看
+
+ 查看
+
-
-
-
-
-
-
- {{item.consortiaName}}
-
-
- {{item.consortiaContent}}
-
-
-
- {{tag}}
+
+
+
+
+
+ {{item.consortiaName}}
-
- 助眠解压
+
+ {{item.consortiaContent}}
-
-
-
-
+
+
+ {{tag}}
+
+
+ 助眠解压
+
-
- 查看
+
+
+
+
+
+ 查看
+
-
-
+
+ .shop-arrow {
+ display: inline-block;
+ border-top: 1px solid;
+ border-right: 1px solid;
+ width: 7px;
+ height: 7px;
+ border-color: #999;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+ margin-top: 7px;
+ }
+
\ No newline at end of file