Skip to content
Snippets Groups Projects
Commit 09d6ae1d authored by sky's avatar sky
Browse files

更改

parent fb48cb11
No related branches found
No related tags found
No related merge requests found
Pipeline #150457 passed
......@@ -156,6 +156,15 @@ body {
font-size: 20px;
}
.content-div a {
color: #5aa4ae;
word-break: break-all;
}
.content-div > a:hover {
color: #108b96;
}
.article-top-line {
width: 100%;
}
......
......@@ -113,6 +113,7 @@ b {
.nav-right a {
color: #000 !important;
word-break: break-all;
}
......
......@@ -341,67 +341,6 @@
</div>
<!-- 底部 -->
{% include 'footer.html' %}
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proof of Concept | Sesame_Shenzhen - iGEM 2022</title>
<link rel="stylesheet" href="{{ url_for('static', filename='description.css') }}" />
{% include 'link.html' %}
</head>
<body>
<!-- 顶部导航栏 -->
{% include 'menu.html' %}
<!-- 封图 -->
<img class="cover-img" src="https://static.igem.wiki/teams/4299/wiki/bg1.jpeg">
<!-- 侧边栏 -->
<div id="description-article-sidebar" class="">
<div class="article-sidebar-a sidebar-contents">CONTENTS</div>
<!-- <hr class="layui-border-cyan" style="margin-bottom: 10px;"> -->
<a class="article-sidebar-a" href="#a1"></a>
<a class="article-sidebar-a sidebar-b" href="#b1"></a>
<a class="article-sidebar-a sidebar-b" href="#b2"></a>
</div>
<!-- 内容 -->
<div class="content-div">
<div class="article-top-line">
<hr class="layui-border-cyan">
</div>
<div class="article-desc-title" id="a"></div>
<div class="article-desc-sub-title" id="b"></div>
<div class="descrption-article-text">
<p></p>
</div>
<img class="descrption-article-img" src="">
<div class="article-img-description">
</div>
</div>
......
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