Compare commits

...

2 Commits

Author SHA1 Message Date
root
8fefeb8b08 fix: security bugs for zhizhen 2021-08-19 17:29:10 +08:00
root
7482d0a1ae style update 2021-08-09 23:24:09 +08:00
10 changed files with 29 additions and 33 deletions

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache"/>
<title>数瑞智能合约在线编辑器</title>
<title>智能合约在线编辑器</title>
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
<link href="./jqueryui1.12/jquery-ui.css" rel="stylesheet">
<script src="./jqueryui1.12/jquery-ui.js"></script>
@ -134,7 +134,7 @@
<div class="col-4">
<a class="navbar-brand" href="#"> <img alt="Brand"
src="./images/logo-1.png" style="height: 30px;">
</a> <span>数瑞智能合约在线编辑器</span><input id="uploadFileInput" type="file"
</a> <span>智能合约在线编辑器</span><input id="uploadFileInput" type="file"
name="file" multiple onchange="uploadFile()" style="display: none;">
</div>
<div class="nav navbar-right userName" data-toggle="modal"

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache"/>
<title>数瑞智能合约节点管理中心</title>
<title>智能合约节点管理中心</title>
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
<script src="./js/popper.min.js"></script>
@ -67,7 +67,7 @@
<div class="col-4">
<a class="navbar-brand" href="#"> <img alt="Brand"
src="./images/logo-1.png" style="height: 30px">
</a> <span>数瑞智能合约节点管理中心</span>
</a> <span>智能合约节点管理中心</span>
</div>
<div class="nav navbar-right userName" data-toggle="modal"

View File

@ -35,11 +35,7 @@
<!--script src="./js/echartsTheme.js"></script -->
<!-- script src="./js/echarts-gl.min.js"></script -->
<script src="./js/sm2.js"></script>
<script src="./js/sm3.js"></script>
<script src="./js/sm4.js"></script>
<script src="./js/sm/index.js"></script>
<script src="./js/d3.v5.min.js"></script>
<!-- script src="./js/dagre-d3.min.js"></script -->
<script src="./js/tipsy/jquery.tipsy.min.js"></script>
@ -68,7 +64,7 @@
}
.projectButton.ui-state-active {
background: #2E324C;
background: #304156;
color: white;
}
@ -82,8 +78,8 @@
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: white;
background-color: #2E324C;
border-color: #2E324C;
background-color: #304156;
border-color: #304156;
}
.ui-tabs {
@ -99,14 +95,14 @@
}
.ui-menu-item.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
@ -120,7 +116,7 @@
}
.fileLine:hover {
background: #2E324C;
background: #304156;
color: white;
cursor: pointer;
}
@ -139,7 +135,7 @@
<div class="col-4">
<a class="navbar-brand" href="#"> <img alt="Brand"
src="./images/logo-1.png" style="height: 30px">
</a> <span>数瑞智能合约在线编辑器</span><input id="uploadFileInput" type="file"
</a> <span>智能合约在线编辑器</span><input id="uploadFileInput" type="file"
name="file" multiple onchange="uploadFile()" style="display: none;">
</div>
<div class="nav navbar-right userName" data-toggle="modal"

View File

@ -58,7 +58,7 @@
}
.projectButton.ui-state-active {
background: #2E324C;
background: #304156;
color: white;
}
@ -72,8 +72,8 @@
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: white;
background-color: #2E324C;
border-color: #2E324C;
background-color: #304156;
border-color: #304156;
}
.ui-tabs {
@ -89,14 +89,14 @@
}
.ui-menu-item.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
@ -110,7 +110,7 @@
}
.fileLine:hover {
background: #2E324C;
background: #304156;
color: white;
cursor: pointer;
}

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
border: 1px solid rgba(0, 0, 0, .125);
border-radius: 5px;
background: white;
color: #2E324C;
color: #304156;
}
.userName:hover {
@ -22,17 +22,17 @@
#horiNav {
padding-top: 10px;
border: 1px solid rgba(0, 0, 0, .05);
background: #f8f9fa;
background: #e9f6ff;
}
#outputNav {
padding-top: 10px;
border: 1px solid rgba(0, 0, 0, .05);
background: #f8f9fa;
background: #e9f6ff;
}
div .card {
background: #f8f9fa;
background: #e9f6ff;
}
#main {
@ -85,16 +85,16 @@ div .card {
.projectLine.collapsed {
background: #D5D6DB;
color: #2E324C;
color: #304156;
}
.projectLine {
background: #2E324C;
background: #304156;
color: white;
}
.projectLine.collapsed:hover {
background: #2E324C;
background: #304156;
color: white;
}
@ -111,7 +111,7 @@ div .card {
}
.headerFooter {
background: #2E324C;
background: #304156;
color: white;
}

BIN
images/logo-1.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
images/logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -85,7 +85,7 @@
padding-bottom: 30px;
width: 28%;
cursor: hand;
background: #2E324C;
background: #304156;
color: white;
}
@ -100,7 +100,7 @@
</style>
</header>
<body style="background: #2E324C; color: white;">
<body style="background: #304156; color: white;">
<div
style="width: 90%; max-width: 1000px; min-width: 850px; margin: 0 auto; margin-top: 3%;">
<div style="width: 20%; float: right; margin-right: 0%">

View File

@ -3,7 +3,7 @@ function getDateDaysBefore(daysAgo) {
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
}
let primaryColor = "#2E324C";
let primaryColor = "#304156";
// ======Vue start
let headerVue = "";