Commit ae27cc4f authored by 曹雷's avatar 曹雷

统计及登录页面优化

parent 6f4c79e9
html {
height: 100vh;
}
.ds { .ds {
max-width: 1900px; max-width: 1900px;
margin: 0 auto; margin: 0 auto;
...@@ -5,12 +8,13 @@ ...@@ -5,12 +8,13 @@
overflow: hidden; overflow: hidden;
} }
.ds-header-img { .ds-header-img {
margin: 2vh 0;
margin-left: 10%; margin-left: 10%;
height: 10vh; height: 5vh;
} }
.ds-content { .ds-content {
width: 100%; width: 100%;
height: 75vh; height: 79vh;
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;
...@@ -31,7 +35,7 @@ ...@@ -31,7 +35,7 @@
} }
.ds-footer { .ds-footer {
width: 100%; width: 100%;
height: 16vh; height: 13vh;
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;
} }
...@@ -53,10 +57,11 @@ ...@@ -53,10 +57,11 @@
padding-right: 10px; padding-right: 10px;
height: 100%; height: 100%;
flex-grow: 1; flex-grow: 1;
display: flex;
justify-content: flex-end;
} }
.ds-content-city-float { .ds-content-city-float {
width: 300px; width: 300px;
float: right;
} }
.ds-content-city-float > p { .ds-content-city-float > p {
width: 90px; width: 90px;
...@@ -157,6 +162,7 @@ ...@@ -157,6 +162,7 @@
.ds-content-source { .ds-content-source {
display: flex; display: flex;
height: calc(100% - 60px); height: calc(100% - 60px);
max-width: 700px;
} }
.ds-content-title { .ds-content-title {
padding: 10px 0 0 0; padding: 10px 0 0 0;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<!-- Add your site or application content here --> <!-- Add your site or application content here -->
<div class="ds"> <div class="ds">
<div class="ds-header"> <div class="ds-header">
<img class="ds-header-img" th:src="@{/static/img/Rlogo.jpg}" alt="" /> <img class="ds-header-img" th:src="@{/static/img/Rlogo.png}" alt="" />
</div> </div>
<div class="ds-content"> <div class="ds-content">
<div class="ds-content-mask"> <div class="ds-content-mask">
......
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