xg
This commit is contained in:
parent
fdb417d04b
commit
f07d7f282b
@ -33,6 +33,9 @@
|
|||||||
<view class="prizeScore">
|
<view class="prizeScore">
|
||||||
{{item.prizeScore?item.prizeScore:0}} 积分
|
{{item.prizeScore?item.prizeScore:0}} 积分
|
||||||
</view>
|
</view>
|
||||||
|
<view class="prizeScore" style="top: 60%;padding-right:10rpx" v-if="Number(item.status)==3">
|
||||||
|
驳回原因:{{item.rejectDescription}}
|
||||||
|
</view>
|
||||||
<view class="button" @tap="tapitem(item)" v-if="Number(item.status)==1">
|
<view class="button" @tap="tapitem(item)" v-if="Number(item.status)==1">
|
||||||
撤销
|
撤销
|
||||||
</view>
|
</view>
|
||||||
@ -236,7 +239,7 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 94%;
|
width: 94%;
|
||||||
height: 321rpx;
|
height: 360rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
border-radius: 5rpx;
|
border-radius: 5rpx;
|
||||||
@ -247,7 +250,14 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 35%;
|
left: 35%;
|
||||||
bottom: 90rpx;
|
top: 45%;
|
||||||
|
text-overflow: -o-ellipsis-lastline;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
@ -260,7 +270,7 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
bottom: 20rpx;
|
bottom: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.servename {
|
.servename {
|
||||||
@ -269,7 +279,7 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 38rpx;
|
line-height: 38rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 38%;
|
top: 30%;
|
||||||
left: 35%;
|
left: 35%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user