|
@@ -2,7 +2,7 @@
|
|
|
<view class="rounded-xl bg-gradient-to-b w-[230px] min-w-[230px] volunteer-tier-item"
|
|
<view class="rounded-xl bg-gradient-to-b w-[230px] min-w-[230px] volunteer-tier-item"
|
|
|
:class="[data.colorFrom, data.colorTo]">
|
|
:class="[data.colorFrom, data.colorTo]">
|
|
|
<view class="h-90 px-30 flex justify-between items-center">
|
|
<view class="h-90 px-30 flex justify-between items-center">
|
|
|
- <view class="flex">
|
|
|
|
|
|
|
+ <view class="flex items-center">
|
|
|
<ie-image is-oss src="/volunteer/index/tier_medal.png" custom-class="w-48"/>
|
|
<ie-image is-oss src="/volunteer/index/tier_medal.png" custom-class="w-48"/>
|
|
|
<text class="ml-8 text-base font-bold" :class="data.colorText">{{ data.typeName }}</text>
|
|
<text class="ml-8 text-base font-bold" :class="data.colorText">{{ data.typeName }}</text>
|
|
|
</view>
|
|
</view>
|