Commit ae27cc4f authored by 曹雷's avatar 曹雷

统计及登录页面优化

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