From d7d9cbd0c5a017616d403df4d9f703d3f9f0ac03 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Mon, 12 Jan 2026 20:33:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20update=20docs=20?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=E5=86=85=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ src/style/style.scss | 14 +++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5746ce..affec36 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可 > 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。 +> 不支持内定功能 + ## 要求 使用PC端最新版Chrome或Edge浏览器。 diff --git a/src/style/style.scss b/src/style/style.scss index 38767df..342e40a 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -2,6 +2,7 @@ cursor: default; text-align: center; user-select: none; + .card-id { position: absolute; top: 10px; @@ -21,7 +22,7 @@ z-index: 2; } - .card-avatar-name{ + .card-avatar-name { top: auto; bottom: 0; left: 0px; @@ -37,7 +38,7 @@ z-index: 2; } - .card-avatar{ + .card-avatar { position: absolute; top: 0; left: 0; @@ -52,6 +53,8 @@ .lucky-element-card { cursor: default; + user-select: none; + &::before { background-color: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%); border: 1px solid linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%); @@ -79,7 +82,8 @@ // animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; // animation-delay: 0.6s; } - .card-avatar-name{ + + .card-avatar-name { top: auto; bottom: 0; left: 0px; @@ -96,7 +100,7 @@ bottom: 15px; } - .card-avatar{ + .card-avatar { position: absolute; top: 0; left: 0; @@ -107,4 +111,4 @@ height: 240px !important; object-fit: cover; } -} +} \ No newline at end of file