update code
parent
c522683c41
commit
db26c5c814
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>算法测试验证软件平台</title>
|
<title>算法测试验证软件平台</title>
|
||||||
<!--
|
<!--
|
||||||
<link rel="stylesheet" data-for="result" href="css/v2.css?v=20240928"/>
|
<link rel="stylesheet" data-for="result" href="css/v2.css?v=20241008"/>
|
||||||
<script>
|
<script>
|
||||||
window.isV2=true
|
window.isV2=true
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -6,6 +6,12 @@
|
||||||
#app .el-header *{
|
#app .el-header *{
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
#app .el-header .logo-title2{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#app .el-header .logo-small1{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#app .el-header .logo-title-small{
|
#app .el-header .logo-title-small{
|
||||||
color: #003F88 !important;
|
color: #003F88 !important;
|
||||||
text-shadow: 1px 1px 1px #ffffff;
|
text-shadow: 1px 1px 1px #ffffff;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex" style="height: 100%;align-items: center;">
|
<div class="flex" style="height: 100%;align-items: center;">
|
||||||
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;">
|
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;" >
|
||||||
<span style="position: relative;">
|
<span style="position: relative;" class="logo-small1">
|
||||||
<img src="@/assets/logo2.png" class="logo-image" />
|
<img src="@/assets/logo2.png" class="logo-image" />
|
||||||
<span class="logo-title" style="position: absolute;font-weight: bold;font-size: 14px;color: #003F88;left: 0;bottom: -13px;white-space: nowrap;">中国航天</span>
|
<span class="logo-title" style="position: absolute;font-weight: bold;font-size: 14px;color: #003F88;left: 0;bottom: -13px;white-space: nowrap;">中国航天</span>
|
||||||
</span>
|
</span>
|
||||||
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;">
|
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;" class="logo-title2">
|
||||||
<div class="logo-title" style="font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</div>
|
<div class="logo-title" style="font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</div>
|
||||||
<div >China Aerospace XXXX Research Institute</div>
|
<div >China Aerospace XXXX Research Institute</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue