xg
This commit is contained in:
parent
fdb417d04b
commit
f07d7f282b
@ -33,6 +33,9 @@
|
||||
<view class="prizeScore">
|
||||
{{item.prizeScore?item.prizeScore:0}} 积分
|
||||
</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>
|
||||
@ -236,7 +239,7 @@
|
||||
|
||||
.content {
|
||||
width: 94%;
|
||||
height: 321rpx;
|
||||
height: 360rpx;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||
border-radius: 5rpx;
|
||||
@ -247,7 +250,14 @@
|
||||
color: #333333;
|
||||
position: absolute;
|
||||
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 {
|
||||
@ -260,7 +270,7 @@
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
bottom: 20rpx;
|
||||
bottom: 10rpx;
|
||||
}
|
||||
|
||||
.servename {
|
||||
@ -269,7 +279,7 @@
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
position: absolute;
|
||||
top: 38%;
|
||||
top: 30%;
|
||||
left: 35%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user