king
2020-07-06 e0e5aa28cbd509579c7a83672a93241c9a5ed7e9
src/mob/login/index.scss
@@ -3,15 +3,17 @@
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(#378DBE, #46C29E, #48A9D6);
  // background-image: linear-gradient(#378DBE, #46C29E, #48A9D6);
  .logo {
    position: relative;
    font-size: 14px;
    max-width: 280px;
    min-height: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    border: 1px dotted transparent;
    img {
      max-width: 100%;
@@ -33,9 +35,11 @@
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0px;
    border: 1px dotted transparent;
  }
  .plat-name.editing {
@@ -54,30 +58,32 @@
    position: relative;
    z-index: 1;
    width: 245px;
    font-size: 14px;
    max-width: 270px;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    .am-input-label {
      width: 30px;
      color: #ffffff;
      color: inherit;
      padding-top: 10px;
    }
    input {
      color: #fafafa;
      color: inherit;
    }
    input::-webkit-input-placeholder {
      color: #ffffff;
      color: inherit;
    }
    input:-moz-placeholder {
      color: #ffffff;
      color: inherit;
    }
    input::-moz-placeholder {
      color: #ffffff;
      color: inherit;
    }
    input:-ms-input-placeholder {
      color: #ffffff;
      color: inherit;
    }
    .am-input-control input:disabled {
@@ -90,8 +96,10 @@
  .other-setting {
    position: relative;
    z-index: 1;
    font-size: 14px;
    width: 245px;
    max-width: 270px;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 10px;
    .am-list-item {
@@ -114,7 +122,7 @@
      }
      .am-list-line .am-list-content {
        font-size: 14px;
        color: #fafafa;
        color: inherit;
        cursor: pointer;
      }
      .am-list-extra {
@@ -141,6 +149,12 @@
    margin: 0 auto;
    border-radius: 30px;
    border: 1px dotted transparent;
    overflow: visible;
    letter-spacing: 0px;
    span {
      font-style: inherit;
      font-weight: inherit;
    }
  }
  >.am-button:hover {
    color: #fff;
@@ -156,6 +170,8 @@
    font-size: 12px;
    color: #fafafa;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0px;
    border: 1px dotted transparent;
  }
  .company-msg.editing {