liuyg
2021-10-13 fbf21b30a22672b1f13714041369510e4296cc18
二维码
2 files modified
18 ■■■■ changed files
src/page/login/index.vue 5 ●●●● patch | view | raw | blame | history
src/styles/login.scss 13 ●●●●● patch | view | raw | blame | history
src/page/login/index.vue
@@ -11,7 +11,10 @@
      </div>
      <div class="login-border">
        <div class="login-erweima">
          <img :src="link" alt="" />
          <div class="title-l-e">
            <img :src="link" alt="" />
          </div>
          <div class="title-l-e">扫一扫 加入群聊</div>
        </div>
        <div class="login-main">
          <h4 class="login-title">
src/styles/login.scss
@@ -76,14 +76,19 @@
  position: relative;
}
.login-erweima {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  right: 10px;
  color: #333;
  top: 0;
  top: 10px;
  width: 130px;
  height: 160px;
  img {
    width: 100%;
    height: 100%;
    width: 130px;
    height: 130px;
  }
}
.login-main {