| @@ -105,9 +105,7 @@ | |||
| <body> | |||
| <table cellpadding="5" cellspacing="1" align="center" class="table maintable my-3"> | |||
| <tr bgcolor="#f5f5f5"> | |||
| <td width="170" align="center"> | |||
| <input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" class="admin-input-md"> | |||
| </td> | |||
| <td width="380" align="center"><input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" class="admin-input-md"></td> | |||
| <td> | |||
| <button type="submit" name="Submit2" class="btn btn-success btn-sm">搜索</button> | |||
| <button type="button" name="bt1" onclick="location='freelist_add.php';" class="btn btn-success btn-sm">增加列表</button> | |||
| @@ -58,7 +58,7 @@ | |||
| <form name="form2" method="get" action="member_operations.php"> | |||
| <table cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | |||
| <tr bgcolor="#f5f5f5"> | |||
| <td width="260" align="center"><input type="text" name="buyid" id="buyid" placeholder="请输入订单号" class="admin-input-md"></td> | |||
| <td width="380" align="center"><input type="text" name="buyid" id="buyid" placeholder="请输入订单号" class="admin-input-md"></td> | |||
| <td> | |||
| <button type="submit" class="btn btn-success btn-sm">搜索</button> | |||
| <button type="button" onClick="location='member_operations.php?sta=0';" class="btn btn-success btn-sm">未付款</button> | |||
| @@ -42,7 +42,7 @@ | |||
| ?> | |||
| <input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>"> | |||
| <tr align="center"> | |||
| <td><input type="text" name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" id="pname_<?php echo $k?>" class="admin-input-md"></td> | |||
| <td width="380" align="center"><input type="text" name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" id="pname_<?php echo $k?>" class="admin-input-md"></td> | |||
| <td> | |||
| <select name="rank_<?php echo $k?>" id="rank_<?php echo $k?>" class="admin-input-md"> | |||
| <?php | |||
| @@ -43,6 +43,9 @@ form.search { | |||
| display:flex; | |||
| width:100% | |||
| } | |||
| .navbar-toggler { | |||
| font-size:16px | |||
| } | |||
| ul.spec > li > a > img,.article-spec > a > img { | |||
| width:120px | |||
| } | |||
| @@ -138,7 +141,7 @@ ul.items > li .source { | |||
| border:none | |||
| } | |||
| .ddcard-normal { | |||
| padding:.25rem; | |||
| padding:0; | |||
| box-shadow:1px 0px 5px 5px #f5f5f5 | |||
| } | |||
| .ddcard-normal ul { | |||
| @@ -160,7 +163,7 @@ ul.items > li .source { | |||
| } | |||
| .ddcard-normal > .card-header .caption::before { | |||
| margin-right:10px; | |||
| padding:6px; | |||
| padding:3px; | |||
| content:" "; | |||
| background:#1eb867; | |||
| border-radius:.2rem | |||
| @@ -169,7 +172,7 @@ ul.items > li .source { | |||
| font-size:18px | |||
| } | |||
| .ddcard > .card-header .caption span { | |||
| padding:6px 15px; | |||
| padding:6px 12px; | |||
| display:inline-block; | |||
| color:#fff; | |||
| background:#1eb867; | |||
| @@ -180,89 +183,28 @@ ul.items > li .source { | |||
| font-size:14px; | |||
| line-height:26px | |||
| } | |||
| .ddcard > .list-group { | |||
| margin-left:20px | |||
| } | |||
| .ddcard > .list-group .label,.ddcard-normal > .list-group .label { | |||
| float:right; | |||
| font-size:14px; | |||
| padding:10px; | |||
| color:#12451f; | |||
| background:#b6e9b4; | |||
| border-radius:.25rem; | |||
| margin-left:5px | |||
| } | |||
| .ddcard-normal > .list-group .time { | |||
| color:#c0c0c0 | |||
| } | |||
| .ddcard-normal > ul > li,.ddcard-normal > ol > li { | |||
| border-bottom:dashed 1px #cfcfcf; | |||
| list-style:none | |||
| } | |||
| .ddcard-normal > ul > li.media img { | |||
| width:75px; | |||
| height:57px | |||
| } | |||
| .ddcard-normal > ul > li.media h4 { | |||
| font-size:16px | |||
| width:60px; | |||
| height:60px | |||
| } | |||
| .ddcard-normal .more { | |||
| padding-right:1.5rem | |||
| padding-right:1.25rem | |||
| } | |||
| .ddcard-normal > .list-group > li i { | |||
| color:#60B983 | |||
| } | |||
| .ddcard > ul > li,.ddcard > ol > li,.ddcard-normal > ul > li,.ddcard-normal > ol > li { | |||
| padding:10px 0; | |||
| padding-bottom:10px; | |||
| color:#c0c0c0; | |||
| overflow:hidden; | |||
| #fff-space:nowrap; | |||
| text-overflow:ellipsis | |||
| text-overflow:ellipsis; | |||
| white-space:nowrap | |||
| } | |||
| .ddcard > ul > li:nth-child(1),.ddcard > ol > li:nth-child(1),.ddcard-normal > ul > li:nth-child(1),.ddcard-normal > ol > li:nth-child(1) { | |||
| margin-top:10px; | |||
| overflow:hidden; | |||
| #fff-space:nowrap; | |||
| text-overflow:ellipsis | |||
| } | |||
| .ddcard > ul > li a,.ddcard > ol > li a,.ddcard-normal > ul > li a,.ddcard-normal > ol > li a { | |||
| color:#272727 | |||
| } | |||
| .ddcard > ol > li::before,.ddcard-normal > ol > li::before { | |||
| background:#fff840; | |||
| color:#fff; | |||
| padding:10px 0; | |||
| margin-left:-10px; | |||
| margin-right:10px; | |||
| border-radius:.25rem | |||
| } | |||
| .ddcard > ol > li:nth-child(1)::before,.ddcard-normal > ol > li:nth-child(1)::before { | |||
| content:"1"; | |||
| background:#fff840; | |||
| color:#fff; | |||
| padding:6px 6px; | |||
| margin-left:0px; | |||
| margin-right:10px; | |||
| border-radius:.25rem; | |||
| width:6px | |||
| } | |||
| .ddcard > ol > li:nth-child(2)::before,.ddcard-normal > ol > li:nth-child(2)::before { | |||
| content:"2"; | |||
| background:#ffb400; | |||
| color:#fff; | |||
| padding:6px 5px; | |||
| margin-left:0px; | |||
| margin-right:10px; | |||
| border-radius:.25rem | |||
| margin-top:10px | |||
| } | |||
| .ddcard > ol > li:nth-child(3)::before,.ddcard-normal > ol > li:nth-child(3)::before { | |||
| content:"3"; | |||
| background:#ffcc00; | |||
| color:#fff; | |||
| padding:6px 5px; | |||
| margin-left:0px; | |||
| margin-right:10px; | |||
| border-radius:.25rem | |||
| .ddcard > ul > li:last-child,.ddcard > ol > li:last-child,.ddcard-normal > ul > li:last-child,.ddcard-normal > ol > li:last-child { | |||
| padding-bottom:0 | |||
| } | |||
| .digg .comment-container { | |||
| width:200px; | |||
| @@ -299,9 +241,9 @@ ul.items > li .source { | |||
| margin-bottom:unset | |||
| } | |||
| .prenext .pagination-previous,.pagination-next { | |||
| padding:6px 12px; | |||
| font-size:14px; | |||
| color:#a6a5a6; | |||
| padding:6px 14px; | |||
| border-radius:30px; | |||
| border:1px solid #f0f0f0; | |||
| cursor:pointer | |||
| @@ -334,7 +276,7 @@ ul.items > li .source { | |||
| .title::before { | |||
| content:" "; | |||
| background:#1eb867; | |||
| padding:6px; | |||
| padding:3px; | |||
| margin-right:10px; | |||
| border-radius:.2rem | |||
| } | |||
| @@ -18,7 +18,7 @@ | |||
| <div class="col-7 col-md-3"> | |||
| <form class="search" name="formsearch" action="{dede:global.cfg_cmsurl/}/apps/search.php"> | |||
| <input type="hidden" name="kwtype" value="0"> | |||
| <input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | |||
| <input name="q" type="text" class="form-control" placeholder="请输入..."> | |||
| <button type="submit" class="btn btn-success"><i class="fa fa-search"></i></button> | |||
| </form> | |||
| </div> | |||
| @@ -88,12 +88,12 @@ | |||
| </div> | |||
| <div class="row"> | |||
| {dede:channelartlist} | |||
| <div class="col-md-6 mb-3"> | |||
| <div class="col-md-6 my-3"> | |||
| <div class="card ddcard-normal"> | |||
| <div class="card-header"> | |||
| <div class="row"> | |||
| <div class="col-md-6 caption"> | |||
| <span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span> | |||
| <a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a> | |||
| </div> | |||
| <div class="col-md-6 d-flex justify-content-end more"><a href="{dede:field name='typeurl'/}">更多</a></div> | |||
| </div> | |||
| @@ -13,7 +13,7 @@ | |||
| <div class="container py-3"> | |||
| <div class="row"> | |||
| <div class="col-md-12"> | |||
| <table width="100%" cellpadding="0" cellspacing="0" bgcolor="#cccccc" class='table'> | |||
| <table width="100%" cellpadding="0" cellspacing="0" class="table"> | |||
| <form name="form1" action="search.php" method="get"> | |||
| <tr> | |||
| <td align="center" width="20%">网站栏目:</td> | |||
| @@ -21,7 +21,7 @@ | |||
| <?php | |||
| $tl = new TypeLink(0); | |||
| $typeOptions = $tl->GetOptionArray(0,0,0); | |||
| echo "<select name='typeid' class='admin-input-md' class='form-control'>"; | |||
| echo "<select name='typeid' class='form-control'>"; | |||
| echo "<option value='0' selected>不限栏目</option>"; | |||
| echo $typeOptions; | |||
| echo "</select>"; | |||
| @@ -30,7 +30,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td align="center">关 键 字:</td> | |||
| <td width="490" ><input name="q" type="text" id="q" class="form-control"></td> | |||
| <td width="380" ><input name="q" type="text" id="q" class="form-control"></td> | |||
| </tr> | |||
| <tr> | |||
| <td align="center">发布时间:</td> | |||