修改样式
parent
4383d268ac
commit
15d0198b94
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue