unknown
2024-05-23 dea8cb7184c5f4c0014f4134a7a19a3985ba1eff
src/books/lifeCare/css/default.less
@@ -1,8 +1,13 @@
.page-main {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.public-books {
  max-width: 816px;
  min-width: 375px;
  margin: 0 auto;
  padding-bottom: 100px;
  border-color: #f49a4c;
  textarea:focus,
@@ -162,7 +167,6 @@
      }
    }
    .textareaInput {
      width: 100%;
      padding: 8px;
@@ -176,12 +180,10 @@
    .chapter01Table {
      width: 100%;
      .textareaInput:focus {
        border: 1px solid #999 !important;
      }
    }
    .table111,
    .table112 {
@@ -207,7 +209,6 @@
    .table112 {
      font-size: 16px;
      tr th {
        width: 50px;
@@ -247,7 +248,7 @@
      position: absolute;
      top: -30px;
      left: 15px;
      background-color: #FFF;
      background-color: #fff;
      color: #f49a4c;
      font-weight: bold;
      font-size: 18px;
@@ -470,7 +471,7 @@
      font-size: 18px;
      text-align: justify;
      padding: 10% 10%;
      padding-top: 15%;
      padding-top: 18%;
      box-sizing: border-box;
    }
@@ -1017,7 +1018,7 @@
    .block {
      font-size: 18px;
      line-height: 25px;
      font-family: '仿宋';
      font-family: "仿宋";
      font-weight: 600;
      color: #666;
    }
@@ -1116,4 +1117,4 @@
body {
  background-color: #e6e6e6;
}
}