diff --git a/static/css/pictures.css b/static/css/pictures.css new file mode 100644 index 0000000..ca64052 --- /dev/null +++ b/static/css/pictures.css @@ -0,0 +1,25 @@ + + .example_box a { + text-decoration: none; + font-size: 14px; + color: #FFFFFF; + background: #1E9FFF; + text-align: center; + padding:15px; + border-radius: 2px; + } + + .example_box img { + display: none; + width: 643px; + height: auto; + position: absolute; + /*如果大盒子不想被撑开高或者图片位置不是想要的位置,就给定位子绝父相,*/ + left: 823px; + top: 85px; + } + + .example_box a:hover>img { + /*鼠标放在a上图片显示*/ + display: block; + } diff --git a/static/img_eg/ex_img/fasta.png b/static/img_eg/ex_img/fasta.png index 7903d28..dfcaedc 100644 Binary files a/static/img_eg/ex_img/fasta.png and b/static/img_eg/ex_img/fasta.png differ diff --git a/static/img_eg/ex_img/genbank.png b/static/img_eg/ex_img/genbank.png new file mode 100644 index 0000000..f6927d6 Binary files /dev/null and b/static/img_eg/ex_img/genbank.png differ diff --git a/templates/tools/blast.html b/templates/tools/blast.html index 4e46920..442bab2 100644 --- a/templates/tools/blast.html +++ b/templates/tools/blast.html @@ -1,3 +1,5 @@ + +
@@ -22,6 +24,13 @@ seq file + +