| @@ -114,7 +114,7 @@ $adminMenu1 | |||
| <m:item name='积分头衔设置' link='member_scores.php' rank='member_Type' target='main' /> | |||
| </m:top> | |||
| $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_gitUrl' rank='' target='_blank' /> | |||
| </m:top>"; | |||
| @@ -24,7 +24,7 @@ | |||
| <div class="col-md-12 my-3"> | |||
| <div class="card"> | |||
| <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 class="card-body"> | |||
| <table class="table"> | |||
| @@ -63,7 +63,7 @@ | |||
| <div class="col-md-7 my-3"> | |||
| <div class="card"> | |||
| <div class="card-header"> | |||
| <span><i class="fa fa-cogs"></i> 软件信息</span> | |||
| <span><i class="fa fa-cogs mr-2"></i>软件信息</span> | |||
| </div> | |||
| <div class="card-body"> | |||
| <table class="table table-borderless"> | |||
| @@ -112,7 +112,7 @@ | |||
| <div class="col-md-5 my-3"> | |||
| <div class="card"> | |||
| <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> | |||
| </div> | |||
| <div class="card-body" id="system-info">正在加载</div> | |||
| @@ -121,7 +121,7 @@ | |||
| <div class="col-md-7 my-3"> | |||
| <div class="card"> | |||
| <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 class="card-body"> | |||
| <canvas id="statChart"></canvas> | |||
| @@ -131,7 +131,7 @@ | |||
| <div class="col-md-5 my-3"> | |||
| <div class="card"> | |||
| <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 class="card-body" id="system-word">正在加载</div> | |||
| </div> | |||
| @@ -26,7 +26,7 @@ a { | |||
| text-decoration:none | |||
| } | |||
| a:hover { | |||
| color:#ff8400; | |||
| color:#007bff; | |||
| text-decoration:none | |||
| } | |||
| img { | |||
| @@ -78,8 +78,7 @@ input { | |||
| color:#545b62; | |||
| background:#fff; | |||
| border:1px solid #dee2e6; | |||
| vertical-align:middle; | |||
| transition:all 0.5s | |||
| vertical-align:middle | |||
| } | |||
| input[type=file] { | |||
| padding:0; | |||
| @@ -94,8 +93,7 @@ input[type=button],input[type=submit],input[type=reset] { | |||
| font-size:12px; | |||
| color:#fff; | |||
| background:#1eb867; | |||
| border:0; | |||
| transition:all 0.5s | |||
| border:0 | |||
| } | |||
| input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus { | |||
| width:14px; | |||
| @@ -110,8 +108,7 @@ select { | |||
| color:#545b62; | |||
| background:#fff; | |||
| border:1px solid #dee2e6; | |||
| vertical-align:middle; | |||
| transition:all 0.5s | |||
| vertical-align:middle | |||
| } | |||
| select[multiple=yes] { | |||
| height:180px | |||
| @@ -127,8 +124,7 @@ textarea { | |||
| color:#545b62; | |||
| background:#fff; | |||
| border:1px solid #dee2e6; | |||
| vertical-align:middle; | |||
| transition:all 0.5s | |||
| vertical-align:middle | |||
| } | |||
| input:focus,select:focus,textarea:focus { | |||
| color:#495057; | |||
| @@ -197,8 +193,7 @@ body.hidemenu .body-right { | |||
| display:block; | |||
| height:42px; | |||
| line-height:42px; | |||
| cursor:pointer; | |||
| transition:all 0.5s | |||
| cursor:pointer | |||
| } | |||
| .item-menu li:last-child .link { | |||
| border-bottom:0 | |||
| @@ -310,11 +305,11 @@ body.hidemenu .body-right { | |||
| } | |||
| .submenu li { | |||
| height:40px; | |||
| line-height:40px; | |||
| transition:all 0.5s | |||
| line-height:40px | |||
| } | |||
| .submenu li:hover { | |||
| background:#009688 | |||
| background:#009688; | |||
| transition:all 0.5s | |||
| } | |||
| .submenu a { | |||
| float:left; | |||
| @@ -527,8 +522,7 @@ body.hidemenu .body-right { | |||
| } | |||
| .fa { | |||
| font-size:14px!important; | |||
| color:inherit; | |||
| cursor:pointer | |||
| color:inherit | |||
| } | |||
| .list-group-item { | |||
| padding:0.5rem 0 | |||
| @@ -676,14 +670,6 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||
| float:right; | |||
| cursor:pointer | |||
| } | |||
| @media (max-width:768px) { | |||
| .tips { | |||
| padding:0 15px | |||
| } | |||
| .tips-box { | |||
| width:100% | |||
| } | |||
| } | |||
| @media (min-width:1200px) { | |||
| .web-info { | |||
| text-overflow:ellipsis; | |||
| @@ -692,4 +678,12 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd | |||
| .modal-dialog { | |||
| max-width:500px | |||
| } | |||
| } | |||
| @media (max-width:768px) { | |||
| .tips { | |||
| padding:0 15px | |||
| } | |||
| .tips-box { | |||
| width:100% | |||
| } | |||
| } | |||
| @@ -21,15 +21,16 @@ body { | |||
| background:#fff | |||
| } | |||
| a { | |||
| color:#545b62 | |||
| color:#545b62; | |||
| text-decoration:none | |||
| } | |||
| a:hover { | |||
| color:#ff8400; | |||
| color:#007bff; | |||
| text-decoration:none | |||
| } | |||
| img { | |||
| max-width:100%; | |||
| border-radius:.5rem | |||
| border-radius:0.5rem | |||
| } | |||
| ul,ol,li { | |||
| margin:0; | |||
| @@ -89,8 +90,7 @@ input[type=file] { | |||
| margin-bottom:0 | |||
| } | |||
| .item-theme { | |||
| margin-bottom:2rem; | |||
| transition:all .5s | |||
| margin-bottom:2rem | |||
| } | |||
| .item-theme-box { | |||
| padding:1.5rem | |||
| @@ -110,15 +110,15 @@ input[type=file] { | |||
| } | |||
| .item-news { | |||
| margin-bottom:2rem; | |||
| padding:1.5rem; | |||
| transition:all .5s | |||
| padding:1.5rem | |||
| } | |||
| .item-theme:hover,.item-news:hover { | |||
| box-shadow:0 14px 30px -16px rgba(0,36,100,.25); | |||
| transform:translateY(-6px) | |||
| transform:translateY(-6px); | |||
| transition:all 0.5s | |||
| } | |||
| .item-news h4 { | |||
| margin:20px 0 16px; | |||
| margin:20px 0 15px; | |||
| overflow:hidden; | |||
| text-overflow:ellipsis; | |||
| white-space:nowrap | |||
| @@ -356,7 +356,7 @@ input[type=file] { | |||
| color:#545b62 | |||
| } | |||
| .table td,.table th { | |||
| padding:.65rem; | |||
| padding:0.5rem; | |||
| vertical-align:middle | |||
| } | |||
| .form-control { | |||
| @@ -364,11 +364,8 @@ input[type=file] { | |||
| height:36px | |||
| } | |||
| .form-control,.fa { | |||
| font-size:14px!important | |||
| } | |||
| .fa { | |||
| color:inherit; | |||
| cursor:pointer | |||
| font-size:14px!important; | |||
| color:inherit | |||
| } | |||
| .btn+.btn { | |||
| margin-left:10px | |||
| @@ -394,30 +391,30 @@ input[type=file] { | |||
| width:60px | |||
| } | |||
| .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 { | |||
| border-radius:.35rem!important | |||
| border-radius:0.35rem!important | |||
| } | |||
| .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 { | |||
| border-radius:0 0 .5rem .5rem!important | |||
| border-radius:0 0 0.5rem 0.5rem!important | |||
| } | |||
| #validateimg,.btn-send { | |||
| border-radius:0 .5rem .5rem 0!important | |||
| border-radius:0 0.5rem 0.5rem 0!important | |||
| } | |||
| .rounded-circle { | |||
| border-radius:50%!important | |||
| } | |||
| .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 { | |||
| 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) { | |||
| border-top-right-radius:0!important; | |||
| @@ -436,7 +433,7 @@ input[type=file] { | |||
| color:#fff; | |||
| cursor:pointer; | |||
| background:#ec982c; | |||
| border-radius:.5rem; | |||
| border-radius:0.5rem; | |||
| border:0; | |||
| z-index:9998 | |||
| } | |||