main
Tuzki 2 years ago
parent 063dfa23db
commit 66bdf43cd1
  1. 5
      WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css

@ -803,7 +803,7 @@ th {
/* 公共 布局 */
.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-bg{background-color: #001d65;height:100%;background-image: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;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 }
@ -826,8 +826,9 @@ th {
}
.cj-page-bg {
background-color: #001d65;
height: 100%;
background: url(../images/cj-page-bg.png) center no-repeat;
background-image: url(../images/cj-page-bg.png) center no-repeat;
background-size: cover;
}

Loading…
Cancel
Save