国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
494B

  1. <div class="item-hot bg-white shadow-sm rounded p-3">
  2. <form class="search" name="formsearch" action="{dede:global.cfg_cmsurl/}/apps/search.php">
  3. <input type="hidden" name="kwtype" value="0">
  4. <div class="input-group">
  5. <input name="q" type="text" class="form-control" placeholder="请输入搜索关键词...">
  6. <button type="submit" id="validateimg" class="btn btn-success btn-sm"><i class="fa fa-search"></i></button>
  7. </div>
  8. </form>
  9. </div>