Skip to content
Snippets Groups Projects
Commit 7d488e3b authored by sky's avatar sky
Browse files

20221001 01

parent bb9e0b55
No related branches found
No related tags found
No related merge requests found
Pipeline #63012 passed
......@@ -9,6 +9,7 @@ body {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #b3d8fc !important;
}
......@@ -69,9 +70,7 @@ body {
}
.article-sidebar-a:hover {
color: #00000085;
background-color: #f6f6f6;
width: 84px;
}
......@@ -98,6 +97,7 @@ body {
.descrption-article-text {
margin-top: 20px;
line-height: 1.5;
}
.descrption-article-img {
......
......@@ -53,13 +53,18 @@ body {
font-size: 1rem;
width: 30vw;
margin-top: 2rem;
line-height: 1rem;
line-height: 1.5;
word-break: break-word;
}
.index-content-gif {
}
b {
color: #fffd00 !important;
}
.my-nav {
display: flex;
flex-direction: row;
......@@ -230,12 +235,13 @@ footer {
height: 160px;
margin-top: -10px;
font-size: 1rem;
line-height: 1rem;
line-height: 1.4;
}
.footer-right-title {
font-size: 2rem;
line-height: 2rem;
margin-left: -0.2rem;
}
@font-face {
......
......@@ -16,7 +16,7 @@
{% include 'menu.html' %}
<!-- 封图 -->
<img class="cover-img" src="https://static.igem.wiki/teams/4299/wiki/bg1.jpeg">
<!-- 侧边栏 -->
<div id="description-article-sidebar" class="">
......
......@@ -8,7 +8,6 @@
<title>Notebook | Sesame_Shenzhen - iGEM 2022</title>
<link rel="stylesheet" href="{{ url_for('static', filename='description.css') }}" />
{% include 'link.html' %}
</head>
<body>
......
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