king
2023-09-18 b58d2d0277eecbae9348d633e7dc805771962024
src/views/mobdesign/index.scss
@@ -1,3 +1,11 @@
body {
  --mk-sys-color: #1890ff;
  --mk-sys-color1: #e6f7ff;
  --mk-sys-color2: #bae7ff;
  --mk-sys-color3: #91d5ff;
  --mk-sys-color4: #69c0ff;
  --mk-sys-color5: #40a9ff;
}
.mk-mob-view {
  min-height: 100vh;
@@ -9,6 +17,17 @@
      display: none;
    }
  }
  .update-tip::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 8px;
  }
  .component-name {
    position: absolute;
    z-index: 9;
@@ -19,6 +38,7 @@
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #1890ff;
    overflow: hidden;
    .center {
      position: absolute;
      font-size: 16px;
@@ -29,6 +49,7 @@
      max-width: 70%;
      .title {
        text-align: center;
        white-space: nowrap;
      }
    }
    .error {
@@ -265,6 +286,12 @@
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0);
  }
  .card-button-cell {
    .ant-checkbox-inner {
      width: 20px;
      height: 20px;
    }
  }
}
.mk-mob-view.userbind {
@@ -296,7 +323,7 @@
    }
  }
  .menu-control {
    .back-view, .mk-view-paste, .quote-wrap, .mk-sys-interface, .set-home, .set-login, .mk-replace-field {
    .quote-wrap, .set-home, .set-login {
      display: none!important;
    }
  }
@@ -304,4 +331,8 @@
body {
  overflow-y: hidden;
}
.user-component-wrap {
  display: none!important;
}