This commit is contained in:
2025-07-12 18:25:16 +08:00
parent bf1b90c578
commit 15e23797ac

View File

@ -150,7 +150,7 @@ const seeMoreFn = () => {
position: absolute;
left: 20px;
top: 10px;
width: 427px;
width: 460px;
height: calc(100% - 20px);
border-radius: 6px 6px 6px 6px;
background: rgba(0, 29, 75, 0.4);
@ -176,7 +176,7 @@ const seeMoreFn = () => {
position: absolute;
right: 10px;
top: 10px;
width: 427px;
width: 460px;
height: calc(100% - 20px);
z-index: 9;
.model-commom{