unknown
2024-05-28 2c85d49d5e4fb5ed4454cdaf06143ed0d9d131b7
src/books/lifeCare/css/default.less
@@ -9,6 +9,7 @@
  min-width: 375px;
  margin: 0 auto;
  border-color: #f49a4c;
  height: 100%;
  textarea:focus,
  input:focus {
@@ -40,6 +41,70 @@
    text-align: center;
    white-space: pre-line;
  }
  .drawflow {
    .drawflow-node {
      background-color: #fff;
      .contentWall {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .contentTitle {
          margin-bottom: 5px;
        }
        .contentText {
          textarea {
            text-indent: 0;
            min-height: 50px;
            margin: 0;
            outline: none;
          }
          textarea:focus {
            border: 1px solid #000 !important;
          }
        }
      }
    }
    .content {
      .btn-export {
        float: right;
        position: absolute;
        top: 10px;
        right: 10px;
        color: white;
        font-weight: bold;
        border: 1px solid #0e5ba3;
        background: #4ea9ff;
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
      }
      .btn-clear {
        float: right;
        position: absolute;
        top: 10px;
        right: 85px;
        color: white;
        font-weight: bold;
        border: 1px solid #96015b;
        background: #e3195a;
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
      }
    }
  }
  .chapter {
    font-family: "宋体";
@@ -1045,10 +1110,10 @@
      -moz-text-emphasis-style: dot;
      -ms-text-emphasis-style: dot;
      text-emphasis-style: dot;
      -webkit-text-emphasis-position: under;
      -moz-text-emphasis-position: under;
      -ms-text-emphasis-position: under;
      text-emphasis-position: under;
      -webkit-text-emphasis-position: under left;
      -moz-text-emphasis-position: under left;
      -ms-text-emphasis-position: under left;
      text-emphasis-position: under left;
    }
    .fieldset {