.vue前端网页怎么设置文本框透明啊,但是字体还是不透明的,不知道命令,求解
F12选中文本框白色背景,查看一下是用哪个CSS类控制的,给它的背景修改为background-color: transparent; 或者background-color: rgba(255, 255, 255, 0.1);
background-color: transparent;
background-color: rgba(255, 255, 255, 0.1);