zoukankan      html  css  js  c++  java
  • xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

    css scroll text without wrap

    hidden webkit-scrollbar

    
    .tabs-title-box::-webkit-scrollbar,
    .tabs-content-box::-webkit-scrollbar {
      display: none;
       0 !important;
      height: 0 !important;
      background: transparent;
    }
    
    .tabs-title-box{
      box-sizing: border-box;
      overflow-x: auto;
      max- 100vw;
      display: flex;
      flex-flow: row;
      justify-content: start;
      align-items: center;
      .tabs-title{
        // min- 48px;
        // min- 64px;
        height:30px;
        font-size:30px;
        font-family:PingFangSC-Medium,PingFang SC;
        font-weight:500;
        color:rgba(255,38,97,1);
        line-height:30px;
        margin: 16px 32px;
        text-align: center;
        white-space: nowrap;
      }
    }
    
    

    white-space: nowrap;

    
    at-tabs--scroll .at-tabs__header {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    
    

    refs



    ©xgqfrms 2012-2020

    www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


  • 相关阅读:
    初赛—算法复杂度
    2-SAT
    最小生成树
    18-短信验证码接口
    17-腾讯云短信开发
    16-手机号是否存在验证接口
    15-多方式登录
    14-登录注册页面
    13-Git
    12-跨域请求详解
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/12603952.html
Copyright © 2011-2022 走看看