1 Star 0 Fork 1

A00老虎/商标查询H5源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Kaiser 提交于 2022-12-30 15:40 . 1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>商标查询</title>
<style>
* {
margin: 0;
box-sizing: border-box;
}
body{
margin: 30px 10px 0 10px;
}
h1{
margin: 30px 0;
text-align: center;
}
.line {
margin: 20px 0;
}
label{
white-space:nowrap;
margin: 0 2px;
}
.same{
width: 100%;
height: 35px;
}
</style>
</head>
<body>
<H1>商标查询</H1>
<form action="list.php" method="get">
<div class="line">
<label><input name="type" type="radio" value="5" />精准</label>
<label><input name="type" type="radio" value="1" checked/>近似</label>
<label><input name="type" type="radio" value="2" />注册号</label>
<label><input name="type" type="radio" value="3" />申请人</label>
<label><input name="type" type="radio" value="4" />代理机构</label>
</div>
<div class="line">
<input class="same" type="text" name="keyword" placeholder="请输入关键词"/>
</div>
<div class="line">
<input class="same" type="submit" value="查询"/>
</div>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hjl4am/trademark-h5.git
git@gitee.com:hjl4am/trademark-h5.git
hjl4am
trademark-h5
商标查询H5源码
master

搜索帮助