Commit d3eed6cf authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent cb22f937
...@@ -269,12 +269,12 @@ ...@@ -269,12 +269,12 @@
<label class="form-label"><span class="required">*</span>起止日期:</label> <label class="form-label"><span class="required">*</span>起止日期:</label>
<input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom"> <input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom">
<div class="date-picker" id="sDate"> <div class="date-picker" id="sDate">
<img class="dateimg" src="/imagse/date.png" alt="" /> <img class="dateimg" src="/images/date.png" alt="" />
</div> </div>
<span>-</span> <span>-</span>
<input type="text" id="dateTo" class="form-input small x-small" name="dateTo"> <input type="text" id="dateTo" class="form-input small x-small" name="dateTo">
<div class="date-picker" id="eDate"> <div class="date-picker" id="eDate">
<img class="dateimg" src="/imagse/date.png" alt="" /> <img class="dateimg" src="/images/date.png" alt="" />
<!-- <input class="date-input dateTo" type="date" /> --> <!-- <input class="date-input dateTo" type="date" /> -->
</div> </div>
<div class="radio-group"> <div class="radio-group">
......
...@@ -269,12 +269,12 @@ ...@@ -269,12 +269,12 @@
<label class="form-label"><span class="required">*</span>起止日期:</label> <label class="form-label"><span class="required">*</span>起止日期:</label>
<input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom"> <input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom">
<div class="date-picker" id="sDate"> <div class="date-picker" id="sDate">
<img class="dateimg" src="/imagse/date.png" alt="" /> <img class="dateimg" src="./images/date.png" alt="" />
</div> </div>
<span>-</span> <span>-</span>
<input type="text" id="dateTo" class="form-input small x-small" name="dateTo"> <input type="text" id="dateTo" class="form-input small x-small" name="dateTo">
<div class="date-picker" id="eDate"> <div class="date-picker" id="eDate">
<img class="dateimg" src="/imagse/date.png" alt="" /> <img class="dateimg" src="./images/date.png" alt="" />
<!-- <input class="date-input dateTo" type="date" /> --> <!-- <input class="date-input dateTo" type="date" /> -->
</div> </div>
<div class="radio-group"> <div class="radio-group">
......
...@@ -567,8 +567,8 @@ ...@@ -567,8 +567,8 @@
<span>本次查询时间:20250901-20260428</span> <span>本次查询时间:20250901-20260428</span>
</div> </div>
<div class="toolbar-right"> <div class="toolbar-right">
<a href="#"><img src="/imagse/tableDownload.png" alt=""> 下载当前页</a> <a href="#"><img src="/images/tableDownload.png" alt=""> 下载当前页</a>
<a href="#"><img src="/imagse/tableDownload.png" alt=""> 下载全部</a> <a href="#"><img src="/images/tableDownload.png" alt=""> 下载全部</a>
</div> </div>
</div> </div>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
.func-header .setting-btn .set-icon{ .func-header .setting-btn .set-icon{
width: 14px; width: 14px;
height: 14px; height: 14px;
background-image: url(./imagse/set_icon.png); background-image: url(./images/set_icon.png);
background-size: cover; background-size: cover;
float: left; float: left;
margin-top: 7px; margin-top: 7px;
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
.fresh-icon{ .fresh-icon{
margin-left: 40px; margin-left: 40px;
background-image: url(./imagse/fresh.png); background-image: url(./images/fresh.png);
width: 12px; width: 12px;
height: 12px; height: 12px;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
cursor: pointer; cursor: pointer;
} }
.search_icon{ .search_icon{
background-image: url(./imagse/search.png); background-image: url(./images/search.png);
width: 12px; width: 12px;
height: 12px; height: 12px;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -433,7 +433,7 @@ ...@@ -433,7 +433,7 @@
color: #666; color: #666;
} }
.view_open{ .view_open{
background: url(./imagse/view_open.png) no-repeat; background: url(./images/view_open.png) no-repeat;
width: 16px; width: 16px;
height: 10px; height: 10px;
display: inline-block; display: inline-block;
...@@ -441,7 +441,7 @@ ...@@ -441,7 +441,7 @@
display: none; display: none;
} }
.view_close{ .view_close{
background: url(./imagse/view_close.png) no-repeat; background: url(./images/view_close.png) no-repeat;
width: 16px; width: 16px;
height: 10px; height: 10px;
display: inline-block; display: inline-block;
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
float: left; float: left;
} }
.info-icon{ .info-icon{
background: url(./imagse/right.png) no-repeat; background: url(./images/right.png) no-repeat;
width: 14px; width: 14px;
height: 14px; height: 14px;
float: left; float: left;
...@@ -505,7 +505,7 @@ ...@@ -505,7 +505,7 @@
border-bottom: 1px solid #1F93D5; border-bottom: 1px solid #1F93D5;
} }
#biz-tab-1-img{ #biz-tab-1-img{
background: url(./imagse/HY_logo_2.png) no-repeat; background: url(./images/HY_logo_2.png) no-repeat;
font-size: 16px; font-size: 16px;
display: inline-block; display: inline-block;
width: 17px; width: 17px;
...@@ -513,7 +513,7 @@ ...@@ -513,7 +513,7 @@
zoom: 1; zoom: 1;
} }
#biz-tab-img-1{ #biz-tab-img-1{
background: url(./imagse/HY_logo_2.png) no-repeat; background: url(./images/HY_logo_2.png) no-repeat;
font-size: 16px; font-size: 16px;
display: inline-block; display: inline-block;
width: 17px; width: 17px;
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
zoom: 1; zoom: 1;
} }
#biz-tab-img-2{ #biz-tab-img-2{
background: url(./imagse/17@3x-1.png) no-repeat; background: url(./images/17@3x-1.png) no-repeat;
font-size: 16px; font-size: 16px;
display: inline-block; display: inline-block;
width: 17px; width: 17px;
...@@ -529,7 +529,7 @@ ...@@ -529,7 +529,7 @@
zoom: 1; zoom: 1;
} }
#biz-tab-img-3{ #biz-tab-img-3{
background: url(./imagse/11@3x-1.png) no-repeat; background: url(./images/11@3x-1.png) no-repeat;
font-size: 16px; font-size: 16px;
display: inline-block; display: inline-block;
width: 17px; width: 17px;
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
zoom: 1; zoom: 1;
} }
#biz-tab-img-4{ #biz-tab-img-4{
background: url(./imagse/22@3x-1.png) no-repeat; background: url(./images/22@3x-1.png) no-repeat;
font-size: 16px; font-size: 16px;
display: inline-block; display: inline-block;
width: 17px; width: 17px;
...@@ -600,7 +600,7 @@ ...@@ -600,7 +600,7 @@
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
position: relative; position: relative;
background-image: url("./imagse/102016Y011773626178417536.jpg"); background-image: url("./images/102016Y011773626178417536.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -655,7 +655,7 @@ ...@@ -655,7 +655,7 @@
<div class="func-grid"> <div class="func-grid">
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu16_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">活期账户<br> <span class="func-text">活期账户<br>
<span class="func-text2">账户查询</span> <span class="func-text2">账户查询</span>
...@@ -663,7 +663,7 @@ ...@@ -663,7 +663,7 @@
</div> </div>
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu13_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu13_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">按笔审批<br> <span class="func-text">按笔审批<br>
<span class="func-text2">转账业务</span> <span class="func-text2">转账业务</span>
...@@ -671,7 +671,7 @@ ...@@ -671,7 +671,7 @@
</div> </div>
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu5_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu5_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">待办业务<br> <span class="func-text">待办业务<br>
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
...@@ -679,7 +679,7 @@ ...@@ -679,7 +679,7 @@
</div> </div>
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu1_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu1_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">通用流程<br> <span class="func-text">通用流程<br>
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
...@@ -687,7 +687,7 @@ ...@@ -687,7 +687,7 @@
</div> </div>
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu14_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu14_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">自定义流程<br> <span class="func-text">自定义流程<br>
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
...@@ -695,7 +695,7 @@ ...@@ -695,7 +695,7 @@
</div> </div>
<div class="func-item" onclick="onAccount()"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./images/menu16_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
<span class="func-text">公用流程<br> <span class="func-text">公用流程<br>
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
...@@ -712,13 +712,13 @@ ...@@ -712,13 +712,13 @@
<div class="todo-tab" id="todo-tab-3" onclick="showtodoTab(3)">提示信息 (1)</div> <div class="todo-tab" id="todo-tab-3" onclick="showtodoTab(3)">提示信息 (1)</div>
</div> </div>
<div class="todo-empty"> <div class="todo-empty">
<img src="./imagse/empty_tips.png" alt="" style="width:40px;height: 49px;"> <img src="./images/empty_tips.png" alt="" style="width:40px;height: 49px;">
<p class="empty-text">暂无待办任务</p> <p class="empty-text">暂无待办任务</p>
<div class="download-bar-box"> <div class="download-bar-box">
<div class="download-bar"> <div class="download-bar">
<div class="qrcode"> <div class="qrcode">
<img src="./imagse/mob_drain_07.png" alt=""> <img src="./images/mob_drain_07.png" alt="">
</div> </div>
<div class="download-text"> <div class="download-text">
<h4>扫码下载</h4> <h4>扫码下载</h4>
...@@ -836,14 +836,14 @@ ...@@ -836,14 +836,14 @@
</div> </div>
</div> --> </div> -->
<img src="./imagse/ywzq_yun_01.png" alt="" class="cloud-archive"> <img src="./images/ywzq_yun_01.png" alt="" class="cloud-archive">
<div class="learn-more">了解详情</div> <div class="learn-more">了解详情</div>
</div> </div>
<!-- 底部广告 --> <!-- 底部广告 -->
<div class="bottom-ad"> <div class="bottom-ad">
<!-- <span>邀您体验移动端免盾对账</span> --> <!-- <span>邀您体验移动端免盾对账</span> -->
<!-- <img src="./imagse/102016Y011773626178417536.jpg" alt="" class="bottom-img"> --> <!-- <img src="./images/102016Y011773626178417536.jpg" alt="" class="bottom-img"> -->
<!-- <div class="qrcode"> <!-- <div class="qrcode">
</div> </div>
...@@ -915,31 +915,31 @@ ...@@ -915,31 +915,31 @@
// 为对应的内容区域添加 'active-content' 类以显示内容 // 为对应的内容区域添加 'active-content' 类以显示内容
// document.getElementById('content-' + tabNumber).classList.add('active-content'); // document.getElementById('content-' + tabNumber).classList.add('active-content');
if(tabNumber == 1){ if(tabNumber == 1){
document.getElementById('biz-tab-img-1').style.background = `url(./imagse/HY_logo_2.png) no-repeat`;//选中 document.getElementById('biz-tab-img-1').style.background = `url(./images/HY_logo_2.png) no-repeat`;//选中
document.getElementById('biz-tab-img-2').style.background = `url(./imagse/17@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-2').style.background = `url(./images/17@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-3').style.background = `url(./imagse/11@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-3').style.background = `url(./images/11@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-4').style.background = `url(./imagse/22@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-4').style.background = `url(./images/22@3x-1.png) no-repeat`;
} }
if(tabNumber == 2){ if(tabNumber == 2){
document.getElementById('biz-tab-img-1').style.background = `url(./imagse/HY_logo_1.png) no-repeat`; document.getElementById('biz-tab-img-1').style.background = `url(./images/HY_logo_1.png) no-repeat`;
document.getElementById('biz-tab-img-2').style.background = `url(./imagse/17@3x.png) no-repeat`; //选中 document.getElementById('biz-tab-img-2').style.background = `url(./images/17@3x.png) no-repeat`; //选中
document.getElementById('biz-tab-img-3').style.background = `url(./imagse/11@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-3').style.background = `url(./images/11@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-4').style.background = `url(./imagse/22@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-4').style.background = `url(./images/22@3x-1.png) no-repeat`;
} }
if(tabNumber == 3){ if(tabNumber == 3){
document.getElementById('biz-tab-img-1').style.background = `url(./imagse/HY_logo_1.png) no-repeat`; document.getElementById('biz-tab-img-1').style.background = `url(./images/HY_logo_1.png) no-repeat`;
document.getElementById('biz-tab-img-2').style.background = `url(./imagse/17@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-2').style.background = `url(./images/17@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-3').style.background = `url(./imagse/11@3x.png) no-repeat`;//选中 document.getElementById('biz-tab-img-3').style.background = `url(./images/11@3x.png) no-repeat`;//选中
document.getElementById('biz-tab-img-4').style.background = `url(./imagse/22@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-4').style.background = `url(./images/22@3x-1.png) no-repeat`;
} }
if(tabNumber == 4){ if(tabNumber == 4){
document.getElementById('biz-tab-img-1').style.background = `url(./imagse/HY_logo_1.png) no-repeat`; document.getElementById('biz-tab-img-1').style.background = `url(./images/HY_logo_1.png) no-repeat`;
document.getElementById('biz-tab-img-2').style.background = `url(./imagse/17@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-2').style.background = `url(./images/17@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-3').style.background = `url(./imagse/11@3x-1.png) no-repeat`; document.getElementById('biz-tab-img-3').style.background = `url(./images/11@3x-1.png) no-repeat`;
document.getElementById('biz-tab-img-4').style.background = `url(./imagse/22@3x.png) no-repeat`;//选中 document.getElementById('biz-tab-img-4').style.background = `url(./images/22@3x.png) no-repeat`;//选中
} }
......
...@@ -528,8 +528,8 @@ body .ccb-class .layui-layer-setwin{top:12px} ...@@ -528,8 +528,8 @@ body .ccb-class .layui-layer-setwin{top:12px}
font-size:14px; font-size:14px;
vertical-align:middle; vertical-align:middle;
border-radius:5px; border-radius:5px;
*overflow:visible; overflow:visible;
*min-width:auto; min-width:auto;
} }
.btn:hover{ .btn:hover{
background-color:#229ee6; background-color:#229ee6;
...@@ -624,7 +624,7 @@ function gotoTouSuZhiNan() { ...@@ -624,7 +624,7 @@ function gotoTouSuZhiNan() {
<a class="headBtn_a headMore" id="moreBtn">更多<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"/></a> <a class="headBtn_a headMore" id="moreBtn">更多<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"/></a>
<span class="headBtn_a headLogout" id="logout" onclick="onLogout()" href="login.html">退出</span> <span class="headBtn_a headLogout" id="logout" onclick="onLogout()">退出</span>
</div> </div>
<div style="float: right;"> <div style="float: right;">
...@@ -814,7 +814,9 @@ function gotoTouSuZhiNan() { ...@@ -814,7 +814,9 @@ function gotoTouSuZhiNan() {
<tr> <tr>
<td nowrap="nowrap"> <td nowrap="nowrap">
<a href="javascript:void(0);" id="0511">账户信息查询<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"></a> <!-- <a href="javascript:void(0);" id="0511">账户信息查询<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"></a> -->
<a href="#" id="0511">账户信息查询<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"></a>
</td> </td>
<td nowrap="nowrap"> <td nowrap="nowrap">
...@@ -5630,7 +5632,8 @@ function gotoTouSuZhiNan() { ...@@ -5630,7 +5632,8 @@ function gotoTouSuZhiNan() {
</div> </div>
</div> </div>
</div> </div>
<!-- <form name="jhform" id="jhform" METHOD="POST" action="./NCCB/NECV6B2BMainPlat_09_FW.html" target="frame_main"> <!-- 退出登录 -->
<form name="jhform" id="jhform" METHOD="POST" action="./login.html" target="frame_main">
<span id="AA"></span> <span id="AA"></span>
<input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO"> <input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO">
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801"> <input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
...@@ -5655,7 +5658,7 @@ function gotoTouSuZhiNan() { ...@@ -5655,7 +5658,7 @@ function gotoTouSuZhiNan() {
<input TYPE="hidden" NAME="CATEGORY" ID="CATEGORY" VALUE="B"> <input TYPE="hidden" NAME="CATEGORY" ID="CATEGORY" VALUE="B">
</form> </form>
<form name="erpform" id="erpform" METHOD="POST" action="./NCCB/NECV6B2BMainPlat_09_FW.html" target="frame_main"> <form name="erpform" id="erpform" METHOD="POST" action="./login.html" target="frame_main">
<input TYPE="hidden" NAME="SKEY" VALUE="O5KBoO"> <input TYPE="hidden" NAME="SKEY" VALUE="O5KBoO">
<input TYPE="hidden" NAME="CUSTOMERID" VALUE="HB42000009201110801"> <input TYPE="hidden" NAME="CUSTOMERID" VALUE="HB42000009201110801">
<input TYPE="hidden" NAME="USERID" VALUE="999999"> <input TYPE="hidden" NAME="USERID" VALUE="999999">
...@@ -5672,7 +5675,7 @@ function gotoTouSuZhiNan() { ...@@ -5672,7 +5675,7 @@ function gotoTouSuZhiNan() {
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801"> <input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
<input TYPE="hidden" NAME="USERID" id="USERID" VALUE="999999"> <input TYPE="hidden" NAME="USERID" id="USERID" VALUE="999999">
<input TYPE="hidden" NAME="TEL" id="TEL" VALUE="18672784700"> <input TYPE="hidden" NAME="TEL" id="TEL" VALUE="18672784700">
</form> --> </form>
...@@ -6247,8 +6250,8 @@ body .ccb-class .layui-layer-setwin{top:12px} ...@@ -6247,8 +6250,8 @@ body .ccb-class .layui-layer-setwin{top:12px}
font-size:14px; font-size:14px;
vertical-align:middle; vertical-align:middle;
border-radius:5px; border-radius:5px;
*overflow:visible; overflow:visible;
*min-width:auto; min-width:auto;
} }
.btn:hover{ .btn:hover{
background: url(''); background: url('');
...@@ -7287,8 +7290,7 @@ function searchAcc(){ ...@@ -7287,8 +7290,7 @@ function searchAcc(){
} }
} }
function onLogout(e){ function onLogout(){
console.log("退出===========") console.log("退出===========")
window.location.href = './login.html'; window.location.href = './login.html';
}; };
...@@ -9808,7 +9810,7 @@ function SJCJ_MENU_1(menuName,link_type){ ...@@ -9808,7 +9810,7 @@ function SJCJ_MENU_1(menuName,link_type){
}else{ }else{
console.log("常规菜单=========") console.log("常规菜单=========")
return // return
//常规菜单 //常规菜单
// $("#touch_event_type").val("按钮点击"); // $("#touch_event_type").val("按钮点击");
// touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击"; // touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
...@@ -9842,6 +9844,7 @@ function SJCJ_MENU_2(menuId,link_type){ ...@@ -9842,6 +9844,7 @@ function SJCJ_MENU_2(menuId,link_type){
$("#touch_element_position").val(""); $("#touch_element_position").val("");
doCcvecCollect(); doCcvecCollect();
}else{ }else{
console.log("二级常规菜单===========")
//常规菜单 //常规菜单
$("#touch_event_type").val("按钮点击"); $("#touch_event_type").val("按钮点击");
touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击"; touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment