king
2021-07-06 71d4765ba3cdc4a004687cd37a529b565e9ea9fd
src/mob/searchconfig/index.scss
@@ -156,28 +156,72 @@
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
        .anticon-close {
        .anticon-close, .anticon-left {
          position: absolute;
          line-height: 45px;
          font-size: 18px;
          right: 10px;
          left: 10px;
        }
        .am-navbar-title {
          font-size: 16px;
          text-align: center;
          color: #000000;
        }
        .search-bar {
          height: 35px;
          line-height: 35px;
          padding: 0 10px;
          color:rgba(0, 0, 0, 0.65);
          border: 1px solid #E9EDF0;
          background: #E9EDF0;
          border-radius: 4px;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          margin: 0 30px 0 35px;
        }
      }
      .modal-submit {
        width: 100%;
        border-radius: 0;
        opacity: 0.5;
        cursor: default;
        font-size: 18px;
        height: 40px;
      .search-btn {
        .reset {
          width: 30%;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
          font-size: 18px;
          height: 45px;
        }
        .submit {
          width: 70%;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
          font-size: 18px;
          height: 45px;
        }
      }
      .modal-fields-row {
        min-height: calc(100% - 95px);
      .setting-group {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 18px;
        padding: 5px;
        cursor: pointer;
        z-index: 1;
      }
      .plus-group {
        color: #26C281;
        position: absolute;
        right: 0px;
        top: 45px;
        font-size: 18px;
        padding: 5px;
        cursor: pointer;
        z-index: 2;
      }
      .modal-search-fields-row {
        min-height: 300px;
        padding: 0 10px 35px;
      }