Commit a37e317c authored by Edwise's avatar Edwise 🍷

细节修改

parent ac75957c
......@@ -155,7 +155,7 @@
font-weight: bolder;
}
.task .task_item .task_award {
width: 140rpx;
width: 340rpx;
height: 24rpx;
opacity: 1;
left: 138rpx;
......
......@@ -19,7 +19,8 @@
<label class="task_title " a:if="{{item.taskType!='sign'&&item.taskType!='collectGoods'}}">{{item.title}}</label>
<label class="task_title " a:if="{{item.taskType=='sign'}}">{{item.title}}({{item.todayCompleteTimes}}/{{item.times}})</label>
<label class="task_title " a:if="{{item.taskType=='collectGoods'}}">{{item.title}}({{item.completeTimes}}/{{item.times}})</label>
<label class="task_award ">温暖值 +{{item.rewards}}</label>
<label class="task_award " a:if="{{item.taskType!='collectGoods'}}">温暖值 +{{item.rewards}}</label>
<label class="task_award " a:if="{{item.taskType=='collectGoods'}}">每收藏1个商品温暖值+{{item.rewards}}</label>
<block>
<!-- <label class="task_progress " a:if="{{item.taskType=='invites'}}">(不限次数)</label>
<label class="task_progress " a:elif="{{item.taskType!='follow'}}">({{item.todayCompleteTimes}}/{{item.times}})</label>
......
......@@ -3,7 +3,7 @@
<view class="tempitemtext ">
<label class="tempitemtitle ">蕉内旗下热装备 持久保温</label>
<label class="tempitemname ">人气商品</label>
<label class="tempitemprize ">双十一惊喜价:¥299</label>
<!-- <label class="tempitemprize ">双十一惊喜价:¥299</label> -->
</view>
<image class="tempitemImg " src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
......
......@@ -12,7 +12,7 @@
<image class="my-prize-copy" data-text="{{item._id}}" onTap="handleCopyId" src="{{task.image.copyIcon}}" />
</view>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAP.FAILURE}}">{{item.remark}}</view>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAP.REPEAT || (item.drawStatus === PRIZE_DRAW_STATUS_MAP.RECEIVE)}}">请于{{endTime}}前领取</view>
<view class="my-prize-tip" a:if="{{item.type != PRIZE_TYPE_MAP.EQUITY&&item.drawStatus === PRIZE_DRAW_STATUS_MAP.REPEAT || (item.drawStatus === PRIZE_DRAW_STATUS_MAP.RECEIVE)}}">请于{{endTime}}前领取</view>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAP.FINISHED }}">奖品已过期失效</view>
</view>
<view class="prize-status" style="{{task.btnStyle}}">
......
......@@ -250,8 +250,8 @@
color: #000000;
}
.pageindex .rule {
width: 32rpx;
height: 125rpx;
width: 38rpx;
height: 131rpx;
opacity: 1;
top: 130rpx;
position: absolute;
......
......@@ -26,7 +26,7 @@
<image class="lockbtn3 " a:if="{{curGameStep<3}}" src={{resList['62f291e9-e8c8-40f8-9d4d-a0445f085fdc'].url}} />
<view class="wen_zi2 ">
<label class="superise ">赢2999元惊喜礼包</label>
<label class="superise ">赢2999元购物金</label>
<view class="lei_ji_sheng_chang ">
<label class="curtemp ">当前温暖值:<text class="curWarms " style="size:{{'30rpx'}}">{{curWarms}}</text></label>
<label class="currank ">排名位于第 <text class="curWarms " style="size:{{'30rpx'}}">{{curRank}}</text> 位</label>
......
......@@ -115,6 +115,19 @@
font-size: 30rpx;
color: #000000;
}
.pagerank .ranktex .prizeTips {
width: 750rpx;
height: 40rpx;
opacity: 0.6;
left: -75rpx;
top: 188rpx;
position: absolute;
font-size: 20rpx;
color: rgba(0, 0, 0, 1);
transform-origin: 0rpx 0rpx 0rpx;
text-align: center;
}
.pagerank .ranktex .rankList {
width: 596rpx;
height: 484rpx;
......@@ -222,7 +235,7 @@
height: 164rpx;
opacity: 1;
left: 120rpx;
top: 414rpx;
top: 410rpx;
position: absolute;
word-break: keep-all;
white-space: nowrap;
......
......@@ -2,6 +2,7 @@
<image class="rankbg " src={{resList['bf292c37-4753-46bc-bae5-e886ae9cec80'].url}} />
<image class="rankreturnbtn btn" onTap="navigateToIndex" src={{resList['071da23d-ca97-4979-91d1-533fe386eef7'].url}} />
<view class="ranktex ">
<label class="prizeTips ">右滑查看更多奖品</label>
<view class="myrank ">
<label class="rankid ">{{myRankInfo.userNick}}</label>
<label class="ranktemp ">{{myRankInfo.warms}}</label>
......@@ -11,6 +12,7 @@
<label class="tao_baoid ">淘宝id</label>
<label class="lei_ji_ji_bai_ren_shu ">累计温暖值</label>
<label class="pai_ming ">排名</label>
</view>
<view class="rankList">
<view class="rankItem" a:for="{{rankList}}">
......
This diff is collapsed.
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