美文网首页
小程序 css

小程序 css

作者: 深度_1175 | 来源:发表于2018-08-07 08:35 被阅读0次
    text-decoration:line-through;
    
    <script type="text/javascript">
        $(document).ready(function(){
            alert('you are here');
    
        });
    </script>
    
    //文本溢出
    #overflow666{
     
       overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;  
    }
    

    相关文章

      网友评论

          本文标题:小程序 css

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