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
阅读全文
摘要:单行文本 //单行文本 overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 多行文本 //多行文本 display: -webkit-box; -webkit-box-orient: vertical; -webkit-lin
阅读全文
摘要:html{ /*隐藏滚动条,当IE下溢出,仍然可以滚动*/ -ms-overflow-style:none; /*火狐下隐藏滚动条*/ overflow:-moz-scrollbars-none; } //谷歌下隐藏滚动条 ::-webkit-scrollbar{ display:none; }
阅读全文