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

fix

parent c6988e1b
No related branches found
No related tags found
No related merge requests found
...@@ -354,7 +354,6 @@ footer a:hover { ...@@ -354,7 +354,6 @@ footer a:hover {
height: auto; /* 保持图片纵横比 */ height: auto; /* 保持图片纵横比 */
display: block; /* 去掉图片下方的空隙 */ display: block; /* 去掉图片下方的空隙 */
margin: 2px; margin: 2px;
max-height: 100vh;
} }
.full-height-element { .full-height-element {
...@@ -455,7 +454,8 @@ footer a:hover { ...@@ -455,7 +454,8 @@ footer a:hover {
/* max-width: 0.9vw; */ /* max-width: 0.9vw; */
background-color: #ffa6009f; background-color: #ffa6009f;
/* box-shadow: 15px 15px 5px rgba(0,0,0,0.1); */ /* box-shadow: 15px 15px 5px rgba(0,0,0,0.1); */
/* display: flex;
flex-direction: column; */
} }
.rounded-border:hover { .rounded-border:hover {
...@@ -847,4 +847,21 @@ span.formula_line::-webkit-scrollbar-track { ...@@ -847,4 +847,21 @@ span.formula_line::-webkit-scrollbar-track {
font-style: italic; font-style: italic;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
}
.image-wide {
width: 70%;
height: auto;
}
.image-height {
width: auto;
height: 70vh;
}
.image-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} }
\ No newline at end of file
...@@ -90,11 +90,15 @@ The next page details the security measures and considerations our team has take ...@@ -90,11 +90,15 @@ The next page details the security measures and considerations our team has take
<h3>2.2Parts Safety</h3> <h3>2.2Parts Safety</h3>
<h3>2.3Suicidal System</h3> <h3>2.3Suicidal System</h3>
<h3>2.4Safety Module</h3> <h3>2.4Safety Module</h3>
<div className='image-container'>
<img <img
src="https://static.igem.wiki/teams/5378/safety/03-1.webp" src="https://static.igem.wiki/teams/5378/safety/03-1.webp"
alt="example" alt="example"
className="responsive-img" className="image-wide"
/> />
<figcaption className='caption'>Describe.......</figcaption>
</div>
</Element> </Element>
...@@ -105,6 +109,7 @@ The next page details the security measures and considerations our team has take ...@@ -105,6 +109,7 @@ The next page details the security measures and considerations our team has take
<h3>3.1 Laboratory</h3> <h3>3.1 Laboratory</h3>
{/* <h4 className="center-text">3.1Laboratory</h4> */} {/* <h4 className="center-text">3.1Laboratory</h4> */}
<p className="indent">Our experiment was conducted by the iGEM laboratory of Southern Medical University. It is a laboratory with a biosafety protection level of Level 2 (BSL-II), which complies with the provisions of the Biosafety Law of the People's Republic of China and the General Biosafety Guidelines for Pathogenic Microbial Laboratories.</p> <p className="indent">Our experiment was conducted by the iGEM laboratory of Southern Medical University. It is a laboratory with a biosafety protection level of Level 2 (BSL-II), which complies with the provisions of the Biosafety Law of the People's Republic of China and the General Biosafety Guidelines for Pathogenic Microbial Laboratories.</p>
<div className='image-container'>
<img <img
src="https://static.igem.wiki/teams/5378/safety/03-1.webp" src="https://static.igem.wiki/teams/5378/safety/03-1.webp"
alt="example" alt="example"
...@@ -127,6 +132,9 @@ The next page details the security measures and considerations our team has take ...@@ -127,6 +132,9 @@ The next page details the security measures and considerations our team has take
/> />
</div> </div>
</div> </div>
<figcaption className='caption'>Example</figcaption>
</div>
<h4>Experimental equipment</h4> <h4>Experimental equipment</h4>
......
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