html中自定义字体
摘要:/*这里定义你引入字体包的名称*/ @font-face { font-family: fzxbs; src:url(../font/fzxbs.ttf); }
阅读全文
posted @
2023-06-06 14:27
IT-QI
阅读(80)
推荐(0) 编辑
layui 中select禁止选择时去掉下拉箭头,并且设置字体黑色样式
摘要:.layui-edge { border-style: none !important; } Input { color: black; } .layui-disabled, .layui-disabled:hover { color: black!important; }
阅读全文
posted @
2023-02-06 17:37
IT-QI
阅读(361)
推荐(0) 编辑
html页面样式
摘要:/*鼠标禁用提示*/.cursorDisable{ cursor: not-allowed !important;}
阅读全文
posted @
2022-04-02 10:49
IT-QI
阅读(37)
推荐(0) 编辑