<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.count-block {
  height: 66px;
}

.count-item {
  width: 100px;
}

/* ä¾§è¾¹å¯¼èˆª */
.side-nav {
  /* width: 250px; */
}

.side-nav &gt; li:not(:last-child) {
  margin-bottom: var(--space-huge);
}

.side-nav &gt; li &gt; a {
  display: flex;
  padding: 18px 0 18px 45px;
}

.side-nav &gt; li.active &gt; a,
.side-nav &gt; li.active &gt; a:hover,
.side-nav &gt; li.active &gt; a:focus,
.side-nav &gt; li &gt; a:focus,
.side-nav &gt; li &gt; a:hover {
  background: var(--background-regular);
  border-radius: var(--border-radius-big);
  color: var(--color-text-primary);
}

.side-nav &gt; li.active &gt; a,
.side-nav &gt; li.active &gt; a:hover,
.side-nav &gt; li.active &gt; a:focus {
  font-weight: bold;
}

.side-nav .nav-icon {
  width: 23px;
  height: 23px;
}

.logout-btn {
  display: block;
  color: var(--color-text-secondary);
}

.logout-btn:hover {
  color: var(--color-primary);
}

/* åˆ—è¡¨tab */
.list-tab &gt; li &gt; a {
  font-size: var(--font-size-normal);
  background: none !important;
}

.list-tab &gt; li.active &gt; a,
.list-tab &gt; li.active &gt; a:focus,
.list-tab &gt; li.active &gt; a:hover {
  background: none;
  color: var(--color-primary);
  font-weight: bold;
}

.answers-item-tag {
  background: #46a16f;
}

.answers-item-photo {
  width: 36px;
  min-height: 36px;
  height: 36px;
  margin-right: 16px;
  margin-top: 5px;
}

/* å®¡æ&nbsp;¸çŠ¶æ€ */
.process-state-tag {
  padding: 8px 10px;
  border-radius: var(--border-radius-huge);
  white-space: nowrap;
  margin-top: 10px;
  margin-left: var(--space-base);
}

/* æäº¤æŒ‰é’® */
.submit-btn {
  width: 130px;
  height: 50px;
  margin-left: 40px;
}

/***************** æˆ‘çš„æé—® *************/
.del-btn:hover {
  color: var(--color-danger);
}

/***************** æˆ‘çš„å›žç­” *************/
.answers-item-msg {
  padding: 16px 25px;
  border-top-left-radius: 0;
  background: var(--background-regular);
}

/**************** æˆ‘çš„æ”¶è— ************/
.collect-item-photo {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

/**************** æˆ‘çš„å…³æ³¨ ************/
.follow-btn {
  width: 83px;
  min-width: 83px;
}

.follow-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: none;
}

.follow-item {
  width: 50%;
  margin-bottom: 25px;
}

.follow-list .follow-item:nth-child(odd) .follow-item-box {
  margin-right: 50px;
}

.follow-list .follow-item:nth-child(even) .follow-item-box {
  margin-left: 50px;
}

.follow-item-photo {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border: 1px solid var(--border-color-lighter);
}
.follow-item-box .attention-btn {
  transition: all 0.5s ease;
  width: 80px;
  height: 30px;
  background: var(--background-regular);
  border-radius: 18px;
  font-size: 14px;
  color: var(--color-text-secondary);
  border: 1px solid var(--background-regular);
}
.follow-item-box .attention-btn.checked {
  background: var(--color-primary);
  color: #ffffff;
  border: none;
}
/****************** æˆ‘çš„è®¾ç½® **************/
.set-safe-info {
  flex: 1;
  max-width: 500px;
}

.set-safe-btn {
  width: 110px;
  min-width: 110px;
}

.phone-hide {
  display: block;
}

.verify-code {
  position: relative;
}

.verify-code .label-regular,
.set-new-psw .label-regular {
  margin-left: 15px;
}

.verify-code .input-regular {
  padding-right: 100px;
}

.verify-code-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  background: none;
  color: var(--color-primary);
  padding: 20px 10px;
}

/* å‘å¸ƒç™¾ç§‘ */

.userinfo .issue-model .lose {
  text-align: center;
}
.userinfo .issue-model .conceal {
  display: none;
}
.userinfo .issue-model .lose .title {
  font-size: 20px;
  color: #333333;
  padding: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.userinfo .issue-model .lose button {
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  width: 300px;
  border-radius: 8px;
}
.userinfo .issue-model .lose button.none {
  display: none;
}
.userinfo .issue-model .succeed .title-btn {
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}
.userinfo .issue-model .succeed .title-btn .title {
  line-height: 32px;
  font-size: 16px;
  color: #333333;
}
.userinfo .issue-model .succeed .title-btn button {
  font-size: 16px;
  color: #fff;
  border: none;
  background-color: var(--color-primary);
  padding: 8px 24px;
  border-radius: 6px;
}
.table-model {
  margin-top: 12px;
  background: #f8f8f8;
  width: 100%;
}

.table-model th,
.table-model td {
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.table-model td {
  background-color: #fff;
  padding: 10px 20px;
}
.table-model tr td:first-child {
  width: 65%; /* ä½&nbsp;çš„å®½åº¦ */
}
.table-model td button.compile-btn a {
  color: #333;
}
.table-model td button {
  border: none;
  background-color: #fff;
  margin-right: 12px;
}
.up-next-page button {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 20px;
  color: #333333;
  font-size: 14px;
}
.author-name {
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 8px 12px;
  margin-left: 8px;
  outline: none;
}
.ask-modal .card-class {
  padding: 26px 56px;
}
select {
  width: 200px;
  /* height: 250px !important; */
  border: 1px solid #ccc;
}
input[type="button"] {
  margin: 48px 24px;
}
.select-search {
  width: 80%;
  margin-bottom: 12px;
}
.tag-btn {
  margin: 12px 8px;
}
.tag-btn-content {
  min-height: 83px;
}
.layui-btn-container {
  display: flex !important;
}
.layui-transfer-header {
  display: flex;
  align-items: center;
}
.side-nav-box {
  width: 20%;
}
.list-content {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .ask-modal .card-class {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ç›¸åº”é€‚é…æ&nbsp;·å¼ */
@media screen and (max-width: 767px) {
  .side-nav &gt; li &gt; a {
    padding-left: 35px;
  }
  
  .phone-hide {
    display: none;
  }

  .side-nav-box {
    display: none;
  }

  .follow-list {
    flex-direction: column;
    gap: 10px;
  }

  .follow-item {
    width: 100%;
  }

  .follow-list .follow-item:nth-child(odd) .follow-item-box,
  .follow-list .follow-item:nth-child(even) .follow-item-box {
    margin-left: 0;
    margin-right: 0;
  }
}
</pre></body></html>