Commit cb47a162 authored by 罗超's avatar 罗超

修改样式

parent b81af3e6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</view> </view>
<!-- 关注 --> <!-- 关注 -->
<view style=" <!-- <view style="
width: 120rpx; width: 120rpx;
height: 120rpx; height: 120rpx;
margin-left: 12rpx; margin-left: 12rpx;
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
style="width: 100%; height: 100%"></image> style="width: 100%; height: 100%"></image>
<image v-if="details.CollectId > 0" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_370.png" <image v-if="details.CollectId > 0" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_370.png"
style="width: 100%; height: 100%"></image> style="width: 100%; height: 100%"></image>
</view> </view> -->
</view> </view>
<view class="score-box flex item-center" v-if="details.OpenShopWish != -1"> <view class="score-box flex item-center" v-if="details.OpenShopWish != -1">
<u-rate :current="details.OpenShopWish" :count="5" :size="25" active-icon="star" active-color="#F30329" :disabled="true" <u-rate :current="details.OpenShopWish" :count="5" :size="25" active-icon="star" active-color="#F30329" :disabled="true"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<view class="detail-box"> <view class="detail-box">
<view class="header flex item-center"> <view class="header flex item-center">
<view class="title"> <view class="title">
{{ details.BrandName }} {{ details.BrandName }}1
</view> </view>
<view class="tag-box"> <view class="tag-box">
<text class="tag1">{{ details.BrandType }}</text <text class="tag1">{{ details.BrandType }}</text
......
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
font-size="24" font-size="24"
:activeFontSize="24" :activeFontSize="24"
:typeStyle="2" :typeStyle="2"
class="custom-tab-item"
> >
</u-tabs> </u-tabs>
</view> </view>
...@@ -176,7 +177,7 @@ ...@@ -176,7 +177,7 @@
</view> </view>
</view> </view>
<!-- 关注 --> <!-- 关注 -->
<view <!-- <view
style=" style="
width: 120rpx; width: 120rpx;
height: 120rpx; height: 120rpx;
...@@ -195,7 +196,7 @@ ...@@ -195,7 +196,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_370.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_370.png"
style="width: 100%; height: 100%" style="width: 100%; height: 100%"
></image> ></image>
</view> </view> -->
</view> </view>
<!-- //奖章 --> <!-- //奖章 -->
<view class="MedalBox" v-if="detailData.listEnroll.length > 0"> <view class="MedalBox" v-if="detailData.listEnroll.length > 0">
...@@ -1167,4 +1168,7 @@ export default { ...@@ -1167,4 +1168,7 @@ export default {
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.custom-tab-item .u-tab-item {
line-height: 26px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment