index.css 4.9 KB

  body {
    overflow: hidden;
    background-color: #2f2318;
  }

  @media (min-width: 1680px) and (max-width: 1921px) {
    body {
      font-size: 135%;
    }
  }
  @media (min-width: 1440px) and (max-width: 1680px) {
    body {
      font-size: 112%;
    }
  }
  @media (min-width: 1366px) and (max-width: 1440px) {
    body {
      font-size: 100%;
    }
  }
  @media (min-width: 1280px) and (max-width: 1366px) {
    body {
      font-size: 90%;
    }
  }
  @media (min-width: 1024px) and (max-width: 1280px) {
    body {
      font-size: 86%;
    }
  }
  .view {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #2f2318;
  }
  #background {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-image: url(../images/background2740d2.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all 0.6s;
  }
  @media screen and (min-device-width: 1366px),
    screen and (min-device-width: 1366px),
    screen and (min-device-width: 1366px),
    screen and (min-device-width: 1366px) {
    #background {
      background-image: url(../images/background2740d2.jpg);
      background-size: auto 100%;
      background-repeat: no-repeat;
    }
    #logo {
      background-image: url(../images/logo279486.png);
    }
    #nav_iPhone_img {
      background-image: url(../images/nav279486.png);
      background-size: 108px 172px;
    }
    #nav_android_img {
      background-image: url(../images/nav279486.png);
      background-size: 108px 172px;
      background-position: 0 -21px;
    }
    #nav_QRCode_img {
      background-image: url(../images/nav279486.png);
      background-size: 108px 172px;
      background-position: 0 -44px;
    }
    #nav_QRCode_hover_img {
        background-image: url(../images/nav279486.png);
        background-size: 108px 172px;
        background-position: 0 100%;
        background-repeat: no-repeat;
    }
  }
  #logo {
    position: fixed;
    z-index: 1000;
    display: block;
    left: 64px;
    width: 169px;
    height: 40px;
    top: 22px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(../images/logo279486.png);
  }
  #nav_iPhone {
    position: fixed;
    z-index: 1000;
    width: 124px;
    height: 34px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 22px;
    right: 340px;
    opacity: 0.6;
    transition: opacity 0.4s;
    animation: moveOpcityIn 2.3s;
  }
  @keyframes moveOpcityIn {
    0%{
      opacity: 0;
    }
    90%{
      opacity: 0.6;
    }
    100%{
      opacity: 0.6;
    }
  }
  #nav_iPhone:hover {
    opacity: 1;
  }
  #nav_iPhone_img {
    position: absolute;
    left: 16px;
    top: 7px;
    width: 93px;
    height: 21px;
    cursor: pointer;
    background-image: url(../images/nav279486.png);
    background-size: 108px 172px;
  }
  #nav_android {
    position: fixed;
    z-index: 1000;
    width: 124px;
    height: 34px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 22px;
    right: 196px;
    opacity: 0.6;
    transition: opacity 0.4s;
    animation: moveOpcityIn 2.3s;
  }
  #nav_android:hover {
    opacity: 1;
  }
  #nav_android_img {
    position: absolute;
    left: 17px;
    top: 6px;
    width: 93px;
    height: 23px;
    cursor: pointer;
    background-image: url(../images/nav279486.png);
    background-size: 108px 172px;
    background-position: 0 -21px;
  }
  #nav_QRCode {
    position: fixed;
    z-index: 1000;
    width: 124px;
    height: 34px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 22px;
    right: 52px;
    opacity: 0.6;
    transition: opacity 0.4s;
    animation: moveOpcityIn 2.3s;
  }
  #nav_QRCode:hover {
    opacity: 1;
  }
  #nav_QRCode:hover #nav_QRCode_hover {
    opacity: 1;
    transform: translateY(20px);
  }
  #nav_QRCode_img {
    position: absolute;
    left: 17px;
    top: 7px;
    width: 93px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/nav279486.png);
    background-size: 108px 172px;
    background-position: 0 -44px;
  }

  #nav_QRCode_hover {
    cursor: default;
    top: 25px;
    left: -1px;
    padding-top: 40px;
    margin-top: -40px;
    right: -1px;
    position: absolute;
    opacity: 0;
    transition: all 0.4s;
}
 #nav_QRCode_hover_border {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 108px;
    height: 108px;
    padding: 8px;
}
#nav_QRCode_hover_img {
    width: 108px;
    height: 108px;
    position: absolute;
    opacity: 1;
    background-image: url(../images/nav279486.png);
    background-size: 108px 172px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}