首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
请教一个 css 问题
zxCoder
·
2021-11-07 19:33:58 +08:00
· 721 次点击
这是一个创建于 1117 天前的主题,其中的信息可能已经有所发展或是发生改变。
有一个 input ,然后前面有一个 icon ,css 能实现,input focus 的时候,icon 的样式也修改吗
input
CSS
icon
Focus
2 条回复
•
2021-11-07 20:31:58 +08:00
1
xell
2021-11-07 19:47:50 +08:00
1
+ 或者 ~ 选择器就好了,例如
<input type="text" id="text"><icon class="icon">
#text:focus ~ .icon { ... }
2
iNaru
2021-11-07 20:31:58 +08:00
1
参考 :focus-within
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2569 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 15:53
·
PVG 23:53
·
LAX 07:53
·
JFK 10:53
Developed with
CodeLauncher
♥ Do have faith in what you're doing.