html,
body {
  min-width: 980px !important;
}
body {
  padding-bottom: 10rem;
}
:root {
  --jasper: #222D32;
  --black: #1d2124;
  --gray: #aaa;
}
.text-black {
  color: var(--black);
}
.text-gray {
  color: var(--gray);
}
.bg-black {
  background: var(--black);
}
.bg-jasper {
  background: var(--jasper);
}
.bg-gray {
  background: var(--gray);
}
.navbar {
  background: #009966;
  padding: 0.36rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.navbar .nav-item {
  font-size: 1rem;
}
.navbar .navbar-brand {
  padding: 0;
  height: 3.14rem;
  display: flex;
  align-items: center;
  line-height: 1.57rem;
}
.navbar .navbar-brand .navbar-icon {
  height: 2rem;
  margin-right: 0.8rem;
}
label.preview {
  width: 300px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 3px;
  font-size: 30px;
  color: #666;
  padding: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
label.preview input {
  display: none;
}
label.preview.avatar {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
}
label.preview.slider {
  width: 400px;
  height: 190px;
  line-height: 190px;
}
label.preview input {
  display: none;
}
.form-control label {
  margin-bottom: 0;
}
.form-control .custom-control {
  min-height: auto;
}
.custom-control-input {
  display: none;
}
.btn .focus {
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
/*链接按钮*/
.link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
.link.link-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.link:hover {
  opacity: 0.6;
  text-decoration: none;
}
.link.disabled,
.link:disabled {
  color: #8d8d8d;
}
.link.link-primary {
  color: #007bff;
}
.link.link-primary:not([href]):hover {
  color: #007bff;
}
.link.link-primary:not(:disabled):not(.disabled):focus,
.link.link-primary:not(:disabled):not(.disabled):active,
.link.link-primary:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-secondary {
  color: #6c757d;
}
.link.link-secondary:not([href]):hover {
  color: #6c757d;
}
.link.link-secondary:not(:disabled):not(.disabled):focus,
.link.link-secondary:not(:disabled):not(.disabled):active,
.link.link-secondary:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-success {
  color: #28a745;
}
.link.link-success:not([href]):hover {
  color: #28a745;
}
.link.link-success:not(:disabled):not(.disabled):focus,
.link.link-success:not(:disabled):not(.disabled):active,
.link.link-success:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-info {
  color: #17a2b8;
}
.link.link-info:not([href]):hover {
  color: #17a2b8;
}
.link.link-info:not(:disabled):not(.disabled):focus,
.link.link-info:not(:disabled):not(.disabled):active,
.link.link-info:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-warning {
  color: #ffc107;
}
.link.link-warning:not([href]):hover {
  color: #ffc107;
}
.link.link-warning:not(:disabled):not(.disabled):focus,
.link.link-warning:not(:disabled):not(.disabled):active,
.link.link-warning:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-danger {
  color: #dc3545;
}
.link.link-danger:not([href]):hover {
  color: #dc3545;
}
.link.link-danger:not(:disabled):not(.disabled):focus,
.link.link-danger:not(:disabled):not(.disabled):active,
.link.link-danger:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-light {
  color: #f8f9fa;
}
.link.link-light:not([href]):hover {
  color: #f8f9fa;
}
.link.link-light:not(:disabled):not(.disabled):focus,
.link.link-light:not(:disabled):not(.disabled):active,
.link.link-light:not(:disabled):not(.disabled).active {
  opacity: 1;
}
.link.link-dark {
  color: #343a40;
}
.link.link-dark:not([href]):hover {
  color: #343a40;
}
.link.link-dark:not(:disabled):not(.disabled):focus,
.link.link-dark:not(:disabled):not(.disabled):active,
.link.link-dark:not(:disabled):not(.disabled).active {
  opacity: 1;
}
/* 表格 */
.table th label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.table thead th.table-col-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.table tbody tr td .btn {
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.table tbody tr td .btn:first-child {
  margin-left: 0;
}
.table tbody tr td .link {
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.table tbody tr td .link:first-child {
  margin-left: 0;
}
.table tbody tr td .link {
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.table tbody tr td.table-col-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.table .table-col-id {
  min-width: 5rem;
}
.table .table-col-username {
  min-width: 10rem;
}
.table .table-col-datetime {
  min-width: 10rem;
}
.table .table-col-title {
  min-width: 12rem;
}
.table .table-col-comment {
  min-width: 20rem;
}
.table .table-col-20 {
  min-width: 20rem;
}
.table .table-col-18 {
  min-width: 18rem;
}
.table .table-col-16 {
  min-width: 16rem;
}
.table .table-col-14 {
  min-width: 14rem;
}
.table .table-col-12 {
  min-width: 12rem;
}
.table .table-col-10 {
  min-width: 10rem;
}
.table .table-col-8 {
  min-width: 8rem;
}
.table .table-col-6 {
  min-width: 6rem;
}
.table .table-col-4 {
  min-width: 4rem;
}
.page {
  padding-bottom: 100px;
}
.pagination .page-count {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.nav-pills .nav-link {
  color: #000;
}
.nav-tabs .nav-link {
  color: #000;
}
.nav-tabs .nav-link.active {
  background: #007bff;
  color: var(--light);
}
.pager {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager a {
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
  background: var(--green);
  color: var(--white);
}
.pager a.active {
  background: var(--gray);
  color: var(--white);
}
.pager .page-count {
  min-width: 3rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.click {
  cursor: pointer;
}
.clip {
  cursor: pointer;
}
/*# sourceMappingURL=common.css.map */