优化登录和注册界面
This commit is contained in:
parent
7b33475441
commit
dbaf7db3da
Binary file not shown.
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 258 KiB |
@ -162,7 +162,7 @@
|
||||
#userLayout.user-layout-wrapper {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 16%;
|
||||
top: 12%;
|
||||
margin-left: -543px;
|
||||
height: 100%;
|
||||
|
||||
@ -193,13 +193,13 @@
|
||||
background-size: 100%;
|
||||
position: relative;
|
||||
width: 340px;
|
||||
height: 520px;
|
||||
height: 460px;
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border-radius: 8px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 30px 30px 0 30px;
|
||||
margin-top: 30px;
|
||||
padding: 10px 30px 0 30px;
|
||||
margin-top: 50px;
|
||||
-webkit-box-shadow: 0 2px 6px 0 rgb(200 200 200);
|
||||
box-shadow: 0 2px 6px 0 rgb(200 200 200);
|
||||
overflow: hidden;
|
||||
@ -214,8 +214,8 @@
|
||||
.header {
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
margin-top: 45px;
|
||||
margin-bottom: 45px;
|
||||
margin-top: 35px;
|
||||
margin-bottom: 35px;
|
||||
.title {
|
||||
font-size: 35px;
|
||||
color: #666;
|
||||
@ -243,13 +243,13 @@
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 0 16px;
|
||||
margin: 48px 0 12px;
|
||||
text-align: center;
|
||||
left: 33%;
|
||||
right: 33%;
|
||||
|
||||
.links {
|
||||
margin-bottom: 8px;
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</router-link>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item style="margin-top:24px">
|
||||
<a-form-item style="margin-top:30px">
|
||||
<a-button
|
||||
size="large"
|
||||
type="primary"
|
||||
@ -375,6 +375,10 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.getCaptcha {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@ -305,6 +305,10 @@
|
||||
<style lang="less" scoped>
|
||||
.user-layout-register {
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
& > h3 {
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user