6
0
Fork 0

修改样式

hui.zhou
h30830569 2022-06-01 10:46:13 +08:00
parent 4383d268ac
commit 15d0198b94
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<view class="text-xl pt-24rpx font-extrabold flex flex-col items-start">
<view class="text-xxl pt-24rpx font-extrabold flex flex-col items-start">
<view>{{ name }}</view>
<view class="-mt-15rpx w-120rpx h-10rpx bg-primary text-center opacity-40 rounded-xs"></view>
<view class="-mt-5rpx w-160rpx h-10rpx bg-primary text-center opacity-40 rounded-xs"></view>
</view>
</template>

View File

@ -73,7 +73,7 @@
<view class="bg-white px-41rpx boder-b pb-30rpx">
<view class="text-txBase text-lg pt-base">{{ detail.name }}</view>
<view class="flex items-center mt-10rpx" v-if="!isPoints">
<view class="text-md text-txGray">{{ detail.subtitle }}</view>
<!-- <view class="text-md text-txGray">{{ detail.subtitle }}</view> -->
<view class="px-13rpx bg-primary bg-opacity-20 text-md rounded-10rpx text-primary" v-if="detail.sales_value"
>成长值:{{ detail.sales_value }}</view
>