|
@@ -38,10 +38,10 @@
|
|
|
<view class="iconfont icon2-left"></view>
|
|
|
<view class="icon2-right">
|
|
|
<view class="corner2"></view>
|
|
|
- <view class="">
|
|
|
+ <view class="corner2-top">
|
|
|
¥1.25
|
|
|
</view>
|
|
|
- <view class="">
|
|
|
+ <view class="corner2-bottom">
|
|
|
空闲10
|
|
|
</view>
|
|
|
</view>
|
|
@@ -236,6 +236,7 @@
|
|
|
color: #ffffff;
|
|
|
line-height: 14px;
|
|
|
padding: 4px;
|
|
|
+ font-size: 14px
|
|
|
}
|
|
|
.corner2 {
|
|
|
width: 0;
|
|
@@ -358,6 +359,7 @@
|
|
|
text-align: center;
|
|
|
background-color: rgba(125, 177, 255, 100);
|
|
|
color: #fff;
|
|
|
+ font-size: 14px
|
|
|
}
|
|
|
|
|
|
.park-text {
|
|
@@ -417,7 +419,7 @@
|
|
|
text-align: center;
|
|
|
border: 1px solid rgba(0, 185, 98, 100);
|
|
|
color: rgba(0, 185, 98, 100);
|
|
|
-
|
|
|
+ font-size: 14px
|
|
|
}
|
|
|
}
|
|
|
}
|