将所有出现的“中国联通智慧供应链平台”替换为“中远海运集团采购信息系统”。更新weboffice界面样式和接口地址;
This commit is contained in:
@ -50,9 +50,9 @@
|
||||
}
|
||||
|
||||
.btnStyle01 {
|
||||
background: #b30000;
|
||||
background: #014F8F;
|
||||
color: #fff;
|
||||
border: 1px solid #b30000;
|
||||
border: 1px solid #014F8F;
|
||||
}
|
||||
|
||||
.btnStyle02 {
|
||||
@ -63,8 +63,8 @@
|
||||
|
||||
.btnStyle02:hover {
|
||||
background: #fff;
|
||||
color: #b30000;
|
||||
border: 1px solid #b30000;
|
||||
color: #014F8F;
|
||||
border: 1px solid #014F8F;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -98,16 +98,17 @@
|
||||
|
||||
</script>
|
||||
<div style="
|
||||
background-color: #b30000;
|
||||
background-color: #FFF;
|
||||
color:white;
|
||||
height: 56px;
|
||||
line-height: 56px;
|
||||
display: flex;
|
||||
position: relative;
|
||||
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
||||
">
|
||||
<div style="font-size: 16px; font-weight: 600;">
|
||||
<div style="font-size: 16px; font-weight: 600; color: #014F8F;">
|
||||
<img src="logo.svg" style="height: 30px; position: absolute; top: 13px; margin-left: 20px; margin-right: 10px;"/>
|
||||
<span style="position: absolute; left: 70px; font-size: 16px; font-weight: 600; display: inline-block;">中国联通智慧供应链平台 | 招标采购中心</span>
|
||||
<span style="position: absolute; left: 70px; font-size: 16px; font-weight: 600; display: inline-block; ">中远海运集团采购信息系统 | 招标采购中心</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementPosition">
|
||||
|
Reference in New Issue
Block a user