新需求

This commit is contained in:
hayu 2024-09-30 10:10:32 +08:00
parent 70d66cc310
commit 0685fcbe92
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@
text-decoration: none;
cursor: pointer;
}
.modal-content img {
width: 100%;
height: 100%;
object-fit: contain; /* 或者使用 'cover' 根据需要 */
}
</style>
</head>
<body>