This commit is contained in:
张成
2025-08-24 14:54:04 +08:00
parent 74174c504e
commit b92301a887
6 changed files with 49 additions and 33 deletions

View File

@@ -115,13 +115,13 @@
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: flex-end;
padding: 0 20px;
}
// 品牌区域
.brand_section {
margin-top: 237px;
.logo_container {
display: flex;
@@ -138,8 +138,8 @@
.slogan_container {
margin-bottom: 51px;
background: url('../../../static/login/bro.svg') no-repeat left top;
background-size: inherit;
width: 363px;
background-size: contain;
width: 100%;
height: 114px;
}
@@ -179,7 +179,7 @@
// 微信登录按钮
&.wechat_button {
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.06);
box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.1);