Spaces:
Running
Running
Update assets/css/custom_style.css
Browse files
assets/css/custom_style.css
CHANGED
|
@@ -145,7 +145,7 @@ input[type='radio'] { visibility: hidden; display: none; }
|
|
| 145 |
|
| 146 |
/* 图片样式 */
|
| 147 |
.image-container img {
|
| 148 |
-
max-width:
|
| 149 |
height: auto; /* 保持图片比例 */
|
| 150 |
border: 1px solid #ccc; /* 添加边框 */
|
| 151 |
border-radius: 8px; /* 圆角效果 */
|
|
|
|
| 145 |
|
| 146 |
/* 图片样式 */
|
| 147 |
.image-container img {
|
| 148 |
+
max-width: 95%; /* 每张图片占容器宽度的 45% */
|
| 149 |
height: auto; /* 保持图片比例 */
|
| 150 |
border: 1px solid #ccc; /* 添加边框 */
|
| 151 |
border-radius: 8px; /* 圆角效果 */
|