自动化立体仓库 - WMS系统
lty
2025-06-11 ddc462832f99c124fbcc9653a0878e18768224cd
src/main/webapp/views/index.html
@@ -19,9 +19,20 @@
      font-weight: 400;
      /*margin-left: 5px;*/
    }
    #countdown {
      position: fixed;
      top: 12px;
      left: 45%;
      z-index: 1000;
      color: red;
      font-size: 1.75rem;
      font-weight: bold;
    }
  </style>
</head>
<body class="layui-layout-body">
<!--倒计时-->
<div id="countdown">系统将于2024年10月13日到期</div>
<div class="layui-layout layui-layout-admin">
  <!-- 头部 -->
  <div class="layui-header">
@@ -78,7 +89,7 @@
  <div class="layui-body"></div>
  <!-- 底部 -->
  <div class="layui-footer layui-text">
    copyright © 2022 <a href="https://www.superton.cn/" target="_blank">浙江中扬立库有限公司</a> all rights reserved.
    copyright © 2022 <a href="https://www.superton.cn/" target="_blank">苏州冠鸿智能装备有限公司</a> all rights reserved.
    <span class="pull-right">Version 1.0.0</span>
  </div>