新需求
This commit is contained in:
parent
70d66cc310
commit
0685fcbe92
|
|
@ -49,6 +49,11 @@
|
|||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.modal-content img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain; /* 或者使用 'cover' 根据需要 */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue