main
Tuzki 2 years ago
parent 9f1f58f622
commit a974867758
  1. 1
      WebRoot/hbcyjc/region/130000/template/headercomm.jsp
  2. 13
      WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css
  3. BIN
      WebRoot/hbcyjc/region/130000/yuanxing/static/images/cj-page-head_light1.png
  4. BIN
      WebRoot/hbcyjc/region/130000/yuanxing/static/images/cj-page-head_light2.png

@ -23,7 +23,6 @@
<script type="text/javascript" src="${ctx }/hbcyjc/region/130000/pages/common/common_fun.js"></script>
<!-- 获取当前时间js -->
<script src="${ctx }/js/dateutil.js"></script>
<header class="cj-page-header fixed" id="headerid">
<div class="cj-system-name"><span class="cj-system-names" id="zsj_title"></span></div>
<%-- 悬浮筛选按钮--%>

@ -171,8 +171,17 @@ th{text-align:left;}
/* 公共 布局 */
.cj-page-layer{position:relative;z-index:1010;width:100%;padding-right:2rem;padding-left:2rem;margin-right:auto;margin-left:auto;}
.cj-page-bg{height:100%;background:url(../images/cj-page-bg.png) var(--pageBg,#fff) center no-repeat;background-size:cover;}
.cj-page-header{display:-ms-flexbox;display:flex;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:5rem;background-image:url(../images/cj-page-head.png);background-repeat: no-repeat;background-size: cover}
.cj-page-header{display:-ms-flexbox;display:flex;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:5rem;background-image:url(../images/cj-page-head.png);background-repeat: no-repeat;background-size: cover;position: relative;}
.cj-page-header:before{content: '';width: 100%;height: 10px;position: absolute;left: 0;top: -5px;background-image: url(../images/cj-page-head_light1.png);background-repeat: no-repeat;background-position-x:-118px;background-position-y:top; z-index: 99999;background-size: contain;animation: light linear 18s infinite;}
.cj-page-header:after{content: '';width: 100%;height: 10px;position: absolute;left: 0;top: 93%;background-image: url(../images/cj-page-head_light2.png);background-repeat: no-repeat;background-position-x:-118px;background-position-y:top;background-size: contain;animation: light linear 15s infinite;animation-delay: 1s }
@keyframes light {
0%{
background-position-x:-118px;
}
100%{
background-position-x:110%;
}
}
/* 公共 头部 */
.cj-system-name{width:25%;font-size:1.7rem;padding-left: 65px;font-weight:500;line-height:5rem;position: relative;background-image: url(../images/cj-page-head_left.png);background-repeat: no-repeat;background-size: 100% 100%;}
.cj-system-names{background-image:-webkit-linear-gradient(top, #fff, #99d2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Loading…
Cancel
Save