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 @@
-