Delete account.css

This commit is contained in:
大发明家 2020-01-14 11:40:20 +08:00 committed by GitHub
parent 02fb5cbe7a
commit edef8e5d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +0,0 @@
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
html{
width: 100%;
height: 100%;
}
body{
width: 100%;
height: 100%;
display: flex;
flex-direction:column;
}
.head{
height: 5em;
padding: 0 10%;
background: #17b5fe;
}
.head .my-logo{
height: 100%;
width: 15%;
background-image: url("../img/my-logo.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.iframe-middle{
height: calc(100% - 5em);
}