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

登陆页面调整

parent 02ba8992
html, body { html, body {
width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
...@@ -9,14 +10,14 @@ html, body { ...@@ -9,14 +10,14 @@ html, body {
overflow: hidden; overflow: hidden;
} }
.ds-header-img { .ds-header-img {
margin: 2vh 0; margin: 2% 0;
margin-left: 10%; margin-left: 5%;
height: 5vh; height: 5%;
max-height: 40px; max-height: 40px;
} }
.ds-content { .ds-content {
width: 100%; width: 100%;
height: 79vh; height: 79%;
background: url("../img/bg.png") no-repeat center center; background: url("../img/bg.png") no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
overflow: hidden; overflow: hidden;
...@@ -37,7 +38,7 @@ html, body { ...@@ -37,7 +38,7 @@ html, body {
} }
.ds-footer { .ds-footer {
width: 100%; width: 100%;
height: 13vh; height: 13%;
overflow: hidden; overflow: hidden;
background: white url("../img/Login-b.jpg") no-repeat center center; background: white url("../img/Login-b.jpg") no-repeat center center;
} }
...@@ -148,10 +149,7 @@ html, body { ...@@ -148,10 +149,7 @@ html, body {
width: 2px; width: 2px;
margin: 10px 20px; margin: 10px 20px;
height: 40vh; 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-color: rgba(255, 255, 255, 0.795);
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));
} }
.szjc-login { .szjc-login {
width: 80%; width: 80%;
...@@ -210,7 +208,7 @@ html, body { ...@@ -210,7 +208,7 @@ html, body {
.idp-btn { .idp-btn {
width: 110px; width: 110px;
height: 40px; height: 40px;
margin: 6px 5px; margin: 6px 1px;
} }
.ds-divide-line { .ds-divide-line {
width: 2px; 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