闫增涛
2024-10-17 39da75fa54f4a0bfc6c135bcacdd5a4df4890210
src/books/mathBook/assets/main.less
@@ -557,6 +557,9 @@
  .t0 {
    text-indent: 0;
  }
  .t1 {
    text-indent: 1em;
  }
  .t- {
    text-indent: 0.5em;
  }
@@ -701,6 +704,9 @@
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
@@ -854,6 +860,21 @@
    height: 0 !important;
    box-shadow: none !important;
  }
  // 带按钮p标签
  .p-btn {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    i {
      text-indent: 0;
    }
  }
  .iframe-box {
    width: 100%;
    min-height: 800px;
    border: 1px solid #00a1e9;
    border-radius: 10px;
  }
}
/* 媒体查询做基础响应式布局 */