diff --git a/_pages/about.md b/_pages/about.md index 412552f..9acdd2c 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -59,21 +59,22 @@ selected_papers: false # includes a list of papers marked as "selected={true}" line-height: 1.8; } - /* 轮播图样式 */ + /* 轮播图样式 - 增加高度 */ .carousel-showcase { margin: 25px 0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.12); - height: 380px; + height: 600px; /* 从380px增加到600px */ } .carousel-item { - height: 380px; + height: 600px; /* 同步增加 */ } .carousel-item img { width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; /* 改为contain确保完整显示 */ + background-color: #f8f9fa; /* 添加背景色避免空白 */ } .carousel-caption { background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); @@ -117,44 +118,38 @@ selected_papers: false # includes a list of papers marked as "selected={true}"

实验室简介

- - -

个人成果

+

个人成果

[1] Jin Z, He K and Xu D. Hybrid Coefficient Fusion in Multi-resolution Singular Value Decomposition Domain for Medical Images. 8th International Conference on Image, Vision and Computing, 2023, pp.397-402.
-

学生风采

+

学生风采

{% include figure.liquid loading="eager" path="assets/img/jzh1.jpg" title="生活照片" class="img-fluid rounded z-depth-1" %}