Commit 8f9cc4fb authored by 曹雷's avatar 曹雷

登陆页面调整

parent 02ba8992
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
......@@ -9,14 +10,14 @@ html, body {
overflow: hidden;
}
.ds-header-img {
margin: 2vh 0;
margin-left: 10%;
height: 5vh;
margin: 2% 0;
margin-left: 5%;
height: 5%;
max-height: 40px;
}
.ds-content {
width: 100%;
height: 79vh;
height: 79%;
background: url("../img/bg.png") no-repeat center center;
background-size: 100% 100%;
overflow: hidden;
......@@ -37,7 +38,7 @@ html, body {
}
.ds-footer {
width: 100%;
height: 13vh;
height: 13%;
overflow: hidden;
background: white url("../img/Login-b.jpg") no-repeat center center;
}
......@@ -148,10 +149,7 @@ html, body {
width: 2px;
margin: 10px 20px;
height: 40vh;
background: -webkit-linear-gradient(left, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), rgba(251, 251, 251, 0.09)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), rgba(251, 251, 251, 0.09)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), rgba(251, 251, 251, 0.09)); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, rgba(251, 251, 251, 0.09), rgba(251, 251, 251, 0.59), rgba(251, 251, 251, 0.09));
background-color: rgba(255, 255, 255, 0.795);
}
.szjc-login {
width: 80%;
......@@ -210,7 +208,7 @@ html, body {
.idp-btn {
width: 110px;
height: 40px;
margin: 6px 5px;
margin: 6px 1px;
}
.ds-divide-line {
width: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment