<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************** çƒé˜Ÿèµ›ç¨‹table **********************/
.course {
}

.course .course-list-box {
  margin-top: 30px;
  margin-bottom: 50px;
}
.course .course-list {
  margin-bottom: 20px;
}
.course .course-item {
}
.course .course-item-title {
  font-size: var(--font-size-big);
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.course .course-item-title::before {
  display: inline-block;
  content: '';
  background-image: url(../../images/team/title_icon.png);
  background-repeat: no-repeat;
  background-size: 22px 19px;
  width: 22px;
  height: 19px;
  margin-right: 5px;
}
.course .course-search-date .select-date-input {
  width: 90px;
  height: 20px;
  border-radius: 30px;
}

.course .course-search-tags {
  margin-bottom: 10px;
}

.course .course-search-tags .type-tags {
  margin-right: 10px;
}

.course-search-tags .type-tag {
  border: 1px solid var(--color-text-secondary);
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 1;
  color: var(--color-text-secondary);
  cursor: pointer;
}

.course-search-tags .type-tag.type-tag-active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.course .course-search-team-tag {
  cursor: pointer;
}

.course .course-search-team * {
  font-size: 12px !important;
  margin-top: 0;
}

.course .course-search-team .layui-form-item,
.course .course-search-team .layui-input-block {
  margin: 0;
}

.course .course-search-team .layui-form-radio:hover &gt; *,
.course .course-search-team .layui-form-radioed,
.course .course-search-team .layui-form-radioed &gt; i {
  color: var(--color-primary);
}

.course-search-date .layui-form-item {
  margin: 0;
}

.course-search-date .layui-form-label {
  width: 50px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.course-search-date .layui-input-block {
  margin-left: 50px;
  height: 24px;
  min-height: 24px;
}

.course-search-date .layui-input-block .layui-input {
  height: 24px;
  width: 100px;
}

.course-search-date .layui-input-block .layui-input:focus {
  border-color: var(--color-primary) !important;
}

.course-search-date .layui-input-block .layui-anim-upbit {
  top: 26px;
}

.course-search-date .layui-form-select dl dd.layui-this {
  color: var(--color-primary);
}

.course .course-item-info {
}
.course .type-tags {
}
.course .course-item-table {
  border: 1px solid var(--border-color-base);
}
.course .course-item-thead {
}
.course .course-item-tbody {
}
.course .course-item-tr {
  display: flex;
  /* border-bottom: 1px solid var(--border-color-base); */
}
.course .course-item-thead .course-item-tr,
.course .course-item-tbody .course-item-tr:nth-child(even) {
  background-color: var(--background-regular);
}
.course .course-item-th,
.course .course-item-td {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 0;
  padding: 5px 0;
}

.course .course-item-td {
  padding: 24px 0;
}

.course .course-item-td .course-time-h {
  margin-left: 5px;
}

.course .course-item-td .course-team-tag.tag-red {
  background-color: #ff2924;
  color: white;
}

.course .course-item-td .course-team-tag.tag-yellow {
  background-color: #ffd324;
  color: black;
}

.course .course-team {
  display: flex;
  text-align: center;
  align-items: center;
}

.course .course-team-item {
  flex: 1;
  width: 0;
  text-align: right;
  display: flex;
  align-items: center;
}

.course .course-team-item.course-team-left {
  justify-content: end;
}

.course .course-team-item.course-team-right {
  justify-content: start;
  text-align: left;
}

.course .course-team-count .course-team-sort {
  top: -1px;
  position: relative;
}

.course .course-team-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course .course-team-tag {
  border-radius: 2px;
  margin: 0 2px;
  padding: 0 4px;
}

.course .course-team-score {
  color: red;
  margin: 0 5px;
}

.course .course-score-h {
  display: none;
}

/* æ¯”èµ›åŠ¨æ€ */
.course .course-status {
  position: relative;
  margin: 0 15px;
}

.course .course-status .course-status-bar {
  height: 17px;
  background-color: #a1a1a1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.course .course-status .course-status-bar::after {
  content: 'H';
  background-color: #a1a1a1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 10;
  width: 13px;
  height: 100%;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course .course-status-speed {
  height: 17px;
  background-color: #08a517;
}

.course .course-status .scale-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  display: flex;
}

.course .course-status .scale-line &gt; span {
  flex: 1;
  height: 100%;
  border-left: 1px solid transparent;
}

.course .course-status .scale-line &gt; span:not(:first-child) {
  border-color: white;
}

.course .course-status .course-status-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}

.course .course-status .course-event-item {
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  z-index: 1;
  background-size: 100% 100%;
}

.course .course-status .course-status-goal {
  width: 16px;
  height: 16px;
}

.course .course-status .course-status-corner {
  top: -10px;
  width: 9px;
  height: 14px;
}

.course .course-event-home.course-status-goal {
  background-image: url(../../images/team/home_goal.png);
}

.course .course-event-home.course-status-corner {
  background-image: url(../../images/team/home_corner.png);
}

.course .course-event-vs.course-status-goal {
  background-image: url(../../images/team/vs_goal.png);
}

.course .course-event-vs.course-status-corner {
  background-image: url(../../images/team/vs_corner.png);
}

/* è¡¨æ&nbsp;¼æ¯”åˆ—åˆ†é… */
.course .course-item-tr &gt; div:nth-child(1) {
  flex: 1;
}

.course .course-item-tr &gt; div:nth-child(2) {
  flex: 2;
}

.course .course-item-tr &gt; div:nth-child(3) {
  flex: 5;
}

.course .course-item-tr &gt; div:nth-child(4) {
  flex: 1;
}

.course .course-item-tr &gt; div:nth-child(5) {
  flex: 3;
}

.course .course-item-tr &gt; div:nth-child(6) {
  flex: 1;
}

/* æœªå¼€å§‹ */
.course .course-list-ad .course-item-tr &gt; div:nth-child(3) {
  flex: 4;
}
.course .course-list-ad .course-item-tr &gt; div:nth-child(4) {
  flex: 2;
}
.course .course-list-ad .course-item-tr &gt; div:nth-child(n + 5) {
  flex: 1;
}

/* ç¿»é¡µ */
.course .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background:var(--color-primary);
}

