Commit 7ed6767a authored by xxx's avatar xxx

添加左下角logo

parent 9fc13782
......@@ -67,6 +67,8 @@
<div id="centerDiv" class="mapcontainer">
<mars3dViewerMap :url="configUrl" @onload="onMapload" ref="mars3dViewerMapMethod"/>
</div>
<!-- 左下角logo -->
<img src="../../assets/images/truckTuPian/maplogo1.jpg" class="mapLogo1">
<!-- 铲车待装车辆列表 -->
<div class="waitingtrucksView" v-if="carclass == '铲车'">
<div class="waitingtrucksView_title">待装卡车列表</div>
......@@ -806,6 +808,14 @@ export default {
<style scope>
@media screen and (max-width:901px){
.mapLogo1{
position: absolute;
bottom: 1.5vh;
left: 1.5vw;
width: 10vw;
height: 4.6vh;
z-index: 1;
}
.indexSituation_fa1{
flex:0 0 auto;
color: #A6F6F9;
......@@ -903,7 +913,7 @@ export default {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
z-index: 2;
font-size: 12px;
font-weight: 600;
text-align: center;
......@@ -1145,6 +1155,14 @@ export default {
}
@media screen and (min-width:901px){
.mapLogo1{
position: absolute;
bottom: 1.5vh;
left: 1.5vw;
width: 10vw;
height: 4.6vh;
z-index: 1;
}
.indexSituation_fa1{
flex:0 0 auto;
color: #A6F6F9;
......@@ -1242,7 +1260,7 @@ export default {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
z-index: 2;
font-size: 19px;
font-weight: 600;
text-align: center;
......
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