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