Commit 64f6f433 authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent 504a7459
......@@ -12,7 +12,7 @@
font-family: "Microsoft Yahei", sans-serif;
}
body {
background-color: #f5f7fa;
background-color: #F7F7F7;
padding: 10px 0;
}
.container {
......@@ -190,12 +190,14 @@
.todo-tabs .todo-tab {
padding: 15px 0;
margin: 0 20px;
font-size: 14px;
font-size: 16px;
color: #999;
cursor: pointer;
}
.todo-tabs .todo-tab.active {
color: #2f7df8;
/* color: #1F93D5; */
font-weight: bold;
border-bottom: 2px solid #2f7df8;
}
.todo-empty {
......@@ -294,16 +296,18 @@
border-radius: 50%;
}
.msg-tag {
background: #e6f4ff;
color: #2f7df8;
background-color: #D9F1FF;
border: 1px dashed #1F93D5;
color: #1F93D5;
padding: 2px 6px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
margin-right: 8px;
border:1px dashed #2f7df8;
}
.msg-center .view-all {
color: #2f7df8;
color: #1F93D5;
}
.msg-desc{
font-size: 14px;
......@@ -343,8 +347,9 @@
gap: 8px;
}
.refresh-btn {
color: #2f7df8;
font-size: 14px;
color: #1F93D5;
font-size: 12px;
font-weight: 400;
}
.account-overview .bgImg{
position: absolute;
......@@ -556,8 +561,8 @@
color: #666;
}
.sub-tab.active {
background: #e6f4ff;
color: #2f7df8;
background: #DEF0FF;
color: #1F93D5;
}
.cloud-archive {
/* padding: 20px;
......
......@@ -1726,7 +1726,7 @@ function gotoTouSuZhiNan() {
</div>
</div>
<iframe src="home.html" id="homeBox" style="border:none; overflow:hidden; width:100%; height:790px;display: block;"></iframe>
<iframe src="home.html" id="homeBox" style="border:none; overflow:hidden; width:100%; height:750px;display: block;"></iframe>
<iframe src="account.html" id="accountBox" style="border:none; overflow:hidden; width:100%; height:581px; display: none;"></iframe>
<!-- <iframe src="account_detail.html" style="border:none; overflow:hidden; width:100%; height:850px;"></iframe> -->
<!-- <iframe src="account_list.html" style="border:none; overflow:hidden; width:100%; height:2050px;"></iframe> -->
......
......@@ -79,7 +79,7 @@ if(!window.JSON) {
}
</script>
<style>
<!--对公门户新增加css start -->
/* 对公门户新增加css start */
.tab-combination{
opacity: 1;
......@@ -436,7 +436,7 @@ a:hover{
position: absolute;
padding-left: 12px;
}
<!--对公门户新增加css end -->
/* <!--对公门户新增加css end --> */
.keyboard{
height: 32px;
line-height: 32px;
......@@ -1294,7 +1294,7 @@ $(document).ready(function(){
$(this).addClass('active');
});
});
<!--新闻精选 start-->
// <!--新闻精选 start-->
function queryxinwen(Scn_Rsc_BT_IMPR_BTNO){
$.ajax({
url:"/NCCB/NECV6B2BMainPlat_07_FW?isAjaxRequest=true&timeStamp="+new Date().getTime(),
......@@ -1351,8 +1351,8 @@ $(document).ready(function(){
});
}
<!--新闻精选 end-->
<!--精选理财 start-->
// <!--新闻精选 end-->
// <!--精选理财 start-->
function getPrmt_Ind(){
getIdr_Num_Tp("","1");//查询推荐产品
......@@ -2032,7 +2032,7 @@ function showJJLX(USE_TPCD){
return "";
}
<!--精选理财 end-->
// <!--精选理财 end-->
var scrollid="Corporate-fsid";
var language1 = 'CN';
if(language1 == "CN"||language1=="EN"){
......@@ -3788,7 +3788,7 @@ function loginGuide() {
<input type="hidden" id="base64_ECD_Txn_Inf" name="base64_ECD_Txn_Inf" value=""/>
<input type="hidden" id="Ori_TrcNo" name="Ori_TrcNo" value=""/>
<input type="hidden" name="LOGIN_TYPE" value="UC"/>
<!--顶部导航 START-->
<!-- 顶部导航 START -->
<div id="tnav">
<div class="container clearfix" style="width:1160px;background-color:#0066b3;" id="faceInfo">
......
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