king
2020-07-17 e70553694d5ab6869a85a0db60bc14942a06bc15
src/mob/components/login/mob-login-2/index.scss
@@ -32,7 +32,31 @@
  .plat-name:not(.editing):hover {
    border-color: #535353;
  }
  .other-register {
  .row-box {
    position: relative;
    width: 280px;
    margin: 0 auto;
    line-height: 1.5;
    .col-item {
      position: relative;
      display: inline-block;
      width: 50%;
      border: 1px dotted transparent;
    }
    .col-item.right {
      float: right;
    }
    .col-item.editing {
      border: 1px solid #1890ff;
      box-shadow: 0px 0px 2px #1890ff;
    }
    .col-item:not(.editing):hover {
      border-color: #535353;
    }
  }
  .other-auth {
    text-align: center;
    font-size: 26px;
    color: rgb(68, 168, 242);