From 39ff2af49e458e8520b57f32287c4ffb80f12102 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Fri, 8 Mar 2024 18:06:34 +0800
Subject: [PATCH] =?UTF-8?q?Style:=E6=97=A0=E6=95=B0=E6=8D=AE=E7=8A=B6?=
=?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/css/style.less | 3 +-
components/good/NoData.vue | 17 +++++
pages/shop/GoodsList/index.vue | 15 +---
pkg_product/views/seckill.vue | 130 ++++++++++++++++++++++-----------
4 files changed, 108 insertions(+), 57 deletions(-)
create mode 100644 components/good/NoData.vue
diff --git a/assets/css/style.less b/assets/css/style.less
index 419de52..058cf0c 100644
--- a/assets/css/style.less
+++ b/assets/css/style.less
@@ -276,7 +276,8 @@ page {
.noCommodity {
display: flex;
justify-content: center;
- padding-top: 0.75*100rpx;
+ padding: 75rpx 0;
+ background-color: #fff;
}
.noCommodity .noPictrue {
diff --git a/components/good/NoData.vue b/components/good/NoData.vue
new file mode 100644
index 0000000..4562662
--- /dev/null
+++ b/components/good/NoData.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue
index 17b6c73..1763cd3 100644
--- a/pages/shop/GoodsList/index.vue
+++ b/pages/shop/GoodsList/index.vue
@@ -68,16 +68,7 @@
-
-
-
-
-
-
+
@@ -85,15 +76,15 @@