소스 검색

icon 颜色

tags/6.1.8
xushubieli 3 년 전
부모
커밋
572d46f6fd
3개의 변경된 파일479개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/admin/catalog_edit.php
  2. +0
    -1
      src/admin/templets/templets_default.htm
  3. +478
    -1
      src/static/web/css/admin.css

+ 1
- 1
src/admin/catalog_edit.php 파일 보기

@@ -165,7 +165,7 @@ if ($dopost == 'time') {
<input type="hidden" name="moresite" value="<?php echo $myrow['moresite']; ?>">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="260" class="bline" height="26" align="center">是否支持投稿:</td>
<td width="160" class="bline" height="26" align="center">是否支持投稿:</td>
<td class="bline">
<label><input type='radio' name='issend' value='0' class='np' <?php if ($myrow['issend'] == "0") echo " checked='1' "; ?>>&nbsp;不支持</label>
<label><input type='radio' name='issend' value='1' class='np' <?php if ($myrow['issend'] == "1") echo " checked='1' "; ?>>&nbsp;支持</label>


+ 0
- 1
src/admin/templets/templets_default.htm 파일 보기

@@ -7,7 +7,6 @@
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
a.btn{color:white!important}
.linerow{border-bottom:1px solid #CBD8AC}
</style>
<script>


+ 478
- 1
src/static/web/css/admin.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장