Commit 7ed6767a authored by xxx's avatar xxx

添加左下角logo

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