美化首页和当前库存页面, 修改顶部栏title和logo为利德尔

This commit is contained in:
李宇奇 2025-12-18 09:40:45 +08:00
parent 83e6421559
commit a21fa00f09
4 changed files with 2027 additions and 423 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -4,8 +4,8 @@
<!-- <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav"/>-->
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav"/>
<img src="../../assets/images/index_logo_white.png" id="logo" style="float:left; height: 38px;height:42px;margin-top:4px;margin-bottom: 4px;">
<span class="left-menu">技术创新中心-{{ this.deptLabel }}</span>
<img src="../../assets/images/ldr_logo.png" id="logo" style="float:left; height:42px; margin-top:4px; margin-bottom:4px; padding:0; background:transparent;">
<span class="left-menu">利德尔-技术创新中心-{{ this.deptLabel }}</span>
<div class="right-menu">
<template v-if="device!=='mobile'">
<span class="right-menu-item">{{nowTime}} </span>
@ -169,10 +169,9 @@ export default {
height: 50px;
overflow: hidden;
position: relative;
//background: #fff;
//
background: #004ea2;
box-shadow: 0 1px 4px rgba(0,21,41,.08);
background: #FFFFFF;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-bottom: 1px solid #E8E8E8;
// .hamburger-container {
// line-height: 46px;
@ -206,8 +205,9 @@ export default {
float: left;
height: 100%;
line-height: 50px;
color: white;
color: #2C3E50;
font-size: 16px;
font-weight: 500;
}
.right-menu {
@ -224,8 +224,7 @@ export default {
padding: 0 8px;
height: 100%;
font-size: 15px;
//color: #5a5e66;
color: white;
color: #2C3E50;
vertical-align: text-bottom;
&.hover-effect {
@ -233,7 +232,8 @@ export default {
transition: background .3s;
&:hover {
background: rgba(0, 0, 0, .025)
background: rgba(64, 158, 255, 0.08);
border-radius: 4px;
}
}
}
@ -258,6 +258,7 @@ export default {
right: -20px;
top: 25px;
font-size: 12px;
color: #2C3E50;
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff