<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="vsCode">
<meta name="Author" content="x">
<meta name="Keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge chrome=1">
<!--IE8浏览器的显示方式:IE=edge以IE最高版本显示 Chrome=1以谷歌浏览器模式渲染-->
<meta name="referrer" content="never">
<!--告诉浏览器链接的来源(可以计算链接的访问量)-->
<meta name="format-detection" content="telephone=no,email=no,address=no">
<!--格式检测(数字,邮箱,地址)no 不识别为电话号码,邮箱,地址-->
<meta name="renderer" content="webkit">
<meta name="Description" content="">
<style type="text/css">
*{
margin: 0;
padding: 0;
}
ul,li{
list-style:none;
}
a{
text-decoration:none;
}
input{
outline-style:none;
border: 0px;
}
#form1{
margin-top:20px;
width:80%;
margin:2px auto;
}
#form1 form span{
color:#999;
}
.row {
margin-top: 25px;
height: 50px;
line-height: 26px;
border-bottom: 1px solid #c7c6c6;
width:100%;
}
.input {
position: relative;
width: 100%;
height: 26px;
}
.input input {
display: block;
width: 100%;
height: 26px;
border:none;
background: none;
outline:none;
}
.input label {
position: absolute;
top:0;
left:0;
height: 26px;
line-height: 26px;
font-size: 14px;
color: #999
form表单+移动端自适应
最新推荐文章于 2025-05-27 08:45:47 发布