From 4ad387e99d89101e632994149a2a1766e522c308 Mon Sep 17 00:00:00 2001 From: R524809 Date: Wed, 22 Apr 2026 13:48:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/englishPages/letterTracing/letterTracing.less | 4 ++-- miniprogram/focusPages/focusDraw/focusDraw.less | 6 +++--- miniprogram/mathPages/mathDraw/mathDraw.less | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/miniprogram/englishPages/letterTracing/letterTracing.less b/miniprogram/englishPages/letterTracing/letterTracing.less index 9f17ad9..595fc07 100644 --- a/miniprogram/englishPages/letterTracing/letterTracing.less +++ b/miniprogram/englishPages/letterTracing/letterTracing.less @@ -28,7 +28,7 @@ page { background: @bg-white; border-radius: @radius-xl; box-shadow: @shadow; - padding: 48rpx; + padding: 40rpx; border: @border; box-sizing: border-box; display: flex; @@ -46,7 +46,7 @@ page { // 设置字母间距,使文本字符之间有更宽的间隔,提升可读性和美观性 letter-spacing: 0.12em; text-transform: uppercase; - margin-bottom: 40rpx; + margin-bottom: 30rpx; } .lt-canvas-wrap { diff --git a/miniprogram/focusPages/focusDraw/focusDraw.less b/miniprogram/focusPages/focusDraw/focusDraw.less index 120dcab..59eb4d9 100644 --- a/miniprogram/focusPages/focusDraw/focusDraw.less +++ b/miniprogram/focusPages/focusDraw/focusDraw.less @@ -27,7 +27,7 @@ page { background: @bg-white; border-radius: @radius-xl; box-shadow: @shadow; - padding: 48rpx; + padding: 40rpx; border: @border; box-sizing: border-box; display: flex; @@ -43,7 +43,7 @@ page { color: @text-secondary; letter-spacing: 0.12em; text-transform: uppercase; - margin-bottom: 40rpx; + margin-bottom: 30rpx; } .fd-canvas-wrap { @@ -203,4 +203,4 @@ page { line-height: 1; color: @text-secondary; transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -} +} \ No newline at end of file diff --git a/miniprogram/mathPages/mathDraw/mathDraw.less b/miniprogram/mathPages/mathDraw/mathDraw.less index c97a2b4..773bbc0 100644 --- a/miniprogram/mathPages/mathDraw/mathDraw.less +++ b/miniprogram/mathPages/mathDraw/mathDraw.less @@ -27,7 +27,7 @@ page { background: @bg-white; border-radius: @radius-xl; box-shadow: @shadow; - padding: 48rpx; + padding: 40rpx; border: @border; box-sizing: border-box; display: flex; @@ -43,7 +43,7 @@ page { color: @text-secondary; letter-spacing: 0.12em; text-transform: uppercase; - margin-bottom: 40rpx; + margin-bottom: 30rpx; } .md-canvas-wrap {