zhaoxing
2022-06-22 9d4132071353f6b5a62d10decf6bc806a389ecd7
调整样式
2个文件已添加
3个文件已修改
19 ■■■■ 已修改文件
public/hn3d/example/00_hn_new.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/hn3d/example/css/hn.css 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/hn3d/example/img/bg_bottom.png 补丁 | 查看 | 原始文档 | blame | 历史
public/hn3d/example/img/bg_top.png 补丁 | 查看 | 原始文档 | blame | 历史
src/cool/modules/base/views/hn_model.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/hn3d/example/00_hn_new.html
@@ -14,13 +14,12 @@
  <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  <!--第三方lib-->
  <script type="text/javascript" src="../lib/include-lib.js" libpath="../lib/"
    include="jquery,font-awesome,bootstrap,layer,haoutil,mars3d"></script>
  <script type="text/javascript" src="../lib/include-lib.js" libpath="../lib/" include="jquery,font-awesome,bootstrap,layer,haoutil,mars3d"></script>
  <link href="./css/style.css" rel="stylesheet" />
  <link href="./css/hn.css" rel="stylesheet" />
  <link rel="stylesheet" href="./css/time_search.css">
  <link rel="stylesheet" href="./js/bootstrap/bootstrap-datepicker/bootstrap-datetimepicker.css">
  <link href="./css/hn.css" rel="stylesheet" />
  <style>
    .disable {
      pointer-events: none;
public/hn3d/example/css/hn.css
@@ -18,8 +18,8 @@
    top: 0;
    left: 0;   
    right: 0;
    height: 60px;
    background: url(../img/bg_total.png) rgba(12, 25, 48, 0.7) no-repeat center top;
    height: 107px;
    background: url(../img/bg_top.png) no-repeat center top;
    background-size: auto 100%;
    border: none;
    box-shadow: none;
@@ -37,6 +37,10 @@
    left: 0;   
    right: 0;
    height: 60px;
    background: url(../img/bg_bottom.png) no-repeat center bottom;
    background-size: auto 100%;
    border: none;
    box-shadow: none;
}
.bottomWindows > div{
    margin: 0 auto;
public/hn3d/example/img/bg_bottom.png
public/hn3d/example/img/bg_top.png
src/cool/modules/base/views/hn_model.vue
@@ -5,6 +5,7 @@
    <iframe src="http://localhost:9100/public/hn3d/example/00_hn_new.html"
            id="ifr1"
            name="ifr1"
            frameborder="0"
            scrolling="yes">
      <p>Your browser does not support iframes.</p>
    </iframe>
@@ -48,6 +49,11 @@
    }
});
</script>
<style lang="scss" scoped>
.cl-crud{
    padding: 0;
}
</style>
<style lang="scss">
#ifr1 {
    width: 100%;