湖里大屏:首页样式调整

This commit is contained in:
骆乐 2022-08-23 13:40:02 +08:00
parent d149fbe63e
commit 72abd6a260
14 changed files with 64 additions and 50 deletions

BIN
dist.zip

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -92,7 +92,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 33%;
margin-bottom: 15px;

View File

@ -222,7 +222,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -86,7 +86,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -2,26 +2,30 @@
<div class="dataBoardPage">
<div class="headerBox">
<div class="topTit">
<div class="time">
<span>{{currentDate}}</span>
<span>{{currentWeek}}</span>
<span>{{currentTime}}</span>
<div class="leftmodel">
<img class="wetherImg" src="../../../assets/images/projectImg/sun.png" alt />
<div class="wether">多云 32</div>
<img class="logo" src="../../../assets/images/projectImg/logo.png" alt />
</div>
<div class="title">
<div class="centermodel">
<h1 class="title">{{'金林湾项目监管平台'}}</h1>
</div>
<div>
<img class="wetherImg" src="../../../assets/images/projectImg/sun.png" alt />
<span>多云 32</span>
<img
class="backImg"
@click="toBack()"
src="../../../assets/images/projectImg/back.png"
alt
/>
<div class="rightmodel">
<div class="time">
<span>{{currentDate}}</span>
<span>{{currentWeek}}</span>
<span>{{currentTime}}</span>
<img
class="backImg"
@click="toBack()"
src="../../../assets/images/projectImg/back.png"
alt
/>
</div>
</div>
</div>
<div style="height: 40px" class="menuBox">
<div class="menuBox">
<ul class="left">
<li
v-for="(item, index) in menuList"
@ -143,5 +147,4 @@ export default {
<style lang="less" scoped>
@import url("./style.less");
</style>

View File

@ -129,7 +129,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -50,7 +50,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -202,7 +202,7 @@ export default {
}
}
.manager-persons {
height: 60%;
height: 65%;
display: flex;
// margin-left: 20px;
.person {

View File

@ -109,7 +109,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -54,7 +54,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -54,7 +54,6 @@ export default {
width: 25%;
height: 100%;
margin-right: 15px;
margin-left: 15px;
.leftTop {
height: 35%;
margin-bottom: 15px;

View File

@ -7,53 +7,72 @@
}
.headerBox{
background-image: url('../../../assets/images/projectImg/title.png');
background-image: url('../../../assets/images/projectImg/title2.png');
background-position: bottom center;
background-repeat: no-repeat;
height: 100px;
position: relative;
background-size: 100% auto;
margin: 0 6px;
.topTit{
display: flex;
.time{
span{
padding: 20px;
line-height: 40px;
margin-top: 5px;
}
}
.title{
justify-content: center;
align-items: center;
.leftmodel{
flex: 1;
margin-top: 8px;
margin-right: 50px;
.wetherImg{
margin-left:10px;
}
.wether{
display: inline-block;
margin: 10px;
font-size: 14px;
}
.logo{
margin-top: 10px;
margin-left: 10px;
}
}
.wetherImg,.backImg{
margin:10px 20px 0px 20px ;
width: 20px;
height: 20px;
.centermodel{
flex: 1;
.title{
margin-top: 25px;
color: #fcfcfc;
margin-left: 40px;
}
}
.rightmodel{
.time{
span{
padding: 20px;
line-height: 30px;
margin-top: 5px;
}
}
.backImg{
display: inline-block;
margin:10px 20px 0px 20px ;
width: 20px;
height: 20px;
}
}
}
.title{
color: #fcfcfc;
font-size: 31px;
text-align: center;
// padding-top: 15px;
}
}
.menuBox{
li{
display: inline-block;
color: #ffffff;
font-size: 18px;
font-size: 20px;
width: 130px;
height: 40px;
text-align: center;
line-height: 15px;
font-weight: bold;
// font-weight: bold;
cursor: pointer;
position: relative;
z-index: 2;