Commit e512d576 authored by 汪欢's avatar 汪欢

1

parent 4411ee9c
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
} }
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list { .gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list {
width: 453rpx; /* width: 453rpx; */
width: 500rpx;
height: 383rpx; height: 383rpx;
opacity: 1; opacity: 1;
top: 150rpx; top: 150rpx;
...@@ -76,12 +77,13 @@ ...@@ -76,12 +77,13 @@
*/ */
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list .zu13434 { .gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list .zu13434 {
width: 453rpx; width: 500rpx;
height: 183rpx; height: 183rpx;
opacity: 1; opacity: 1;
top: 10rpx; top: 10rpx;
position: absolute; position: absolute;
} }
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .zu13434 .tu_ceng09_yue15_ri43 { .gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .zu13434 .tu_ceng09_yue15_ri43 {
width: 101rpx; width: 101rpx;
height: 21rpx; height: 21rpx;
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<view class="zu135"> <view class="zu135">
<view class="list" a:if="{{orderList != null}}"> <view class="list" a:if="{{orderList != null}}">
<view class="zu13434" a:for="{{orderList}}" a:key="index" a:for-item="item"> <view class="zu13434" a:for="{{orderList}}" a:key="index" a:for-item="item">
<label style="{{item.order.orderDay}}">{{item.monthDate}}</label> <label class="day1" style="{{item.order.orderDay}}">{{item.monthDate}}</label>
<label style="{{item.order.orderFloor}}">{{item.floorRange}}</label> <label class="floor1" style="{{item.order.orderFloor}}">{{item.floorRange}}</label>
<label style="{{item.order.orderCredits}}">{{item.credits}}</label> <label class="credits1" style="{{item.order.orderCredits}}">{{item.credits}}</label>
</view> </view>
</view> </view>
<view class="no_order" a:elif="{{orderList == null}}">暂无购买记录</view> <view class="no_order" a:elif="{{orderList == null}}">暂无购买记录</view>
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
<!-- bianli --> <!-- bianli -->
<image style="width:100rpx;height:100rpx;display:block;marginLeft:25rpx" src={{item.image}}></image> <image style="width:100rpx;height:100rpx;display:block;marginLeft:25rpx" src={{item.image}}></image>
<!-- <view style="width:100rpx;height:100rpx;background:white;marginLeft:25rpx"></view> --> <!-- <view style="width:100rpx;height:100rpx;background:white;marginLeft:25rpx"></view> -->
<view style="fontSize:22rpx;marginTop:10rpx">{{totalFloor}}*{{item.probability}}楼层</view> <view style="fontSize:22rpx;marginTop:10rpx">N*{{item.probability}}楼层</view>
<label style="fontSize:22rpx;height:40rpx;overflow:hidden">{{item.name}}</label> <label style="fontSize:22rpx;height:40rpx;width:128rpx;overflow:hidden;letter-spacing:-1rpx;text-overflow:ellipsis;white-space:nowrap">{{item.name}}</label>
</view> </view>
</view> </view>
......
...@@ -374,19 +374,23 @@ Page({ ...@@ -374,19 +374,23 @@ Page({
left: 0, left: 0,
top: 40 * (lens-i) + 'rpx', top: 40 * (lens-i) + 'rpx',
position: 'absolute', position: 'absolute',
color: 'white' color: 'white',
}, },
orderFloor: { orderFloor: {
left: 200 + 'rpx', left: 180 + 'rpx',
top: 40 * (lens-i) + 'rpx', top: 40 * (lens-i) + 'rpx',
position: 'absolute', position: 'absolute',
color: 'white' color: 'white',
width:150+'rpx',
textAlign:'center'
}, },
orderCredits: { orderCredits: {
left: 400 + 'rpx', left: 400 + 'rpx',
top: 40 * (lens-i) + 'rpx', top: 40 * (lens-i) + 'rpx',
position: 'absolute', position: 'absolute',
color: 'white' color: 'white',
width:100+'rpx',
textAlign:'center'
} }
} }
data[i].order = orderStyle; data[i].order = orderStyle;
......
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