From c1847f40552f754a1030aeaad2f02850e3245669 Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 12 Mar 2024 00:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/less/custom.less | 12 +- src/pages/shop/GoodsDetail.vue | 273 +++++++++++++++++++++------------ 2 files changed, 188 insertions(+), 97 deletions(-) diff --git a/src/assets/less/custom.less b/src/assets/less/custom.less index ce25a4d..528bdc8 100644 --- a/src/assets/less/custom.less +++ b/src/assets/less/custom.less @@ -74,7 +74,6 @@ } } - .not-read { @width: 7rem; width: @width; @@ -237,3 +236,14 @@ p { } } +.base-page { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + overflow: auto; + color: white; + font-size: 14rem; +} + diff --git a/src/pages/shop/GoodsDetail.vue b/src/pages/shop/GoodsDetail.vue index b05500f..42eced8 100644 --- a/src/pages/shop/GoodsDetail.vue +++ b/src/pages/shop/GoodsDetail.vue @@ -1,15 +1,18 @@