HTML 数量表格

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.c{
float:left;
border:1px solid slategray;
height:30px;
/*width:100px;*/
top:15px;
text-align:center;
color:red;

}
</style>
</head>
<body>

<div class="c" style="width:121px;">
<div class="c" style="width:31px;">
<label>-</label>
</div>
<div class="c" style="width:53px";>
<input type="text" style="width:50px;border:0;">
</div>
<div class="c" style="width:31px;">
<label>+</label>
</div>

</div>
</body>
</html>


posted @ 2017-11-13 10:56  沧海一粒水  阅读(187)  评论(0编辑  收藏  举报