Compare commits
3 Commits
2c187a10dc
...
ed730cc827
Author | SHA1 | Date | |
---|---|---|---|
ed730cc827 | |||
b6a6d516e1 | |||
dd928777eb |
BIN
assets.rar
Normal file
BIN
assets.rar
Normal file
Binary file not shown.
6
assets/css/ace.min.css
vendored
6
assets/css/ace.min.css
vendored
@ -83,7 +83,8 @@ body.breadcrumbs-fixed {
|
||||
[class*=' icon-'],
|
||||
[class^='icon-'] {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
color: #bcbcbc;
|
||||
}
|
||||
a:focus,
|
||||
a:active {
|
||||
@ -2692,6 +2693,7 @@ button.btn:active {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #e2e2e2;
|
||||
color: #8b8b8b !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
.btn:hover,
|
||||
.btn-default:hover,
|
||||
@ -7114,7 +7116,7 @@ td,
|
||||
}
|
||||
.table thead tr th {
|
||||
border-color: #ddd;
|
||||
font-weight: bold;
|
||||
/* font-weight: bold; */
|
||||
}
|
||||
.table thead tr th [class*='icon-']:first-child {
|
||||
margin-right: 2px;
|
||||
|
BIN
assets/images/shangxian.png
Normal file
BIN
assets/images/shangxian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 B |
@ -413,12 +413,12 @@ if ($act == 'newevent') {
|
||||
}
|
||||
|
||||
.data_tab {
|
||||
width: 325px;
|
||||
width: 380px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: 18px;
|
||||
top: -10px;
|
||||
right: 11px;
|
||||
z-index: 1000;
|
||||
float: right;
|
||||
@ -482,6 +482,11 @@ if ($act == 'newevent') {
|
||||
<p class="data-name">节点</p>
|
||||
<p class="data-num" id="jeidiannum"></p>
|
||||
</div>
|
||||
<div class='data-box'>
|
||||
<img src="assets/images/shangxian.png"/>
|
||||
<p class="data-name">上线</p>
|
||||
<p class="data-num" id="shangxainnum"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='data_box' id='data_box'>
|
||||
|
||||
@ -680,6 +685,9 @@ if ($act == 'newevent') {
|
||||
width: 100%;
|
||||
margin: 0 20px;
|
||||
}
|
||||
.listhove {
|
||||
box-shadow: 0px 0px 5px #40a9ff;
|
||||
}
|
||||
</style>
|
||||
<div class='popup-bg' id='popup-bg'>
|
||||
<div class="yiny" id='yiny'></div>
|
||||
@ -688,16 +696,16 @@ if ($act == 'newevent') {
|
||||
<div class='bianji' onclick='bianji()'><img src='assets/images/bianji.png'/></div>
|
||||
<div class="pop-title" id='pop-title' onclick='Info()'></div>
|
||||
</div>
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listcp'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
产品中心注释
|
||||
产品中心
|
||||
</div>
|
||||
<div class='cptime' id='cptime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='cptext'></textarea>
|
||||
<textarea disabled='disabled' id='cptext' onblur="isFocuscp()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -720,16 +728,16 @@ if ($act == 'newevent') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listyy'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
运营中心注释
|
||||
运营中心
|
||||
</div>
|
||||
<div class='cptime' id='yytime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='yytext'></textarea>
|
||||
<textarea disabled='disabled' id='yytext' onblur="isFocusyy()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -759,16 +767,16 @@ if ($act == 'newevent') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listyf'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
研发中心注释
|
||||
研发中心
|
||||
</div>
|
||||
<div class='cptime' id='yftime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='yftext'></textarea>
|
||||
<textarea disabled='disabled' id='yftext' onblur="isFocusyf()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -861,6 +869,24 @@ if ($act == 'newevent') {
|
||||
var dict = {};
|
||||
var notid;
|
||||
|
||||
// function isFocusyf(){
|
||||
// var aa = $('#')
|
||||
// $("#listyf").addClass('listhove');
|
||||
// $("#listyy").removeClass('listhove');
|
||||
// $("#listcp").removeClass('listhove');
|
||||
// console.log(1111)
|
||||
// }
|
||||
// function isFocusyy(){
|
||||
// $("#listyf").removeClass('listhove');
|
||||
// $("#listyy").addClass('listhove');
|
||||
// $("#listcp").removeClass('listhove');
|
||||
// }
|
||||
// function isFocuscp(){
|
||||
// $("#listyf").removeClass('listhove');
|
||||
// $("#listyy").removeClass('listhove');
|
||||
// $("#listcp").addClass('listhove');
|
||||
// }
|
||||
|
||||
$('#fujian').change(function () {
|
||||
var wenjianname = $('#fujian').val();
|
||||
var obj = document.getElementById("fujian");
|
||||
@ -1136,6 +1162,7 @@ if ($act == 'newevent') {
|
||||
$("#gengxinnum").html("("+doc.count['版本更新']+")");
|
||||
$("#xiufunum").html("("+doc.count['修复外网']+")");
|
||||
$("#jeidiannum").html("("+doc.count['节点']+")");
|
||||
$("#shangxainnum").html("("+ doc.count['上线'] +")");
|
||||
console.log(doc.calendarData)
|
||||
if (doc.gameInfo && doc.gameInfo.length > 0) {
|
||||
var _html = [];
|
||||
@ -1377,7 +1404,7 @@ if ($act == 'newevent') {
|
||||
axisLabel:{
|
||||
show: true,
|
||||
textStyle:{
|
||||
color:"#bfbfbf"
|
||||
color:"#969696"
|
||||
}
|
||||
},
|
||||
axisLine:{
|
||||
|
0
uploader/5fcf19677a0da0.txt
Normal file
0
uploader/5fcf19677a0da0.txt
Normal file
Loading…
Reference in New Issue
Block a user