|
@@ -186,8 +186,11 @@
|
|
|
<% if (hadMap === 1) { %>
|
|
|
<div class="card-body" id="map" style="height: 388px; width: 100%;"></div>
|
|
|
<% } else if (hadMap === 2) { %>
|
|
|
- <div style="height: 388px; width: 100%;">
|
|
|
+ <div style="position:relative;height: 388px; width: 100%;">
|
|
|
<% if (map_pic) { %>
|
|
|
+ <% if (!ctx.tender.info.display.dayMode) { %>
|
|
|
+ <div style="position:absolute;top:0;left:0;width:100%;height: 388px;background-color: rgba(44, 50, 55, 0.2);z-index: 10"></div>
|
|
|
+ <% } %>
|
|
|
<img style="display:block;width:100%;height: 388px;margin:0 auto;" src="<%- fujianOssPath + map_pic %>">
|
|
|
<% } else { %>
|
|
|
<div class="p-5 text-center text-muted">
|