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 {