.course .layui-laypage a:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .course-search-tags {
    flex-direction: column;
  }

  .course-search-tags .type-tags {
    order: 2;
  }

  .course-search-tags .course-search-team {
    order: 1;
  }

  .course .course-item-tbody .course-item-tr {
    margin-bottom: 20px;
  }

  .course .course-item-tbody .course-item-tr:nth-child(even) {
    /* background-color: transparent; */
  }

  .course .course-match-th,
  .course .course-half-th,
  .course .course-status-th {
    display: none;
  }

  .course .course-item-td .course-time-h,
  .course .course-half-td,
  .course .course-item-td .course-team-count {
    display: none;
  }

  .course .course-item-tr &gt; div:nth-child(1) {
    flex: content;
    width: 80px;
  }

  .course .course-item-tr &gt; div:nth-child(2) {
    flex: 2;
  }

  .course .course-item-tr &gt; div:nth-child(3) {
    flex: 6;
  }

  .course .course-item-tr &gt; div:nth-child(5) {
    flex: content;
    width: 100%;
  }

  .course .course-item-tbody .course-item-tr {
    position: relative;
    padding-bottom: 30px;
  }

  .course .course-match-td {
    position: absolute;
    top: 20px;
    left: 0;
  }

  /* æœªå¼€å§‹ */
  .course .course-list-ad .course-item-tr &gt; div:nth-child(n + 5) {
    display: none;
  }

  .course .course-list-ad .course-item-tbody .course-item-tr {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* .course .course-half-td {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 20px;
      width: 50px;
      text-align: center;
      margin-left: 20px;
    } */

  .course .course-status-td {
    position: absolute;
    top: 60px;
    left: 0;
  }

  .course .course-team-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .course .course-score-h {
    display: block;
    color: #a1a1a1;
  }

  .course .course-team-name {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .course .course-corner-td {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
</pre></body></html>