| @@ -114,7 +114,7 @@ $adminMenu1 | |||||
| <m:item name='积分头衔设置' link='member_scores.php' rank='member_Type' target='main' /> | <m:item name='积分头衔设置' link='member_scores.php' rank='member_Type' target='main' /> | ||||
| </m:top> | </m:top> | ||||
| $adminMenu2 | $adminMenu2 | ||||
| <m:top item='12_' name='系统帮助' icon='fa fa-info-circle'> | |||||
| <m:top item='12_' name='系统帮助' icon='fa fa-question-circle'> | |||||
| <m:item name='系统概况' link='$cfg_biz_helpUrl' rank='' target='_blank' /> | <m:item name='系统概况' link='$cfg_biz_helpUrl' rank='' target='_blank' /> | ||||
| <m:item name='代码托管' link='$cfg_biz_gitUrl' rank='' target='_blank' /> | <m:item name='代码托管' link='$cfg_biz_gitUrl' rank='' target='_blank' /> | ||||
| </m:top>"; | </m:top>"; | ||||
| @@ -24,7 +24,7 @@ | |||||
| <div class="col-md-12 my-3"> | <div class="col-md-12 my-3"> | ||||
| <div class="card"> | <div class="card"> | ||||
| <div class="card-header"> | <div class="card-header"> | ||||
| <span><i class="fa fa-bar-chart"></i> 流量统计表</span> | |||||
| <span><i class="fa fa-bar-chart mr-2"></i>流量统计表</span> | |||||
| </div> | </div> | ||||
| <div class="card-body"> | <div class="card-body"> | ||||
| <table class="table"> | <table class="table"> | ||||
| @@ -63,7 +63,7 @@ | |||||
| <div class="col-md-7 my-3"> | <div class="col-md-7 my-3"> | ||||
| <div class="card"> | <div class="card"> | ||||
| <div class="card-header"> | <div class="card-header"> | ||||
| <span><i class="fa fa-cogs"></i> 软件信息</span> | |||||
| <span><i class="fa fa-cogs mr-2"></i>软件信息</span> | |||||
| </div> | </div> | ||||
| <div class="card-body"> | <div class="card-body"> | ||||
| <table class="table table-borderless"> | <table class="table table-borderless"> | ||||
| @@ -112,7 +112,7 @@ | |||||
| <div class="col-md-5 my-3"> | <div class="col-md-5 my-3"> | ||||
| <div class="card"> | <div class="card"> | ||||
| <div class="card-header"> | <div class="card-header"> | ||||
| <span><i class="fa fa-shield"></i> 版本授权</span> | |||||
| <span><i class="fa fa-copyright mr-2"></i>版本授权</span> | |||||
| <a href="javascript:;" id="systemUpdate" class="float-right">软件更新<span class="updates-dot"></span></a> | <a href="javascript:;" id="systemUpdate" class="float-right">软件更新<span class="updates-dot"></span></a> | ||||
| </div> | </div> | ||||
| <div class="card-body" id="system-info">正在加载</div> | <div class="card-body" id="system-info">正在加载</div> | ||||
| @@ -121,7 +121,7 @@ | |||||
| <div class="col-md-7 my-3"> | <div class="col-md-7 my-3"> | ||||
| <div class="card"> | <div class="card"> | ||||
| <div class="card-header"> | <div class="card-header"> | ||||
| <span><i class="fa fa-line-chart"></i> 流量统计图</span> | |||||
| <span><i class="fa fa-line-chart mr-2"></i>流量统计图</span> | |||||
| </div> | </div> | ||||
| <div class="card-body"> | <div class="card-body"> | ||||
| <canvas id="statChart"></canvas> | <canvas id="statChart"></canvas> | ||||
| @@ -131,7 +131,7 @@ | |||||
| <div class="col-md-5 my-3"> | <div class="col-md-5 my-3"> | ||||
| <div class="card"> | <div class="card"> | ||||
| <div class="card-header"> | <div class="card-header"> | ||||
| <span><i class="fa fa-file-word-o"></i> 最新文档</span> | |||||
| <span><i class="fa fa-list mr-2"></i>最新文档</span> | |||||
| </div> | </div> | ||||
| <div class="card-body" id="system-word">正在加载</div> | <div class="card-body" id="system-word">正在加载</div> | ||||
| </div> | </div> | ||||
| @@ -26,7 +26,7 @@ a { | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| a:hover { | a:hover { | ||||
| color:#ff8400; | |||||
| color:#007bff; | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| img { | img { | ||||
| @@ -78,8 +78,7 @@ input { | |||||
| color:#545b62; | color:#545b62; | ||||
| background:#fff; | background:#fff; | ||||
| border:1px solid #dee2e6; | border:1px solid #dee2e6; | ||||
| vertical-align:middle; | |||||
| transition:all 0.5s | |||||
| vertical-align:middle | |||||
| } | } | ||||
| input[type=file] { | input[type=file] { | ||||
| padding:0; | padding:0; | ||||
| @@ -94,8 +93,7 @@ input[type=button],input[type=submit],input[type=reset] { | |||||
| font-size:12px; | font-size:12px; | ||||
| color:#fff; | color:#fff; | ||||
| background:#1eb867; | background:#1eb867; | ||||
| border:0; | |||||
| transition:all 0.5s | |||||
| border:0 | |||||
| } | } | ||||
| input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus { | input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus { | ||||
| width:14px; | width:14px; | ||||
| @@ -110,8 +108,7 @@ select { | |||||
| color:#545b62; | color:#545b62; | ||||
| background:#fff; | background:#fff; | ||||
| border:1px solid #dee2e6; | border:1px solid #dee2e6; | ||||
| vertical-align:middle; | |||||
| transition:all 0.5s | |||||
| vertical-align:middle | |||||
| } | } | ||||
| select[multiple=yes] { | select[multiple=yes] { | ||||
| height:180px | height:180px | ||||
| @@ -127,8 +124,7 @@ textarea { | |||||
| color:#545b62; | color:#545b62; | ||||
| background:#fff; | background:#fff; | ||||
| border:1px solid #dee2e6; | border:1px solid #dee2e6; | ||||
| vertical-align:middle; | |||||
| transition:all 0.5s | |||||
| vertical-align:middle | |||||
| } | } | ||||
| input:focus,select:focus,textarea:focus { | input:focus,select:focus,textarea:focus { | ||||
| color:#495057; | color:#495057; | ||||
| @@ -197,8 +193,7 @@ body.hidemenu .body-right { | |||||
| display:block; | display:block; | ||||
| height:42px; | height:42px; | ||||
| line-height:42px; | line-height:42px; | ||||
| cursor:pointer; | |||||
| transition:all 0.5s | |||||
| cursor:pointer | |||||
| } | } | ||||
| .item-menu li:last-child .link { | .item-menu li:last-child .link { | ||||
| border-bottom:0 | border-bottom:0 | ||||
| @@ -310,11 +305,11 @@ body.hidemenu .body-right { | |||||
| } | } | ||||
| .submenu li { | .submenu li { | ||||
| height:40px; | height:40px; | ||||
| line-height:40px; | |||||
| transition:all 0.5s | |||||
| line-height:40px | |||||
| } | } | ||||
| .submenu li:hover { | .submenu li:hover { | ||||
| background:#009688 | |||||
| background:#009688; | |||||
| transition:all 0.5s | |||||
| } | } | ||||
| .submenu a { | .submenu a { | ||||
| float:left; | float:left; | ||||
| @@ -527,8 +522,7 @@ body.hidemenu .body-right { | |||||
| } | } | ||||
| .fa { | .fa { | ||||
| font-size:14px!important; | font-size:14px!important; | ||||
| color:inherit; | |||||
| cursor:pointer | |||||
| color:inherit | |||||
| } | } | ||||
| .list-group-item { | .list-group-item { | ||||
| padding:0.5rem 0 | padding:0.5rem 0 | ||||
| @@ -676,14 +670,6 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||||
| float:right; | float:right; | ||||
| cursor:pointer | cursor:pointer | ||||
| } | } | ||||
| @media (max-width:768px) { | |||||
| .tips { | |||||
| padding:0 15px | |||||
| } | |||||
| .tips-box { | |||||
| width:100% | |||||
| } | |||||
| } | |||||
| @media (min-width:1200px) { | @media (min-width:1200px) { | ||||
| .web-info { | .web-info { | ||||
| text-overflow:ellipsis; | text-overflow:ellipsis; | ||||
| @@ -692,4 +678,12 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||||
| .modal-dialog { | .modal-dialog { | ||||
| max-width:500px | max-width:500px | ||||
| } | } | ||||
| } | |||||
| @media (max-width:768px) { | |||||
| .tips { | |||||
| padding:0 15px | |||||
| } | |||||
| .tips-box { | |||||
| width:100% | |||||
| } | |||||
| } | } | ||||
| @@ -21,15 +21,16 @@ body { | |||||
| background:#fff | background:#fff | ||||
| } | } | ||||
| a { | a { | ||||
| color:#545b62 | |||||
| color:#545b62; | |||||
| text-decoration:none | |||||
| } | } | ||||
| a:hover { | a:hover { | ||||
| color:#ff8400; | |||||
| color:#007bff; | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| img { | img { | ||||
| max-width:100%; | max-width:100%; | ||||
| border-radius:.5rem | |||||
| border-radius:0.5rem | |||||
| } | } | ||||
| ul,ol,li { | ul,ol,li { | ||||
| margin:0; | margin:0; | ||||
| @@ -89,8 +90,7 @@ input[type=file] { | |||||
| margin-bottom:0 | margin-bottom:0 | ||||
| } | } | ||||
| .item-theme { | .item-theme { | ||||
| margin-bottom:2rem; | |||||
| transition:all .5s | |||||
| margin-bottom:2rem | |||||
| } | } | ||||
| .item-theme-box { | .item-theme-box { | ||||
| padding:1.5rem | padding:1.5rem | ||||
| @@ -110,15 +110,15 @@ input[type=file] { | |||||
| } | } | ||||
| .item-news { | .item-news { | ||||
| margin-bottom:2rem; | margin-bottom:2rem; | ||||
| padding:1.5rem; | |||||
| transition:all .5s | |||||
| padding:1.5rem | |||||
| } | } | ||||
| .item-theme:hover,.item-news:hover { | .item-theme:hover,.item-news:hover { | ||||
| box-shadow:0 14px 30px -16px rgba(0,36,100,.25); | box-shadow:0 14px 30px -16px rgba(0,36,100,.25); | ||||
| transform:translateY(-6px) | |||||
| transform:translateY(-6px); | |||||
| transition:all 0.5s | |||||
| } | } | ||||
| .item-news h4 { | .item-news h4 { | ||||
| margin:20px 0 16px; | |||||
| margin:20px 0 15px; | |||||
| overflow:hidden; | overflow:hidden; | ||||
| text-overflow:ellipsis; | text-overflow:ellipsis; | ||||
| white-space:nowrap | white-space:nowrap | ||||
| @@ -356,7 +356,7 @@ input[type=file] { | |||||
| color:#545b62 | color:#545b62 | ||||
| } | } | ||||
| .table td,.table th { | .table td,.table th { | ||||
| padding:.65rem; | |||||
| padding:0.5rem; | |||||
| vertical-align:middle | vertical-align:middle | ||||
| } | } | ||||
| .form-control { | .form-control { | ||||
| @@ -364,11 +364,8 @@ input[type=file] { | |||||
| height:36px | height:36px | ||||
| } | } | ||||
| .form-control,.fa { | .form-control,.fa { | ||||
| font-size:14px!important | |||||
| } | |||||
| .fa { | |||||
| color:inherit; | |||||
| cursor:pointer | |||||
| font-size:14px!important; | |||||
| color:inherit | |||||
| } | } | ||||
| .btn+.btn { | .btn+.btn { | ||||
| margin-left:10px | margin-left:10px | ||||
| @@ -394,30 +391,30 @@ input[type=file] { | |||||
| width:60px | width:60px | ||||
| } | } | ||||
| .navbar-toggler,.dropdown-menu,.breadcrumb,.cke_chrome,.cke_inner,.pagination,.form-control,.btn-md,.btn-sm,.alert,.rounded { | .navbar-toggler,.dropdown-menu,.breadcrumb,.cke_chrome,.cke_inner,.pagination,.form-control,.btn-md,.btn-sm,.alert,.rounded { | ||||
| border-radius:.5rem!important | |||||
| border-radius:0.5rem!important | |||||
| } | } | ||||
| .btn-xs { | .btn-xs { | ||||
| border-radius:.35rem!important | |||||
| border-radius:0.35rem!important | |||||
| } | } | ||||
| .cke_top,.item-theme-img img,.list-article-img img,.article-hot-img img { | .cke_top,.item-theme-img img,.list-article-img img,.article-hot-img img { | ||||
| border-radius:.5rem .5rem 0 0!important | |||||
| border-radius:0.5rem 0.5rem 0 0!important | |||||
| } | } | ||||
| .cke_bottom,.list-article-radius { | .cke_bottom,.list-article-radius { | ||||
| border-radius:0 0 .5rem .5rem!important | |||||
| border-radius:0 0 0.5rem 0.5rem!important | |||||
| } | } | ||||
| #validateimg,.btn-send { | #validateimg,.btn-send { | ||||
| border-radius:0 .5rem .5rem 0!important | |||||
| border-radius:0 0.5rem 0.5rem 0!important | |||||
| } | } | ||||
| .rounded-circle { | .rounded-circle { | ||||
| border-radius:50%!important | border-radius:50%!important | ||||
| } | } | ||||
| .page-item:first-child .page-link { | .page-item:first-child .page-link { | ||||
| border-top-left-radius:.5rem!important; | |||||
| border-bottom-left-radius:.5rem!important | |||||
| border-top-left-radius:0.5rem!important; | |||||
| border-bottom-left-radius:0.5rem!important | |||||
| } | } | ||||
| .page-item:last-child .page-link { | .page-item:last-child .page-link { | ||||
| border-top-right-radius:.5rem!important; | |||||
| border-bottom-right-radius:.5rem!important | |||||
| border-top-right-radius:0.5rem!important; | |||||
| border-bottom-right-radius:0.5rem!important | |||||
| } | } | ||||
| .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) { | .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) { | ||||
| border-top-right-radius:0!important; | border-top-right-radius:0!important; | ||||
| @@ -436,7 +433,7 @@ input[type=file] { | |||||
| color:#fff; | color:#fff; | ||||
| cursor:pointer; | cursor:pointer; | ||||
| background:#ec982c; | background:#ec982c; | ||||
| border-radius:.5rem; | |||||
| border-radius:0.5rem; | |||||
| border:0; | border:0; | ||||
| z-index:9998 | z-index:9998 | ||||
| } | } | ||||