diff --git a/subPackages/techan/index.vue b/subPackages/techan/index.vue
index 383d7e5..792fb81 100644
--- a/subPackages/techan/index.vue
+++ b/subPackages/techan/index.vue
@@ -33,54 +33,57 @@
-
-
- 综合
-
-
- 销量
-
- ▼
- ▼
-
-
-
- 价格
-
- ▼
- ▼
-
-
+
+
-
-
-
-
- {{item.title}}
-
-
- {{tag}}
+
+
+
+
+ 综合
+
+
+ 销量
+
+ ▼
+ ▼
-
-
- {{item.price/100}}
- ¥{{item.market_price/100}}
-
-
- +
+
+
+ 价格
+
+ ▼
+ ▼
+
+
+
+
+ {{item.title}}
+
+
+ {{tag}}
+
+
+
+ {{item.price/100}}
+ ¥{{item.market_price/100}}
+
-
-
- 暂无数据
-
-
-
-
-
-
+ +
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
@@ -140,7 +143,6 @@
-
@@ -159,7 +161,6 @@
去下单
-
@@ -644,7 +645,6 @@
height: 1rpx;
flex: 1;
display: flex;
- flex-direction: column;
background: #FFFFFF;
}
@@ -655,9 +655,9 @@
font-weight: bold;
font-size: 27rpx;
color: #000000;
- height: 107rpx;
+ height: 100rpx;
flex-shrink: 0;
- padding: 0 32rpx;
+ padding: 0 20rpx;
&>view{
display: flex;
min-width: 70rpx;
@@ -680,7 +680,7 @@
background: white;
.item {
width: 100%;
- padding:0 32rpx 32rpx 32rpx;
+ padding:0 20rpx 32rpx 20rpx;
display: flex;
.item-img {
width: 161rpx;
@@ -1081,4 +1081,25 @@
.active-search-item{
color: #6A8A2D;
}
+
+.goods-container{
+ .left-box{
+ width: 180rpx;
+ background: #F3F3F3;
+ height: 100%;
+ flex-shrink: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ }
+ .right-box{
+ height: 100%;
+ flex: 1;
+ width: 100rpx;
+ background: white;
+ display: flex;
+ flex-direction: column;
+ }
+}
+
+