参考:https://qastack.cn/programming/50361698/border-style-do-not-work-with-sticky-position-element 当浏览器折叠边框时,<th>必须将…
Leave a Comment标签: CSS
容器属性 flex-direction主轴方向 row(默认值):主轴为水平方向,起点在左端。 row-reverse:主轴为水平方向,起点在右端。 column:主轴为垂直方向,起点在上沿。 column-reverse:主轴为垂直方向,…
Leave a Comment基础转义 less div { > span { width: calc(~’100% – 10px’); } } 编译为css div > span { width: calc(100% – 10px); } 变量插值 les…
Leave a Comment取消黄色边框 outline: none; 取消textarea的拖动改变大小的功能 resize: none;
Leave a Comment