zhongshujie
2024-10-23 e9452a2408eef20d4a6841948377f55d75b38892
src/books/botany/assets/main.less
@@ -33,7 +33,6 @@
    }
  
    div.bodystyle {
      font-size: 18px;
      text-align: justify;
      padding: 20px 116px 104px 116px;
      line-height: 30px;
@@ -88,9 +87,7 @@
  
    p {
      font-family: '宋体';
      // text-indent: 2em;
      line-height: 30px;
      font-size: 18px;
      color: #000;
      text-align: justify;
    }
@@ -563,4 +560,31 @@
    padding-left: 5px;
  }
}
.textarea-focused {
  border-color: #42b983 !important;
  box-shadow: 0 0 5px rgba(66, 185, 131, 0.5) !important;
}
.select-border {
  width: 60px;
  border: 0;
  border-bottom: 1px solid #767676;
  &:focus {
    outline: none;
  }
}
.input-bottom-border {
  font-size: 17px;
  border: 0;
  border-bottom: 1px solid #000000;
  &:focus {
    outline: none;
  }
}