Commit ae4754bc authored by youjie's avatar youjie

no message

parent 1443c16f
...@@ -108,14 +108,14 @@ ...@@ -108,14 +108,14 @@
<view class="hotelTimeBoxL row"> <view class="hotelTimeBoxL row">
<view class="row"> <view class="row">
<view class="hotelTime column"> <view class="hotelTime column">
<text class="hotelTimeTop">今天</text> <text class="hotelTimeTop">入住</text>
<view>{{ formatMonthDay(startDay) }} <view>{{ formatMonthDay(startDay) }}
<text <text
style="font-weight: 100;color: #080A09;position: relative;top: -15rpx;left: 11rpx;">-</text> style="font-weight: 100;color: #080A09;position: relative;top: -15rpx;left: 11rpx;">-</text>
</view> </view>
</view> </view>
<view class="hotelTime column" style="padding-left: 22rpx;"> <view class="hotelTime column" style="padding-left: 22rpx;">
<text class="hotelTimeTop">明天</text> <text class="hotelTimeTop">离开</text>
<view>{{ formatMonthDay(endDay) }}</view> <view>{{ formatMonthDay(endDay) }}</view>
</view> </view>
</view> </view>
......
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