提交 485ecd20 编写于 作者: Neuromancer255's avatar Neuromancer255

登录页面样式调整 --fix12

上级 4a4bc7d6
......@@ -2,36 +2,46 @@
.app-login-contant{
width: 100%;
height: 100%;
min-height: 400px;
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;
justify-content: flex-start;
align-items: center;
.ibizLogo{
margin-top: 15vh;
margin-left: 6vw;
width: 86px;
height: 40px;
margin-top: 15vh;
margin-left: 6vw;
align-self:flex-start;
filter: drop-shadow(-4px 4px 5px #8e9eab);
}
.app-login-form{
width: 90vw;
min-height: 240px;
margin-top: 40px;
border-radius: 10px;
background-color: white;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: space-around;
box-shadow: -4px 4px 5px #8e9eab;
ion-item{
border-radius: 10px;
}
.ion-no-margin{
margin: auto;
--background: linear-gradient(30deg, #7BC6CC, #BE93C5) !important;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册