forked from zhangyu19/dupPRdetect
Merge pull request '更新界面' (#4) from gua2048/dupPRdetect:chenjing into master
This commit is contained in:
commit
ec2e15a11d
|
|
@ -373,8 +373,12 @@ p {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.white{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.inner-header {
|
||||
height:100%;
|
||||
height:75%;
|
||||
width:100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -542,10 +546,10 @@ body, html {
|
|||
position: relative;
|
||||
top: 20%;
|
||||
margin: auto;
|
||||
padding-top: 20px;
|
||||
height: 100px;
|
||||
color: white;
|
||||
font: 700 normal 2.6666666667em 'Montserrat', sans-serif;
|
||||
text-shadow: 1px 2px #264158, 2px 4px #264158, 3px 6px #264158, 4px 8px #264158, 5px 10px #264158, 6px 12px #264158, 7px 14px #264158, 8px 16px #264158, 9px 18px #264158, 10px 20px #264158;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<link rel="stylesheet" type="text/css" href="../static/css/wave.css">
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<script src="../static/js/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
<script src="../static/js/title.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" type="text/css" href="http://se.learnerhub.net//dup/wave.css">
|
||||
<link rel="stylesheet" href="http://se.learnerhub.net//dup/bootstrap.min.css">
|
||||
<script src="http://se.learnerhub.net/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
|
||||
<div class="header">
|
||||
|
||||
|
|
@ -55,6 +54,10 @@
|
|||
|
||||
<!--Content starts-->
|
||||
<div class="content flex">
|
||||
<p>Trustie | 2021 | CopyLeft</p>
|
||||
<a target="_blank" href="https://www.mulanos.cn" class="col-md-2" style="color: black;">©木兰开源社区</a>
|
||||
<a target="_blank" href="https://www.mulanos.cn/about_us" class="col-md-2" style="color: black;">关于我们</a>
|
||||
<a target="_blank" href="http://beian.miit.gov.cn/#/Integrated/index" class="col-md-2" style="color: black;">粤ICP备12009483号</a>
|
||||
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102004572" class="col-md-3" style="color: black;">
|
||||
<img class="vertical4" src="http://oscimg.oschina.net/oscnet/up-17f2400d0edc099191961ca721235261b1b.png">京公网安备 11010102004571号</a>
|
||||
</div>
|
||||
<!--Content ends-->
|
||||
<!--Content ends-->
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
<link rel="stylesheet" type="text/css" href="../static/css/wave.css">
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<script src="../static/js/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
<script src="../static/js/title.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" type="text/css" href="http://se.learnerhub.net//dup/wave.css">
|
||||
<link rel="stylesheet" href="http://se.learnerhub.net//dup/bootstrap.min.css">
|
||||
<script src="http://se.learnerhub.net/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
|
||||
<div class="header">
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<div class="word"></div>
|
||||
<div class="word-no-effects">P/R重复性检测</div>
|
||||
|
||||
<!--Content before waves-->
|
||||
<div class="inner-header flex">
|
||||
|
|
@ -50,6 +48,10 @@
|
|||
|
||||
<!--Content starts-->
|
||||
<div class="content flex">
|
||||
<p>Trustie | 2021 | CopyLeft</p>
|
||||
<a target="_blank" href="https://www.mulanos.cn" class="col-md-2" style="color: black;">©木兰开源社区</a>
|
||||
<a target="_blank" href="https://www.mulanos.cn/about_us" class="col-md-2" style="color: black;">关于我们</a>
|
||||
<a target="_blank" href="http://beian.miit.gov.cn/#/Integrated/index" class="col-md-2" style="color: black;">粤ICP备12009483号</a>
|
||||
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102004572" class="col-md-3" style="color: black;">
|
||||
<img class="vertical4" src="http://oscimg.oschina.net/oscnet/up-17f2400d0edc099191961ca721235261b1b.png">京公网安备 11010102004571号</a>
|
||||
</div>
|
||||
<!--Content ends-->
|
||||
<!--Content ends-->
|
||||
|
|
|
|||
|
|
@ -2,21 +2,20 @@
|
|||
of Simple CSS Waves-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>P/R重复性检测</title>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>P/R重复性检测</title>
|
||||
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Caption' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="http://se.learnerhub.net//dup/font-awesome.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../static/css/wave.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://se.learnerhub.net//dup/wave.css">
|
||||
<!--<link rel="stylesheet" type="text/css" href="../static/css/wave.css">-->
|
||||
|
||||
<script src="../static/js/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
<script src="../static/js/title.js" type="text/javascript"></script>
|
||||
<script src="../static/js/percent.js" type="text/javascript"></script>
|
||||
<script src="../static/js/result.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css">
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
<script src="http://se.learnerhub.net/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
<script src="../static/js/percent.js" type="text/javascript"></script>
|
||||
<script src="../static/js/result.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="http://se.learnerhub.net//dup/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="http://se.learnerhub.net//dup/font-awesome.css">
|
||||
<script src="http://se.learnerhub.net//dup/bootstrap.min.js"></script>
|
||||
</head>
|
||||
|
||||
<div class="header" style="flex-float:column">
|
||||
|
|
@ -25,10 +24,10 @@ of Simple CSS Waves-->
|
|||
<div class="word-no-effects">P/R重复性检测</div>
|
||||
|
||||
<!--Content before waves-->
|
||||
<div class="inner-header flex" style="flex-flow: column; overflow:auto; margin-left: 10px; margin-right: 10px">
|
||||
<div class="table-responsive table-hover" style="height: 100%;width: 90%;">
|
||||
<div class="flex" style="flex-flow: column; overflow:auto; margin-left: 10px; margin-right: 10px">
|
||||
<div class="table-responsive table-hover" style="height: 100%; width: 90%; min-height: 400px;">
|
||||
|
||||
<table class="table table-bordered">
|
||||
<table class="table table-bordered white" >
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">PR编号</th>
|
||||
|
|
@ -76,7 +75,11 @@ of Simple CSS Waves-->
|
|||
|
||||
<!--Content starts-->
|
||||
<div class="content flex">
|
||||
<p>Trustie | 2021 | CopyLeft</p>
|
||||
<a target="_blank" href="https://www.mulanos.cn" class="col-md-2" style="color: black;">©木兰开源社区</a>
|
||||
<a target="_blank" href="https://www.mulanos.cn/about_us" class="col-md-2" style="color: black;">关于我们</a>
|
||||
<a target="_blank" href="http://beian.miit.gov.cn/#/Integrated/index" class="col-md-2" style="color: black;">粤ICP备12009483号</a>
|
||||
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102004572" class="col-md-3" style="color: black;">
|
||||
<img class="vertical4" src="http://oscimg.oschina.net/oscnet/up-17f2400d0edc099191961ca721235261b1b.png">京公网安备 11010102004571号</a>
|
||||
</div>
|
||||
<!--Content ends-->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue