From 7dbf7289a4c24b7c83a23a5aee77a8716d3533dc Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Mon, 8 Sep 2025 08:41:56 +0800 Subject: [PATCH] 'commit' --- dsLightRag/ChangZheng/1.html | 126 ++++++++++++++++++++++++++++------- 1 file changed, 103 insertions(+), 23 deletions(-) diff --git a/dsLightRag/ChangZheng/1.html b/dsLightRag/ChangZheng/1.html index 2ec7087a..50fc1710 100644 --- a/dsLightRag/ChangZheng/1.html +++ b/dsLightRag/ChangZheng/1.html @@ -40,15 +40,11 @@ height: 30px; background: url("hongqi.jpg") no-repeat center/contain; position: absolute; - offset-path: path('M100,350 C150,340 200,320 250,300 300,280 350,260 400,240 450,220 500,200 550,180 600,160 650,140 700,100'); - offset-distance: 0%; - animation: move 20s linear paused; - } - - @keyframes move { - to { - offset-distance: 100%; - } + transform: translate(-50%, -50%); /* 使红旗中心对准路径 */ + z-index: 10; + /* 添加备用背景样式,以防图片加载失败 */ + background-color: red; + border-radius: 50% 0; } #subtitle { @@ -98,6 +94,8 @@ - \ No newline at end of file