input点击焦点后阴影
摘要:input[type=text]:focus { outline: none; border-color: rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px 0px skyblue,0 0 8px skyblue; }
阅读全文
posted @
2022-03-09 16:16
Steven_YF
阅读(66)
推荐(0)
CSS3 box-shadow盒子阴影
摘要:inset | offset-x | offset-y | blur-radius | spread-radius | color 阴影在边框内 x轴 y轴 模糊半径 扩散半径 阴影颜色 inset: 默认阴影在边框外。使用 inset 后,阴影在边框内 offset-x:水平偏移量:(如果是负值则
阅读全文
posted @
2022-03-09 16:03
Steven_YF
阅读(56)
推荐(0)