表单轮廓线


<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Documenttitle>
	<style type="text/css">
	   input {
	   	   /* outline: 4px solid red; */
	   	   /* border: 1px solid yellow; */
	   	   outline: 0;  	/*取消轮廓线*/
	   }

	   textarea {
	   	   outline: 0;
	   	   resize: none;
	   }
	style>
head>
<body>
	<input type="text /">
	<textarea name="" id="" cols="30" rows="10">textarea>
	<p>段落p>
body>
html>

返回上一层目录

你可能感兴趣的:(前端,表单轮廓线)