Skip to content
Snippets Groups Projects
Commit e22bdc60 authored by Xingan Zhao's avatar Xingan Zhao
Browse files

fix

parent 324de02b
No related branches found
No related tags found
No related merge requests found
Pipeline #449926 passed
...@@ -321,7 +321,7 @@ footer a:hover { ...@@ -321,7 +321,7 @@ footer a:hover {
.custom-header-safety { .custom-header-safety {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background-image: url('https://placehold.co/1200x600'); /* 背景图片路径 */ background-image: url('https://static.igem.wiki/teams/5378/safety/0111111111.webp'); /* 背景图片路径 */
background-size: cover; /* 使背景图片覆盖整个容器 */ background-size: cover; /* 使背景图片覆盖整个容器 */
background-position: center; /* 居中对齐背景图片 */ background-position: center; /* 居中对齐背景图片 */
background-repeat: no-repeat; /* 防止背景图片重复 */ background-repeat: no-repeat; /* 防止背景图片重复 */
......
...@@ -48,7 +48,7 @@ export function Safety() { ...@@ -48,7 +48,7 @@ export function Safety() {
<div className="custom-header-safety"> <div className="custom-header-safety">
<h1 className="centered-title"> <h1 className="centered-title">
<img <img
src="https://static.igem.wiki/teams/5378/safety/0111111111.webp" src="https://static.igem.wiki/teams/5378/header/safety.png"
alt="safety header" alt="safety header"
className="header-img" className="header-img"
/> />
...@@ -101,16 +101,25 @@ The next page details the security measures and considerations our team has take ...@@ -101,16 +101,25 @@ The next page details the security measures and considerations our team has take
alt="example" alt="example"
className="responsive-img" className="responsive-img"
/> />
<div className='row'>
<div className='col-6'>
<img <img
src="https://static.igem.wiki/teams/5378/safety/03-11.webp" src="https://static.igem.wiki/teams/5378/safety/03-11.webp"
alt="example" alt="example"
className="responsive-img" className="responsive-img"
/> />
</div>
<div className='col-6'>
<img <img
src="https://static.igem.wiki/teams/5378/safety/03-111.webp" src="https://static.igem.wiki/teams/5378/safety/03-111.webp"
alt="example" alt="example"
className="responsive-img" className="responsive-img"
/> />
</div>
</div>
<h4>Experimental equipment</h4> <h4>Experimental equipment</h4>
<p className="indent">The biosafety cabinet is the most important safety equipment and the main protective barrier. The laboratory should be equipped with a secondary biosafety cabinet as required. All related operations must be carried out inside the biosafety cabinet.Fill in the registration form consciously every time you use it.</p> <p className="indent">The biosafety cabinet is the most important safety equipment and the main protective barrier. The laboratory should be equipped with a secondary biosafety cabinet as required. All related operations must be carried out inside the biosafety cabinet.Fill in the registration form consciously every time you use it.</p>
<img <img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment