|
|
@@ -3,6 +3,7 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>CRAWLER HOME</title>
|
|
|
+ <meta name="referrer" content="no-referrer"/>
|
|
|
</head>
|
|
|
<style type="text/css">
|
|
|
.font {
|
|
|
@@ -201,9 +202,9 @@
|
|
|
<span class="font">findJavbusProfile</span>
|
|
|
<form method="post" action="bg/crawler/findJavbusProfile">
|
|
|
<span>keyword</span>
|
|
|
- <input type="text" name="keyword" placeholder="可为空"/>
|
|
|
+ <input type="text" name="keyword" placeholder="可为空" style="width: 100px;"/>
|
|
|
<span>timeDay</span>
|
|
|
- <input type="text" name="timeDay" placeholder="数字(天),可为空" style="width: 50px;"/>
|
|
|
+ <input type="text" name="timeDay" placeholder="数字(天),可为空" style="width: 70px;"/>
|
|
|
<span>pic</span>
|
|
|
<select name="pic" style="height: 21.43px;">
|
|
|
<option value="1">不显示</option>
|
|
|
@@ -231,8 +232,8 @@
|
|
|
<option value="asc">asc</option>
|
|
|
</select>
|
|
|
<span>page</span>
|
|
|
- <input type="text" name="pageNo" placeholder="pageNo,默认1" style="width: 50px;"/>
|
|
|
- <input type="text" name="pageSize" placeholder="pageSize,默认10" style="width: 50px;"/>
|
|
|
+ <input type="text" name="pageNo" placeholder="pageNo,默认1" style="width: 70px;"/>
|
|
|
+ <input type="text" name="pageSize" placeholder="pageSize,默认10" style="width: 70px;"/>
|
|
|
<input type="submit" value="提交">
|
|
|
</form>
|
|
|
</div>
|