小程序 css

2018-08-07  本文已影响0人  深度_1175
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;  
}
上一篇 下一篇

猜你喜欢

热点阅读