From 0beea067bea14aeaa8ed0d8ee3cf4d2117f3cd2e Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 14 May 2024 16:14:06 +0800
Subject: [PATCH] 跳转优化

---
 static/margin.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/margin.css b/static/margin.css
index f17a34d..cdf34c3 100644
--- a/static/margin.css
+++ b/static/margin.css
@@ -59,6 +59,10 @@
     margin-top: 20rpx;
 }
 
+.mt-40 {
+    margin-top: 40rpx;
+}
+
 .mt-55 {
     margin-top: 55rpx;
 }

--
Gitblit v1.9.3