12 2021 档案

摘要:Centos安装命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu/Deepin安装命令: wget -O install 阅读全文
posted @ 2021-12-30 14:23 _XiaoBo 阅读(48) 评论(0) 推荐(0) 编辑
摘要:单行文本 //单行文本 overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 多行文本 //多行文本 display: -webkit-box; -webkit-box-orient: vertical; -webkit-lin 阅读全文
posted @ 2021-12-30 14:13 _XiaoBo 阅读(35) 评论(0) 推荐(0) 编辑
摘要:html{ /*隐藏滚动条,当IE下溢出,仍然可以滚动*/ -ms-overflow-style:none; /*火狐下隐藏滚动条*/ overflow:-moz-scrollbars-none; } //谷歌下隐藏滚动条 ::-webkit-scrollbar{ display:none; } 阅读全文
posted @ 2021-12-30 13:04 _XiaoBo 阅读(51) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示