From c18316be5abb6771f991fe0618cbf28477055649 Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Mon, 13 Apr 2020 11:31:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/tab/index.wxss | 1 +
pages/mall/page-list/index.wxml | 8 ++++----
pages/mall/page-list/index.wxss | 9 +++++----
3 files changed, 10 insertions(+), 8 deletions(-)
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;