|
@@ -47,7 +47,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="station-icon3"><text class="iconfont"></text>
|
|
|
- <view class="corner"></view>
|
|
|
+ <view class="corner3"></view>
|
|
|
</view>
|
|
|
<img src="/static/img/地图@1x.png" alt="">
|
|
|
</view>
|
|
@@ -205,32 +205,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .station-icon3 {
|
|
|
- width: 36px;
|
|
|
- height: 36px;
|
|
|
- line-height: 36px;
|
|
|
- text-align: center;
|
|
|
- border: 1px solid rgba(0, 185, 98, 100);
|
|
|
- color: #00b962;
|
|
|
- border-radius: 999px;
|
|
|
- position: absolute;
|
|
|
- top: 124px;
|
|
|
- left: 255px;
|
|
|
-
|
|
|
- .corner {
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- position: absolute;
|
|
|
- top: 34px;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- margin: auto;
|
|
|
- border-bottom: 4px solid transparent;
|
|
|
- border-left: 4px solid transparent;
|
|
|
- border-right: 4px solid transparent;
|
|
|
- border-top: 6px solid #b58cff;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.station-icon2 {
|
|
|
width: 100px;
|
|
@@ -260,22 +235,49 @@
|
|
|
line-height: 14px;
|
|
|
padding: 4px;
|
|
|
}
|
|
|
+ .corner2 {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 36px;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ margin: auto;
|
|
|
+ border-bottom: 6px solid transparent;
|
|
|
+ border-left: 6px solid transparent;
|
|
|
+ border-right: 6px solid transparent;
|
|
|
+ border-top: 8px solid #00bacb;
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .corner2 {
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
+.station-icon3 {
|
|
|
+ width: 36px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid rgba(0, 185, 98, 100);
|
|
|
+ color: #00b962;
|
|
|
+ border-radius: 999px;
|
|
|
position: absolute;
|
|
|
- top: 36px;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- margin: auto;
|
|
|
- border-bottom: 6px solid transparent;
|
|
|
- border-left: 6px solid transparent;
|
|
|
- border-right: 6px solid transparent;
|
|
|
- border-top: 8px solid #00b962;
|
|
|
+ top: 124px;
|
|
|
+ left: 255px;
|
|
|
|
|
|
+ .corner3 {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 34px;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ margin: auto;
|
|
|
+ border-bottom: 4px solid transparent;
|
|
|
+ border-left: 4px solid transparent;
|
|
|
+ border-right: 4px solid transparent;
|
|
|
+ border-top: 6px solid #00b962;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.charing-slow {
|