1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user