#
vincent
2020-06-01 1f27b42da36e76d3a71756385a5b2c8e75a9606a
#
3个文件已修改
34 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/index.css 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -4,13 +4,17 @@
body {
    height: 100%;
    background-color: #fff;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    padding: 10px;
}
/* ------------------------------------ 头部 ------------------------------------*/
header {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #fff;
    height: 20%;
    opacity: 0.8;
    position: relative;
@@ -87,7 +91,10 @@
/* ------------------------------------ 主体 ------------------------------------*/
main {
    height: 80%;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #fff;
    height: 76.8%;
    position: relative;
}
src/main/webapp/static/css/index.css
@@ -1,6 +1,6 @@
/* 导航 */
.nav {
    background-color: #FFFF00; /*todo*/
    background-color: #fff; /*todo*/
    color: #000;
    list-style-type: none;
    position: fixed;
@@ -10,7 +10,7 @@
}
.nav li {
    float: left;
    border-right: 1px solid #e1e100; /*todo*/
    border-right: 1px solid #f1f1f1; /*todo*/
}
.nav li a {
    font-size: 15px;
@@ -32,10 +32,18 @@
    color: #666;
}
.nav-select {
    background-color: #ffe75c;  /*todo*/
    background-color: #f1f1f1;  /*todo*/
    color: #000;
}
/* 主体 */
#content {
    box-sizing: border-box;
    padding-top: 46px;
    width: 100%;
    height: 100%;
}
/*底部*/
footer {
    border-top: 1px solid #e3e3e3;
src/main/webapp/views/index.html
@@ -12,12 +12,7 @@
  <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
  <script type="text/javascript" src="../static/js/common.js"></script>
  <style>
    #content {
      box-sizing: border-box;
      padding-top: 46px;
      width: 100%;
      height: 100%;
    }
  </style>
</head>
<body>
@@ -30,7 +25,7 @@
  </ul>
  <!-- 主体内容 -->
  <iframe id="content" src="crn.html"></iframe>
  <iframe id="content" src="console.html"></iframe>
  <footer class="footer">
    Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬物流装备有限公司</a>  保留所有权利