From 5bb1bbac26ea6ac8ca3e855f1c08ce769fa51e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=A0?= <2091066548@qq.com> Date: Mon, 28 Jul 2025 23:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E5=92=8C=E6=88=91=E7=9A=84=E8=AF=BE=E7=A8=8B=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Profile.vue | 1289 +++++++++++++++++++++++++++++++---------- 1 file changed, 994 insertions(+), 295 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 21d0ced..538e05b 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -1,367 +1,1066 @@ + +@media (max-width: 576px) { + .profile-page { + padding: 0; + } + + .group_5 { + padding: 0.83vh 0.83vw; /* 16px转换 */ + } + + .text-wrapper_1 { + gap: 0.83vw; /* 16px转换为vw */ + } + + .text_12, .text_13, .text_14 { + font-size: 0.83vw; /* 16px转换为vw */ + padding: 0.31vh 0.63vw; /* 6px 12px转换 */ + } + + .box_2 { + padding: 0.63vh 0.63vw; /* 12px转换 */ + } + + .text_16 { + font-size: 0.83vw; /* 16px转换为vw */ + } + + .text_19 { + font-size: 0.68vw; /* 13px转换为vw */ + } + + .group_7 { + gap: 0.31vh; /* 6px转换为vh */ + } + + .text_20, .text_21, .text_22 { + font-size: 0.63vw; /* 12px转换为vw */ + } +} + \ No newline at end of file