<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.label_gradient {
  background: linear-gradient(#008369);
}
.serve-badge {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 8px;
  color: yellow;
  background-color: black;
  border-radius: 50% 50% 50% 50%;
}
.seed-badge {
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  font-size: 8px;
  line-height: 15px;
  color: white;
  background-color: #82bb25;
  border-radius: 80% 40% 80% 40%;
}
.panel-custom {
  border-color: #2fcc7b;
}
.panel-custom &gt; .panel-heading {
  color: #ffffff;
  background-color: #2fcc7b;
  border-color: #2fcc7b;
}
.panel-custom &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2fcc7b;
}
.panel-custom &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2fcc7b;
}
.btn-custom {
  color: #ffffff;
  background-color: #2fcc7b;
  border-color: #2ab76f;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: #27ab67;
  border-color: #1f8651;
}
.bg-success {
  background-color: #DFF0D8;
}
span.role {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  vertical-align: middle;
}
.validation-summary-errors ul &gt; li {
  color: #EF4F4F;
}
.field-validation-error {
  color: #EF4F4F;
}
.border-full {
  border: 1px solid #e7eaec;
}
input.input-validation-error {
  border: 1px #EF4F4F solid;
}
select.input-validation-error {
  border: 1px #EF4F4F solid;
}
label.required::after {
  content: "*";
  color: #EF4F4F;
}
.i-checks {
  padding-left: 0;
  font-weight: normal;
}
.i-checks &gt; div {
  width: 23px;
}
.wizard &gt; .steps .disabled a,
.wizard &gt; .steps .disabled a:hover,
.wizard &gt; .steps .disabled a:active {
  cursor: pointer;
}
.wizard &gt; .steps .banned a,
.wizard &gt; .steps .banned a:hover,
.wizard &gt; .steps .banned a:active {
  cursor: no-drop;
}
.wizard &gt; .steps &gt; ul &gt; li {
  width: 20%;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.page-heading .label {
  font-size: 18px;
}
.form-group {
  /*.btn-operation:not(:last-child) {
        margin-right: 15px;
    }*/
}
.form-group &gt; .btn:not(:first-child),
.form-group div &gt; .btn:not(:first-child) {
  margin-left: 15px;
}
.form-group &gt; .form-horizontal:not(:first-child),
.form-group div &gt; .form-horizontal:not(:first-child) {
  margin-left: 15px;
}
.form-group &gt; .form-horizontal .btn:not(:first-child),
.form-group div &gt; .form-horizontal .btn:not(:first-child) {
  margin-left: 0;
}
td .btn-operation:not(:last-child) {
  margin-right: 10px;
}
.panel-footer .btn:not(:first-child),
.modal-footer .btn:not(:first-child) {
  margin-left: 15px;
}
/*@media only screen and (max-width: 1290px) {
    .competition-draft {
        .btn-operation:last-child {
            float: none;
        }
    }
}*/
.btn-right-operation {
  margin-right: 20px;
}
@media only screen and (max-width: 512px) {
  .btn-right-operation {
    float: none !important;
    margin-top: 5px;
  }
  .btn-right-operation.form-horizontal .btn {
    margin-top: 5px;
  }
}
.double-row {
  margin-left: 0;
  margin-right: 0;
}
.clearfix {
  clear: both;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 0;
}
.checkbox-inline:not(:last-child),
.radio-inline:not(:last-child) {
  margin-right: 10px;
}
.ibox-title,
.ibox-content {
  overflow: hidden;
}
.footable .dropdown-toggle {
  display: none !important;
}
.footable .footable-empty td {
  font-size: 1.5em !important;
}
/*创建比赛*/
.competition-draft {
  min-height: 200px;
  padding: 20px;
  border: 2px solid #888;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.competition-draft .btn-operation {
  position: relative;
  margin-top: 25px;
  margin-right: 15px;
  z-index: 100;
  /*&amp;:last-child {
            float: right;
        }*/
}
.competition-draft .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(200, 200, 200, 0.5);
  display: none;
}
.competition-draft .mask form:not(:first-of-type) {
  margin-left: 10px;
}
.competition-draft .mask form:not(:last-of-type) {
  margin-right: 10px;
}
.competition-draft:hover .mask {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#genres a.genre-wrapper {
  display: block;
  margin-top: 50px;
  color: inherit;
}
#genres a.genre-wrapper:hover {
  cursor: pointer;
}
#genres a.genre-wrapper .panel {
  margin-bottom: 0;
  position: relative;
}
#genres a.genre-wrapper .panel-body {
  min-height: 150px;
}
#genres a.genre-wrapper .pending-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(200, 200, 200, 0.5);
}
#genres a.genre-wrapper .pending-mask .pending-tip {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  background-color: #a0a0a0;
}
#genres a.genre-wrapper:not(.pending) .pending-mask {
  display: none;
}
/*summernote*/
.document {
  background-color: white;
}
.document button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.document button:first-of-type {
  margin-left: 25px;
}
.document img {
  max-width: 100%;
}
#newAccommodationDesign .modal-content {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.summernote-document img {
  max-width: 100%;
}
/*报名表设计*/
.enroll-type {
  display: inline-block;
  width: 30%;
  padding: 10px;
}
.notes li {
  padding: 10px;
}
.notes li p {
  margin: 0;
}
.notes .unit-title {
  display: inline-block;
  padding: 10px;
  margin: 15px auto;
  border: 5px solid #019678;
  border-radius: 50%;
}
.notes .fee {
  position: absolute;
  bottom: 5px;
}
.enroll-design .form-group {
  margin-bottom: 0;
}
.enroll-design .hr-line-dashed {
  margin-top: 10px;
  margin-bottom: 15px;
}
.footnote input {
  border: none;
}
.footnote input + .input-group-addon {
  visibility: hidden;
}
.footnote input:focus {
  border: 1px solid #e5e6e7;
}
.footnote input:focus + .input-group-addon {
  visibility: visible;
}
.footnote .input-group-addon:hover {
  visibility: visible !important;
  cursor: pointer;
}
/*适配手机*/
@media only screen and (max-width: 768px) {
  .my-grid.grid {
    position: static !important;
    height: auto !important;
  }
  .my-grid .grid-item {
    position: static !important;
    width: auto !important;
  }
  .my-grid .club-contact .club-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .checkbox-inline,
  .radio-inline {
    display: block !important;
  }
  .enroll-type {
    width: 50%;
  }
}
@media only screen and (max-width: 512px) {
  .enroll-type {
    width: 80%;
  }
  .theme-config {
    display: none;
  }
}
/*俱乐部信息*/
@media only screen and (max-width: 330px) {
  .my-grid .club-contact .club-image {
    max-width: 100%;
  }
}
/*报名*/
#enroll-edit-tab &gt; .panel-body {
  border-top: none;
  padding-bottom: 5px;
  padding-top: 0;
}
#enroll-edit-tab &gt; .panel-body .hr-line-dashed {
  margin-top: 0;
}
#enroll-edit-tab .tab-pane .panel-body {
  border-bottom: none;
}
.unit-block {
  margin-top: 25px;
}
.unit-block .unit-label .label {
  display: inline-block;
  margin-top: 5px;
}
.tabs-container .nav-tabs &gt; li {
  background-color: #f3f3f4;
}
.passport {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  /*background-color: rgba(200,200,200,.3);*/
}
.passport img {
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  max-width: 100%;
}
.passport .btn-wrapper {
  width: 120px;
  max-width: 100%;
  display: inline-block;
  margin-top: 1px;
}
.passport .btn-wrapper .btn-block {
  margin-bottom: 0;
}
.cropper-container {
  left: 0 !important;
}
#album .passport-wrapper {
  display: inline-block;
  width: 120px;
  position: relative;
  margin: 10px;
}
#album .passport-wrapper:hover {
  cursor: pointer;
}
#album .passport-wrapper .mask {
  display: none;
}
#album .passport-wrapper.selected .mask {
  display: block;
  line-height: 168px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#album .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(200, 200, 200, 0.3);
}
/*比赛列表*/
.panel-competition .panel-title {
  min-height: 2em;
}
.panel-competition .panel-body {
  min-height: 120px;
  position: relative;
}
.panel-competition .panel-body .competiton-status {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.page-heading .category .btn-operation {
  margin-left: 15px;
  margin-top: 10px;
}
/*微信分享*/
#share-logo + * {
  margin-top: -18px;
}
/*布局*/
#navbar {
  overflow-y: visible;
}
@media only screen and (max-width: 833px) {
  .wrapper.wrapper-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}</pre></body></html>