Flex
2025-06-09 e18e3b164bacd66ada1572b14299a3400f14bc1b
easegen-front/src/views/Login/Login.vue
@@ -4,7 +4,8 @@
      <!-- 左侧图片 -->
      <div class="Left-Area">
        <div class="TitleText">
          <h1>数字人智能交互平台</h1>
          <h1>数字人</h1>
          <h1>智能交互平台</h1>
        </div>
      </div>
      <!-- 右边的登录界面 -->
@@ -90,7 +91,7 @@
}
.bei .BeiArea .Left-Area {
  width: 500px;
  width: 420px;
  height: 450px;
  display: flex;
  justify-content: center;
@@ -100,6 +101,7 @@
.bei .BeiArea .Left-Area .TitleText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@@ -107,13 +109,18 @@
.bei .BeiArea .Left-Area .TitleText h1 {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
.bei .BeiArea .Left-Area .TitleText h1:first-of-type{
  margin-bottom: 20px;
}
.bei .BeiArea .form-box {
  box-sizing: border-box;
  background: #fff;
  /* width: calc(400px + (100vw - 1900px) * 0.5); */
  width: 500px;
  width: 420px;
  height: 450px;
  padding: 20px 40px;
}