king
2020-07-14 f36141f3075edf9d41928d64f759ad6bd1b1ac60
src/mob/components/login/mob-login-2/index.scss
@@ -32,6 +32,23 @@
  .plat-name:not(.editing):hover {
    border-color: #535353;
  }
  .other-register {
    text-align: center;
    font-size: 26px;
    color: rgb(68, 168, 242);
    span {
      display: inline-block;
      vertical-align: top;
      p {
        font-size: 12px;
        margin-bottom: 10px;
      }
    }
    span:not(:last-child) {
      margin-right: 15px;
    }
  }
  .am-list-item {
    position: relative;
@@ -119,6 +136,36 @@
  .company-msg:not(.editing):hover {
    border-color: #535353;
  }
  .links {
    min-height: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    span {
      display: inline-block;
      position: relative;
      text-decoration: inherit;
      font-style: inherit;
      min-width: 40px;
      border: 1px dotted transparent;
    }
    span:not(:last-child) {
      margin-right: 10px;
    }
    span:hover {
      border-color: #535353;
    }
    span.editing {
      border: 1px solid #1890ff;
      box-shadow: 0px 0px 2px #1890ff;
    }
    >.anticon-plus {
      cursor: pointer;
      color: #26C281;
    }
  }
}
.am-picker-popup-wrap {
  left: calc(50vw - 305px);