|
@@ -20,7 +20,7 @@
|
|
|
</svg>
|
|
|
<div style="font-size: 12px; height: 1em">路线</div>
|
|
|
</div>
|
|
|
- <p style="padding: 2em 0;">西安航天国际会议中心东方红会议厅</p>
|
|
|
+ <p style="padding: 1.2em 0">西安航天国际会议中心<br />东方红会议厅</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -91,10 +91,13 @@ function toDaohang() {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 30%;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
+ left: 10px;
|
|
|
+ bottom: 10px;
|
|
|
+ width: calc(100% - 20px);
|
|
|
background-color: #fff;
|
|
|
color: #000;
|
|
|
+ border-bottom-left-radius: 6px;
|
|
|
+ border-bottom-right-radius: 6px;
|
|
|
|
|
|
.location_icon {
|
|
|
position: absolute;
|