under Website Notes of Programming
点击 Ant Design Vue 的 Radio 单选框时会出现如上类似于 outline 或 box-shadow 类的框框,但通过 CSS 进行屏蔽均无效。在自定义配色时这个框框的浅蓝色在自定义配色按钮外围常常显得不相匹配解决方法在 a-radio-button 里配置点击事件 @cl...
under Website Notes of Programming
/* ----【函数】更改伪类CSS样式---- */ function ChangePseudoClassStyle(PseudoClassCSSName, CSSText) { //伪类名 例"a:after", 新样式 var PseudoClassCSSID...
under Website Notes of Programming
在前方加入一段样式表<style> table th:first-of-type { width: 120px; } table th:nth-of-type(2) { width: 1000px; } </style>Typecho 使用例!!! &l...
under Website Notes of Programming
table th:first-of-type { width: 120px; } table th:nth-of-type(2) { width: 1000px; } 曲名Never Fade Away (Vicetone Remix)原作P.T.Adamczyk ...
under Website Notes of Programming
首先,这是一只普通的DIV设置了其背景: test <div class="DivTest" style=" text-align: center; padding: 1em; background: url(/i/usr...