From ed5c3232b9f8a23cccd81d2a17dd2672090809d2 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 1 Dec 2025 10:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80selectStyle=E5=92=8Ctoproduct?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.css | 18 ++++++++++++++++++ src/assets/css/style.less | 19 +++++++++++++++++++ src/views/Workshop/product.vue | 11 +---------- src/views/Workshop/selectStyle.vue | 17 +---------------- 4 files changed, 39 insertions(+), 26 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index d3b349a..6d435a6 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -71,3 +71,21 @@ html:root { padding: 0 2rem; min-height: fit-content; } +.general_button { + border-radius: 0.7rem; + border: 3px solid #000; + background-color: #000; + text-align: center; + color: #fff; + font-family: satoshiMedium; +} +.general_button.smail { + font-size: 3.6rem; + width: 24.6rem; + line-height: 6.7rem; +} +.general_button.big { + font-size: 3.8rem; + line-height: 7.4rem; + width: 3.4rem; +} diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 9e08bce..92e7cff 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -81,4 +81,23 @@ html:root { line-height: 5rem; padding: 0 2rem; min-height: fit-content; +} + +.general_button{ + border-radius: .7rem; + border: 3px solid #000; + background-color: #000; + text-align: center; + color: #fff; + font-family: satoshiMedium; + &.smail{ + font-size: 3.6rem; + width: 24.6rem; + line-height: 6.7rem; + } + &.big{ + font-size: 3.8rem; + line-height: 7.4rem; + width: 3.4rem; + } } \ No newline at end of file diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 7f7b124..7f351a5 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -151,7 +151,7 @@ const { isLoading } = toRefs(data);