-
学查看全部
-
background-position:图片定位 x轴 y轴 竖排图y轴 横排图x轴查看全部
-
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Busy - 电商</title> <style> input{outline:none;border:none; background:none;} .search_box{width: 500px;height: 30px;} .search_input{width: 428px; height: 28px;padding:0 5px;float: left; line-height:30px\9;;border:#999 solid 1px;} .search_btn{width: 60px;height: 30px;line-height: 30px;float: left;color: #FFF; font-family: "Microsoft YaHei", "微软雅黑";background-color: #FF8C00;} </style> </head> <body> <div class="search_box"> <input type="text" class="search_input"> <input type="button" class="search_btn" value="搜索"> </div> </body> </html>查看全部
举报
0/150
提交
取消