|
|
|
@ -44,9 +44,6 @@
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: rgba(7,68,136,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -100,7 +97,7 @@
|
|
|
|
|
<label>
|
|
|
|
|
<input name="title" id="title" type="text" placeholder="请输入搜索内容" class="layui-input">
|
|
|
|
|
</label>
|
|
|
|
|
<button class="layui-btn" onclick="queryList()">搜索</button>
|
|
|
|
|
<button class="layui-btn" onclick="queryList()" style="background-color: rgb(51, 111, 184);">搜索</button>
|
|
|
|
|
</form>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|