first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>搜索框</title>
<style>
input {
border-radius: 29px;
border: 1px solid #f2f2f2;
background: #f2f2f2;
font-size: 13px;
padding: 7px 7px;
background-image: url("./sss.png");
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: 107px center;
outline: none;
}
</style>
</head>
<body>
<input type="text" placeholder="搜索">
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB