el-carousel导致页面顶部字体闪烁问题

2019-04-30  本文已影响0人  五洋捉鳖zz
.header-bar{
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  .bg{// 黑色半透明背景
    background: #031D49;
    opacity:0.75;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
  }
  .header-bar-text{ // 展示文字区域
    position: relative;
    width: 1200px;
    height: 100%;
    color: #DE4029;
    font-size: 14px;
    line-height: 30px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
  .el-carousel{
   transform: translate3d(0,0,0)
  }
上一篇下一篇

猜你喜欢

热点阅读