Skip to content

Commit

Permalink
Modify the format_1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzean committed Nov 2, 2024
1 parent 25d8aa6 commit ea33b79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,21 +235,21 @@
<div class="paper short">
<style>
.sub-left {
display: flex; /* 启用 Flexbox */
justify-content: left; /* 水平居中 */
align-items: center; /* 垂直居中 */
height: 100px; /* 根据需要设置容器高度 */
display: flex; /* 启用 Flexbox */
justify-content: left; /* 水平居中 */
align-items: center; /* 垂直居中 */
height: 100px; /* 根据需要设置容器高度 */

}
.sub-left img {
max-width: 220px; /* 限制最大宽度 */
height: auto; /* 高度自动调整 */
max-width: 220px; /* 限制最大宽度 */
height: auto; /* 高度自动调整 */
}
</style>

<div class="sub-left">
<span></span>
<img border="0" src="imgs/ICASSP.png"> <!-- 不再设置width和height -->
<img border="0" src="imgs/ICASSP.png"> <!-- 不再设置width和height -->
</div>

<div class="sub-right">
Expand Down

0 comments on commit ea33b79

Please sign in to comment.