|
@@ -14,7 +14,8 @@
|
|
|
<h3>{{item.brand}}</h3>
|
|
|
<view :class="
|
|
|
item.status==='已拒绝'? 'state1':
|
|
|
- item.status==='审核通过'? 'state2':'state'"
|
|
|
+ item.status==='审核通过'? 'state2':
|
|
|
+ item.status==='已删除'? 'state3':'state'"
|
|
|
>
|
|
|
<view>{{item.status}}</view>
|
|
|
<view class="triangle"></view>
|
|
@@ -207,6 +208,30 @@
|
|
|
border-color: #0F519C #0F519C transparent transparent;
|
|
|
}
|
|
|
}
|
|
|
+ .state3{
|
|
|
+ width: 200rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ background-color: #d2d2d2;
|
|
|
+ float: right;
|
|
|
+ margin-top: -60rpx;
|
|
|
+ margin-right: -47rpx;
|
|
|
+ border-top-left-radius: 60rpx;
|
|
|
+ border-bottom-left-radius: 60rpx;
|
|
|
+ text-align: center;
|
|
|
+ line-height:60rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+
|
|
|
+ .triangle {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ margin-top: 0rpx;
|
|
|
+ margin-right: 0rpx;
|
|
|
+ border: 10rpx solid;
|
|
|
+ transform: rotate(270deg);
|
|
|
+ float: right;
|
|
|
+ border-color: #848484 #848484 transparent transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
.content {
|
|
|
width: 667rpx;
|
|
|
height: auto;
|