中建四局(安全管理):照片替换
This commit is contained in:
parent
8a4469fd07
commit
1c20ab1bfb
@ -299,7 +299,7 @@ export default {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/*justify-content:space-between;*/
|
||||
padding: 50px 100px;
|
||||
padding: 20px 100px;
|
||||
.realTimeData_item {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
||||
@ -115,7 +115,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.timeline {
|
||||
margin-top: 3%;
|
||||
height: 98%;
|
||||
height: 97%;
|
||||
width: 97%;
|
||||
overflow: auto;
|
||||
|
||||
|
||||
@ -38,10 +38,10 @@ export default {
|
||||
height: 33%;
|
||||
}
|
||||
.middle {
|
||||
height: 45%;
|
||||
height: 47%;
|
||||
}
|
||||
.bottom {
|
||||
height: 22%;
|
||||
height: 20%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -72,10 +72,11 @@ export default {
|
||||
.text {
|
||||
margin-top: 5px;
|
||||
color: #a4a9b0;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
.contentbut {
|
||||
margin-top: 20px;
|
||||
// margin-top: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -86,6 +87,7 @@ export default {
|
||||
width: 88px;
|
||||
text-align: center;
|
||||
margin-right: 55px;
|
||||
font-size: 12px;
|
||||
.number {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
|
||||
@ -146,7 +146,7 @@ export default {
|
||||
.contentBox {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-top: 20px;
|
||||
margin-top: 2%;
|
||||
margin-left: 10px;
|
||||
color: #bec1c7;
|
||||
.person {
|
||||
@ -172,7 +172,7 @@ export default {
|
||||
.img,
|
||||
.contentBtn {
|
||||
margin-right: 20px;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
.num1 {
|
||||
color: #53a9b1;
|
||||
font-size: 20px;
|
||||
@ -198,11 +198,8 @@ export default {
|
||||
span {
|
||||
margin-left: 10px;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
height: 25px;
|
||||
line-height: 30px;
|
||||
.image {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.echarts {
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<Card title="基本信息">
|
||||
<div>
|
||||
<div class="contentBox">
|
||||
<p class="row">
|
||||
<span>项目位置</span>
|
||||
@ -27,19 +26,21 @@
|
||||
<a>广州宏元建设工程咨询有限公司</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Card from '../components/Card.vue'
|
||||
import Card from "../components/Card.vue";
|
||||
export default {
|
||||
components: { Card }
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.contentBox {
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
overflow: auto;
|
||||
margin-top: 3%;
|
||||
margin-left: 2%;
|
||||
.row {
|
||||
@ -63,7 +64,8 @@ export default {
|
||||
color: #c4c7cc;
|
||||
}
|
||||
}
|
||||
.row:active,.row:hover{
|
||||
.row:active,
|
||||
.row:hover {
|
||||
height: 55px;
|
||||
line-height: 55px;
|
||||
background-image: url(../assets/images/common/bg-ihover.png);
|
||||
@ -73,7 +75,7 @@ export default {
|
||||
color: #bc5935;
|
||||
}
|
||||
span::before {
|
||||
content: '';
|
||||
content: "";
|
||||
top: 30%;
|
||||
left: -30%;
|
||||
position: absolute;
|
||||
@ -83,4 +85,8 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
color: #182337;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user