408249787@qq.com 1 nedēļu atpakaļ
vecāks
revīzija
640c60b561
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      pages/user/components/conversion.uvue

+ 3 - 3
pages/user/components/conversion.uvue

@@ -20,13 +20,13 @@ onMounted(() => {
             <image src="https://oss.xiaoxiongcode.com/static/个人中心/图层 13.png" mode="heightFix" class=" h-full" />
           </view>
           <view class="flex flex-col justify-around h-full">
-            <view class="text-[16px] font-bold text-[#FC500F]">
+            <view class="text-[3vh]  font-bold text-[#FC500F]">
               {{ item.mainTitle }}
             </view>
-            <view class="text-[14px] text-[#999]">
+            <view class="text-[2vh] text-[#999]">
               兑换时间:{{ item.createTime }}
             </view>
-            <view class="text-[14px] text-[#999]">
+            <view class="text-[2vh]  text-[#999]">
               到期时间:{{ item.updateTime }}
             </view>
           </view>