0
点赞
收藏
分享

微信扫一扫

day15 带图标的输入框

十里一走马 2022-08-01 阅读 81

<!DOCTYPE html>

<html>

<head lang="en">

<meta charset="UTF-8">

<title></title>

<style>

.good{

background-image: url("i_username.png");

display: inline-block;

width: 42px;

height: 42px;



}





</style>

</head>

<body>

<div style="width:200px;position: relative">

<input style="width:180px;height: 42px;padding-right: 20px"/>

<span class="good" style="position: absolute;top:2px;right:0;"></span>

</div>

</body>

</html>

举报

相关推荐

0 条评论