当前位置:网站首页>去掉input聚焦时的边框
去掉input聚焦时的边框
2022-07-06 09:28:00 【梦想身高1米8】
<html>
<body>
<input placeholder="请输入"/>
</body>
</html>


border:none效果
<html>
<head>
<style> input{
border:none; } </style>
</head>
<body>
<input placeholder="请输入"/>
</body>
</html>


outline: none效果
<html>
<head>
<style> input{
outline: none; } </style>
</head>
<body>
<input placeholder="请输入"/>
</body>
</html>


border:none;加outline:none;效果
<html>
<head>
<style> input{
border:none; outline: none; } </style>
</head>
<body>
<input placeholder="请输入"/>
</body>
</html>


边栏推荐
- Common configuration files of SSM framework
- B - Code Party (girls' competition)
- Penetration test (1) -- necessary tools, navigation
- Pytorch extract skeleton (differentiable)
- 渗透测试 ( 2 ) --- 渗透测试系统、靶机、GoogleHacking、kali工具
- F - birthday cake (Shandong race)
- Web based photo digital printing website
- Luogu P1102 A-B number pair (dichotomy, map, double pointer)
- Problem - 1646C. Factorials and Powers of Two - Codeforces
- QT按钮点击切换QLineEdit焦点(含代码)
猜你喜欢

Information security - Analysis of security orchestration automation and response (soar) technology

1323. Maximum number of 6 and 9

Problem - 922D、Robot Vacuum Cleaner - Codeforces

Basic Q & A of introductory C language

PySide6 信号、槽

C language must memorize code Encyclopedia

Essai de pénétration (1) - - outils nécessaires, navigation

Read and save zarr files

Write web games in C language

Web based photo digital printing website
随机推荐
Codeforces Round #799 (Div. 4)A~H
QWidget代码设置样式表探讨
渗透测试 ( 7 ) --- 漏洞扫描工具 Nessus
[exercise-5] (UVA 839) not so mobile (balance)
渗透测试 ( 4 ) --- Meterpreter 命令详解
Ball Dropping
Web based photo digital printing website
Socket communication
807. Maintain the urban skyline
921. Minimum additions to make parentheses valid
指定格式时间,月份天数前补零
Shell Scripting
(POJ - 2739) sum of constructive prime numbers (ruler or two points)
Penetration test 2 --- XSS, CSRF, file upload, file inclusion, deserialization vulnerability
渗透测试 ( 1 ) --- 必备 工具、导航
PySide6 信号、槽
Opencv learning log 29 -- gamma correction
Find 3-friendly Integers
Perform general operations on iptables
力扣:第81场双周赛