style update
This commit is contained in:
parent
2aa98c4f17
commit
7482d0a1ae
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||||
<title>数瑞智能合约在线编辑器</title>
|
<title>智能合约在线编辑器</title>
|
||||||
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
||||||
<link href="./jqueryui1.12/jquery-ui.css" rel="stylesheet">
|
<link href="./jqueryui1.12/jquery-ui.css" rel="stylesheet">
|
||||||
<script src="./jqueryui1.12/jquery-ui.js"></script>
|
<script src="./jqueryui1.12/jquery-ui.js"></script>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||||
src="./images/logo-1.png" style="height: 30px;">
|
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;">
|
name="file" multiple onchange="uploadFile()" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
<div class="nav navbar-right userName" data-toggle="modal"
|
<div class="nav navbar-right userName" data-toggle="modal"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||||
<title>数瑞智能合约节点管理中心</title>
|
<title>智能合约节点管理中心</title>
|
||||||
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
<script src="./jqueryui1.12/jquery-2.1.4.js"></script>
|
||||||
<script src="./js/popper.min.js"></script>
|
<script src="./js/popper.min.js"></script>
|
||||||
|
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||||
src="./images/logo-1.png" style="height: 30px">
|
src="./images/logo-1.png" style="height: 30px">
|
||||||
</a> <span>数瑞智能合约节点管理中心</span>
|
</a> <span>智能合约节点管理中心</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav navbar-right userName" data-toggle="modal"
|
<div class="nav navbar-right userName" data-toggle="modal"
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.projectButton.ui-state-active {
|
.projectButton.ui-state-active {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,8 +82,8 @@
|
|||||||
|
|
||||||
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
|
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2E324C;
|
background-color: #304156;
|
||||||
border-color: #2E324C;
|
border-color: #304156;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs {
|
.ui-tabs {
|
||||||
@ -99,14 +99,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-menu-item.ui-state-active:hover {
|
.ui-menu-item.ui-state-active:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
|
.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 {
|
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
@ -120,7 +120,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fileLine:hover {
|
.fileLine:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -139,7 +139,7 @@
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||||
src="./images/logo-1.png" style="height: 30px">
|
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;">
|
name="file" multiple onchange="uploadFile()" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
<div class="nav navbar-right userName" data-toggle="modal"
|
<div class="nav navbar-right userName" data-toggle="modal"
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.projectButton.ui-state-active {
|
.projectButton.ui-state-active {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,8 +72,8 @@
|
|||||||
|
|
||||||
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
|
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2E324C;
|
background-color: #304156;
|
||||||
border-color: #2E324C;
|
border-color: #304156;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs {
|
.ui-tabs {
|
||||||
@ -89,14 +89,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-menu-item.ui-state-active:hover {
|
.ui-menu-item.ui-state-active:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
|
.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 {
|
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
@ -110,7 +110,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fileLine:hover {
|
.fileLine:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
2
css/bootstrap.min.css
vendored
2
css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
|||||||
border: 1px solid rgba(0, 0, 0, .125);
|
border: 1px solid rgba(0, 0, 0, .125);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: white;
|
background: white;
|
||||||
color: #2E324C;
|
color: #304156;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userName:hover {
|
.userName:hover {
|
||||||
@ -22,17 +22,17 @@
|
|||||||
#horiNav {
|
#horiNav {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
border: 1px solid rgba(0, 0, 0, .05);
|
border: 1px solid rgba(0, 0, 0, .05);
|
||||||
background: #f8f9fa;
|
background: #e9f6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#outputNav {
|
#outputNav {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
border: 1px solid rgba(0, 0, 0, .05);
|
border: 1px solid rgba(0, 0, 0, .05);
|
||||||
background: #f8f9fa;
|
background: #e9f6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div .card {
|
div .card {
|
||||||
background: #f8f9fa;
|
background: #e9f6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
@ -85,16 +85,16 @@ div .card {
|
|||||||
|
|
||||||
.projectLine.collapsed {
|
.projectLine.collapsed {
|
||||||
background: #D5D6DB;
|
background: #D5D6DB;
|
||||||
color: #2E324C;
|
color: #304156;
|
||||||
}
|
}
|
||||||
|
|
||||||
.projectLine {
|
.projectLine {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.projectLine.collapsed:hover {
|
.projectLine.collapsed:hover {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ div .card {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headerFooter {
|
.headerFooter {
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
images/logo-1.png
Executable file → Normal file
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
BIN
images/logo.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 118 KiB |
@ -85,7 +85,7 @@
|
|||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
background: #2E324C;
|
background: #304156;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<body style="background: #2E324C; color: white;">
|
<body style="background: #304156; color: white;">
|
||||||
<div
|
<div
|
||||||
style="width: 90%; max-width: 1000px; min-width: 850px; margin: 0 auto; margin-top: 3%;">
|
style="width: 90%; max-width: 1000px; min-width: 850px; margin: 0 auto; margin-top: 3%;">
|
||||||
<div style="width: 20%; float: right; margin-right: 0%">
|
<div style="width: 20%; float: right; margin-right: 0%">
|
||||||
|
@ -3,7 +3,7 @@ function getDateDaysBefore(daysAgo) {
|
|||||||
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
|
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
let primaryColor = "#2E324C";
|
let primaryColor = "#304156";
|
||||||
|
|
||||||
// ======Vue start
|
// ======Vue start
|
||||||
let headerVue = "";
|
let headerVue = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user