diff --git a/components/tab/index.wxss b/components/tab/index.wxss
index 9308dc5..7c7e3fc 100644
--- a/components/tab/index.wxss
+++ b/components/tab/index.wxss
@@ -39,6 +39,7 @@
}
.tabs__item--cur {
color: #008AFF;
+ font-size: 16px;
}
.tabs__item-child {
display: inline-block;
diff --git a/pages/mall/page-list/index.wxml b/pages/mall/page-list/index.wxml
index 1d598fd..4c9c61b 100644
--- a/pages/mall/page-list/index.wxml
+++ b/pages/mall/page-list/index.wxml
@@ -4,17 +4,17 @@
-
-
+
+
{{item.name}}
{{item.viewNum}} 浏览
已拼{{item.soldNum}}{{item.unit}}
-
+
{{item.outline}}
{{item.summary}}
-
+
¥{{item.price}}
库存:{{item.stockNumber}}{{item.unit}}
diff --git a/pages/mall/page-list/index.wxss b/pages/mall/page-list/index.wxss
index 93b26bc..7c2d24e 100644
--- a/pages/mall/page-list/index.wxss
+++ b/pages/mall/page-list/index.wxss
@@ -2,13 +2,14 @@
.content {
margin-top: 24rpx;
+ height: 120px;
background: rgba(255, 255, 255, 1);
border-radius: 6px;
}
.page-icon {
- height: 240rpx;
- width: 240rpx;
+ height: 120px;
+ width: 120px;
border-top-left-radius: 12rpx;
border-bottom-left-radius: 12rpx;
}
@@ -68,8 +69,8 @@
}
.image-load {
- width: 240rpx;
- height: 240rpx;
+ width: 120px;
+ height: 120px;
display: flex;
align-items: center;
justify-content: center;