Authored by 王涛

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

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



See merge request !1035
@@ -3497,6 +3497,21 @@ blockquote:before { @@ -3497,6 +3497,21 @@ blockquote:before {
3497 .code-footer-img{ 3497 .code-footer-img{
3498 max-width:130px; 3498 max-width:130px;
3499 } 3499 }
  3500 +.intro-tab-scroll{
  3501 + position: fixed;
  3502 + top: 0px;
  3503 + transform: translateY(95px);
  3504 + transition: transform .85s cubic-bezier(0.88, 0.06, 0.64, 0.99);
  3505 + background:#fff;
  3506 + width: 100%;
  3507 + z-index: 2;
  3508 +}
  3509 +.copyright-a{
  3510 + color:#848484;
  3511 +}
  3512 +.copyright-a:hover{
  3513 + color:#e43730;
  3514 +}
3500 /*992以下的一些样式*/ 3515 /*992以下的一些样式*/
3501 @media only screen and (max-width: 991px){ 3516 @media only screen and (max-width: 991px){
3502 .home-banner-section{ 3517 .home-banner-section{

240 KB | W: | H:

359 KB | W: | H:

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