Authored by bevishuang

抽奖样式优化

... ... @@ -56,11 +56,11 @@
<image mode="widthFix" src="/static/images/activity/close@3x.png" bindtap="closeResult"></image>
</view>
<view class="clock-result-content">
<view class="clock-result-icon">
<!-- <view class="clock-result-icon"> -->
<view class="overflow-hidden-block">
<image mode="widthFix" src="{{helper.image(userPrize.picPath, 180, 180)}}"></image>
</view>
</view>
<!-- </view> -->
<text class="clock-result-p1 ellipsis">{{userPrize.name}}</text>
<view class="clock-result-p2">奖品已经放入您的账户</view>
... ...
... ... @@ -186,7 +186,7 @@ page {
width: 180rpx;
height: 180rpx;
line-height: 180rpx;
background-color: #e5e5e5;
/* background-color: #e5e5e5; */
border-radius: 50%;
overflow: hidden;
display: inline-block;
... ...