YM
2024-05-31 781876372311fa27266a223062b460ac09e93a40
src/books/English/assets/main.less
@@ -676,6 +676,9 @@
  .fl {
    display: flex;
  }
  .fw-wr {
    flex-wrap: wrap;
  }
  .ju-bt {
    justify-content: space-between;
  }
@@ -841,6 +844,7 @@
  }
  .parimary-btn {
    min-width: 80px;
    height: 30px;
    font-size: 14px;
    margin-left: 5px;
    background-color: #0bab87;
@@ -860,6 +864,7 @@
    color: red;
  }
  .icon-box {
    margin-left: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
@@ -935,6 +940,15 @@
      }
    }
  }
  .textarea-box {
    border: none;
    text-align: center;
    width: 84px;
    height: 36px;
    overflow: auto;
    word-break: break-all;
    resize: none;
  }
}
/* 媒体查询做基础响应式布局 */
@media (max-width: 660px) {