/* 自定义悬停效果 */ .navbar-nav .nav-item .nav-link { font-weight: 600; transition: all 0.3s ease; /* 添加过渡效果 */ } .navbar-nav .nav-item .nav-link:hover { background-color: #007bff; /* 悬停时的背景颜色 */ color: #fff !important; /* 悬停时的文字颜色 */ transform: translateY(-2px); /* 轻微上移效果 */ } .navbar-light .navbar-nav .active > .nav-link { background-color: #007bff; /* 激活时的背景颜色 */ color: #fff !important; /* 激活时的文字颜色 */ } /* 关闭按钮 - 默认隐藏 */ .navbar-header { display: none; /* 在大屏幕上隐藏 */ } @media (max-width: 991.98px) { /* 全屏导航菜单 */ .navbar-collapse { position: fixed; /* 固定在屏幕上 */ top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.98); /* 背景颜色,带轻微透明 */ z-index: 1000; /* 确保菜单在最上层 */ overflow-y: auto; /* 允许滚动 */ padding-top: 20px; /* 为关闭按钮和Logo留出空间 */ display: none; /* 默认隐藏 */ transition: all 0.3s ease; /* 添加过渡效果 */ } /* 显示导航菜单 */ .navbar-collapse.collapse.show { display: block; } /* 调整导航链接的样式 */ .navbar-nav { height: 100%;/* 减去顶部Logo和关闭按钮的高度 */ display: flex; flex-direction: column; justify-content: center; /* 垂直居中 */ align-items: center; /* 水平居中 */ } .navbar-nav .nav-item { margin: 15px 0; /* 增加菜单项的间距 */ width: 100%; text-align: center; } .navbar-nav .nav-link { font-size: 20px; /* 增大字体大小 */ color: #000; /* 默认文字颜色 */ padding: 10px 20px; /* 增加内边距 */ transition: all 0.3s ease; /* 添加过渡效果 */ } /* 悬停和激活状态 */ .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link { background-color: #007bff; /* 悬停或激活时的背景颜色 */ color: #fff !important; /* 悬停或激活时的文字颜色 */ transform: translateY(-2px); /* 轻微上移效果 */ } /* 关闭按钮和品牌Logo的容器 */ .navbar-header { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; /* 增加内边距 */ width: 100%; position: fixed; top: 0; left: 0; background-color: #fff; /* 背景颜色 */ z-index: 1001; /* 确保在最上层 */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加阴影 */ } /* 关闭按钮样式 */ .navbar-toggler-close { font-size: 30px; color: #007bff; cursor: pointer; background: none; border: none; padding: 0; transition: all 0.3s ease; /* 添加过渡效果 */ } .navbar-toggler-close:hover { color: #0056b3; /* 悬停时的颜色 */ } /* 品牌Logo样式 */ .navbar-brand img { height: 50px; /* 调整Logo高度 */ } } /* 小屏幕字幕样式 */ .carousel-caption-sm { position: absolute; bottom: 10px; /* 调整字幕位置 */ left: 10px; right: 10px; padding: 10px; background-color: rgba(0, 0, 0, 0.7); /* 更深的半透明背景 */ border-radius: 5px; text-align: center; max-height: 80%; /* 限制字幕最大高度 */ overflow-y: auto; /* 如果内容过多,允许滚动 */ } .carousel-caption-sm h5 { font-size: 16px; /* 小屏幕字体大小 */ margin-bottom: 5px; color: #fff; word-wrap: break-word; /* 长文本换行 */ } .carousel-caption-sm p { font-size: 14px; /* 小屏幕字体大小 */ margin-bottom: 0; color: #fff; word-wrap: break-word; /* 长文本换行 */ } /* 1111 */ .carousel-caption-xpm { border-radius: 5px; text-align: center; overflow-y: auto; /* 如果内容过多,允许滚动 */ background: #007bff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .carousel-caption-xpm p { text-indent: 2em; /* 首行缩进 2 个字符宽度 */ line-height: 1.8; /* 行距为字体大小的 1.8 倍 */ } /* 1111 */ /* 大屏幕字幕样式(可选调整) */ .carousel-caption { background-color: rgba( 0, 0, 0, 0.7 ); /* #007bff 的 RGBA 值,透明度为 0.5 */ /* 半透明背景 */ padding: 20px; border-radius: 10px; } .carousel-caption h5 { font-size: 24px; color: #fff; } .carousel-caption p { font-size: 18px; color: #fff; } /* 11111 */ .carousel-caption-about { width: 100%; left: 0; /* 左对齐 */ right: 0; /* 右对齐 */ bottom: 0px; /* 距离底部的位置 */ border-radius: 0; background: #007bff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .carousel-caption-about p { text-indent: 2em; /* 首行缩进 2 个字符宽度 */ line-height: 1.8; /* 行距为字体大小的 1.8 倍 */ } /* 1111 */ body { background: #fff; font-family: "Arial", sans-serif; color: #ffffff; } .card { border: none; border-radius: 15px; background: #007bff; backdrop-filter: blur(10px); transition: transform 0.3s ease, box-shadow 0.3s ease; } .card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .card-title { font-size: 1.5rem; font-weight: bold; color: #ffffff; } .card-text-one { font-size: 1.3rem; color: #f5f7fa; line-height: 1.8; } .card-text { font-size: 1rem; color: #f5f7fa; line-height: 1.8; } .card-text-two { background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .card-text b { font-size: 1.1rem; } .btn-primary { background-color: #3498db; border: none; border-radius: 25px; padding: 10px 20px; font-size: 1rem; transition: background-color 0.3s ease; } .btn-primary:hover { background-color: #2980b9; } .image-nav { background-image: url("../image/slider2019-3.jpg"); background-size: cover; } /* 右直角梯形 */ .trapezoid-box { width: 200px; /* 盒子的宽度 */ height: 400px; /* 盒子的高度 */ } /* 关于页面 */ .about { font-family: "Arial", sans-serif; background-color: #f8f9fa; } .header { color: white; padding: 70px 0; text-align: center; background-size: cover; /* 图片覆盖整个容器 */ background-position: center; /* 图片居中 */ background-repeat: no-repeat; /* 防止图片重复 */ } .header h1 { font-size: 3rem; font-weight: bold; } .container_about { line-height: 2rem; } .header p { font-size: 1.2rem; } .about-image { border-radius: 15px; } .header_about { background-image: url("../image/slider2019-3.jpg"); } .header_call_paper { background-image: url("../image/tyut_image.jpg"); } /* 手风琴 */ .card_accordion { border: none; background: #007bff; backdrop-filter: blur(10px); transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .btn_accordion { color: #fff; font-weight: 700; } .btn-link:hover { color: #fff; } .accordion { border-radius: 12px; /* 让手风琴整体四个角圆滑 */ overflow: hidden; /* 让圆角生效 */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 可选:增加阴影美观 */ } /* .card_accordion_body{ background-color: #f2f2f2; color: #000000; } */ .card-container hr { border: 0; /* 清除默认样式 */ height: 1px; /* 设置高度 */ background-color: #fff; /* 设置颜色 */ margin: 10px 0; /* 调整间距 */ } .card_accordion_body ul { display: flex; flex-wrap: wrap; /* 允许换行 */ padding: 0; list-style: disc; /* 恢复黑点点 */ } .card_accordion_body li { width: 48%; /* 设置每个项的宽度,确保在大屏幕上两个一行 */ margin-bottom: 5px; list-style-position: inside; /* 让黑点点靠近文字 */ } /* 小屏幕时,每个li占一行 */ @media (max-width: 992px) { .card_accordion_body li { width: 100%; /* 在小屏幕上每个li占满一行 */ } } .card-header { font-weight: 700; } /* 成员介绍 */ .member-card { display: flex; flex-direction: row; margin-bottom: 30px; background-color: #007bff; /* 每个成员卡片的背景为白色 */ border-radius: 10px; /* 卡片圆角效果 */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */ padding: 20px; transition: all 0.3s ease-in-out; /* 卡片的平滑过渡效果 */ align-items: center; } .member-card:hover { transform: translateY(-5px); /* 鼠标悬停时,卡片微微上移 */ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 鼠标悬停时增强阴影效果 */ } .member-card-img{ width: 150px; /* 图片固定大小 */ height: 150px; /* 保证图片是正方形 */ margin-right: 10px; } .member-card img { width: 150px; /* 图片固定大小 */ height: 150px; /* 保证图片是正方形 */ object-fit: cover; /* 确保图片按比例填充 */ border-radius: 50%; /* 圆形头像 */ } .member-card .info { display: flex; flex-direction: column; justify-content: center; } .member-card .info h4 { margin-bottom: 15px; font-size: 1.2em; /* 增大姓名的字体 */ font-weight: bold; } .member-card .info p { font-size: 14px; color: #fff; line-height: 1.8rem; margin-bottom: 0; } .short-desc { height: 80px; /* 限制最大高度 */ overflow: hidden; /* 隐藏超出部分 */ text-overflow: ellipsis; /* 省略号效果 */ line-height: 1.6; /* 设置行间距,提升可读性 */ display: -webkit-box; /* 支持多行文本截断 */ -webkit-line-clamp: 3; /* 限制显示3行 */ -webkit-box-orient: vertical; /* 设置为纵向排列 */ } /* 修改提示框文字对齐 */ .tooltip-inner { text-align: left; /* 文字左对齐 */ padding: 5px 10px; /* 自定义内边距 */ }