闫增涛
2025-02-11 ce5ef4787c48d36a754159eea50b9d1ded278f76
src/books/mathBook/assets/main.less
@@ -149,7 +149,8 @@
  }
  body {
    font-family: 'Times New Roman', '����';
    all: inherit;
    font-family: 'Times New Roman', '����' ;
  }
  p {
@@ -430,7 +431,7 @@
  .page-box {
    position: relative;
    box-sizing: border-box;
    min-height: 1150px;
    min-height: 1120px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px 1px #00000029;
    background-color: #fff;
@@ -480,7 +481,14 @@
    outline: none;
    background: transparent;
  }
  .input-table {
    width: 80px;
    font-size: 14px;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    background: transparent;
  }
  .sport-text {
    font-size: 20px;
    line-height: 40px;
@@ -550,6 +558,12 @@
  .t0 {
    text-indent: 0;
  }
  .t1 {
    text-indent: 1em;
  }
  .t- {
    text-indent: 0.5em;
  }
  .t2 {
    text-indent: 2em;
  }
@@ -570,7 +584,7 @@
  }
  .page-box {
    box-sizing: border-box;
    min-height: 1150px;
    min-height: 1120px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px 1px #00000029;
    background-color: #fff;
@@ -622,6 +636,9 @@
        align-items: flex-end;
        justify-content: center;
        font-weight: 600;
      }
      span {
        white-space: nowrap;
      }
    }
  }
@@ -688,6 +705,9 @@
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
@@ -838,6 +858,24 @@
  // 隐藏页面
  .hidePage {
    min-height: 0 !important;
    height: 0 !important;
    box-shadow: none !important;
  }
  // 带按钮p标签
  .p-btn {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    i {
      text-indent: 0;
    }
  }
  .iframe-box {
    width: 100%;
    min-height: 800px;
    border: 1px solid #00a1e9;
    border-radius: 10px;
  }
}