Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

【无】公司网站-bug修改 #3



See merge request !1035
... ... @@ -3497,6 +3497,21 @@ blockquote:before {
.code-footer-img{
max-width:130px;
}
.intro-tab-scroll{
position: fixed;
top: 0px;
transform: translateY(95px);
transition: transform .85s cubic-bezier(0.88, 0.06, 0.64, 0.99);
background:#fff;
width: 100%;
z-index: 2;
}
.copyright-a{
color:#848484;
}
.copyright-a:hover{
color:#e43730;
}
/*992以下的一些样式*/
@media only screen and (max-width: 991px){
.home-banner-section{
... ...

240 KB | W: | H:

359 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -361,7 +361,7 @@ export function maintenance() {
{
img:'assets/img/serviceSecond/maintenance/character-3.png',
title:'故障根因分析溯源',
introduction:'业务系统出现故障时,根据实际业务服务模型,通过业务视图与IT资源间的关联性,实时映射基础设施监控(IM)中影响服务的告警事件,准确定位故障根源、快速恢复业务,并可设置优先级.',
introduction:'业务系统出现故障时,根据实际业务服务模型,通过业务视图与IT资源间的关联性,实时映射基础设施监控(IM)中影响服务的告警事件,准确定位故障根源、快速恢复业务,并可设置优先级',
isDisplay:true
},
{
... ...
... ... @@ -196,7 +196,16 @@
</div>
<!--Copyright-->
<div class="footer-bottom">
<div class="copyright">北京鸿果秋实科技有限公司@2016-2022.com版权所有</div>
<div class="copyright">北京鸿果秋实科技有限公司@2016-2022.com版权所有
<a class="copyright-a" href="https://beian.miit.gov.cn/">
京ICP备16044493号-1
</a>
<!-- <a class="copyright-a" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=">
<img src="assets/img/beian.png" alt="" title="">
京公网安备 号
</a>-->
</div>
</div>
</footer>
... ...