提交 99e0a4f6 编写于 作者: Neuromancer255's avatar Neuromancer255

登陆页面样式调整 --fix10

上级 50ce0fca
......@@ -2,9 +2,9 @@
.app-login-contant{
width: 100%;
height: 100%;
background: #aa4b6b; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(30deg, #3b8d99, #6b6b83, #aa4b6b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(45deg, #8e9eab, #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(45deg, #8e9eab, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
display: flex;
flex-direction: column;
......@@ -21,15 +21,13 @@
.app-login-form{
width: 90vw;
height: 45%;
min-height: 250px;
border-radius: 10px;
background-color: white;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: space-around;
box-shadow: -4px 4px 5px #5a5a5a;
box-shadow: -4px 4px 5px #8e8e8e;
ion-item{
border-radius: 10px;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册