| | |
| | | <!-- 左侧图片 --> |
| | | <div class="Left-Area"> |
| | | <div class="TitleText"> |
| | | <h1>数字人智能交互平台</h1> |
| | | <h1>数字人</h1> |
| | | <h1>智能交互平台</h1> |
| | | </div> |
| | | </div> |
| | | <!-- 右边的登录界面 --> |
| | |
| | | } |
| | | |
| | | .bei .BeiArea .Left-Area { |
| | | width: 500px; |
| | | width: 420px; |
| | | height: 450px; |
| | | display: flex; |
| | | justify-content: center; |
| | |
| | | |
| | | .bei .BeiArea .Left-Area .TitleText { |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |
| | |
| | | .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; |
| | | } |