美文网首页
背景图片渐变

背景图片渐变

作者: LH8966 | 来源:发表于2019-02-11 14:16 被阅读0次
     background-image: -webkit-linear-gradient(top, #d0d0d0, #d0d0d0, transparent, transparent),
     -webkit-linear-gradient(bottom, #d0d0d0, #d0d0d0, transparent, transparent);
     background-image: linear-gradient(180deg, #d0d0d0, #d0d0d0, transparent, transparent),
     linear-gradient(0deg, #d0d0d0, #d0d0d0, transparent, transparent);
     background-position: bottom;
     background-size: 100% 1px;
     background-repeat: no-repeat;
     background-position: top, bottom;
    
     flex: 1;
     height: 46px;
     white-space: nowrap;
     overflow: hidden;
     overflow-x: scroll;
     /* 1 */
     -webkit-backface-visibility: hidden;
     -webkit-perspective: 1000;
      -webkit-overflow-scrolling: touch;
      /* 2 */
     text-align: justify;
     /* 3 */
     &::-webkit-scrollbar {
       display: none;
      }
    

    相关文章

      网友评论

          本文标题:背景图片渐变

          本文链接:https://www.haomeiwen.com/subject/vmdqeqtx.html