user1
2024-06-13 0653ed7b36a147f3cfd6eade1b54e5604b8133f1
src/books/mathBook/assets/main.less
File was renamed from src/books/math/assets/main.less
@@ -661,7 +661,7 @@
  }
  .video-border {
    border: 1px solid #15c0f2;
    border-radius: 30px;
    border-radius: 20px;
  }
  .fm-st {
    font-family: "STKaiti";
@@ -740,8 +740,8 @@
  }
  .collect-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  // 显示答案按钮
@@ -750,10 +750,10 @@
    cursor: pointer;
    text-indent: 0;
    display: inline-block;
    border:1px solid #8281ED;
    border:1px solid #00a1e9;
    height: 22px;
    padding: 5px;
    background-color:#8281ED ;
    padding: 2px;
    background-color:#00a1e9 ;
    border-radius: 5px;
    svg {
      fill: #fff;
@@ -761,7 +761,7 @@
    &:hover {
      background-color: #fff;
      svg {
        fill:#8281ED ;
        fill:#00a1e9 ;
      }
    }
  }