Commit 8ec3adad authored by 罗超's avatar 罗超

修改样式

parent cbca36d7
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<view class="good-info"> <view class="good-info">
<view class="good-name">{{ x.BrandName }}</view> <view class="good-name">{{ x.BrandName }}</view>
<view class="good-price-info"> <view class="good-price-info">
<span class="price">{{ x.CategoryName }}</span> <span class="price">{{ x.FullBrandName }}</span>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -568,6 +568,7 @@ export default { ...@@ -568,6 +568,7 @@ export default {
color: #111111; color: #111111;
font-size: 26rpx; font-size: 26rpx;
font-weight: bold; font-weight: bold;
font-family: unset;
} }
.good_study_two .good-info .good-price-info { .good_study_two .good-info .good-price-info {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
></u-search> ></u-search>
</view> </view>
<view v-else class="carrierSearch" style="padding: 5px 10px;margin-top: 6rpx;"> <view v-else class="carrierSearch" style="padding: 5px 10px;margin-top: 6rpx;">
<view class="carrierSearch-left"> <!-- <view class="carrierSearch-left">
<uni-section title="" type="line"> <uni-section title="" type="line">
<uni-data-select <uni-data-select
v-model="msg.IsChengDu" v-model="msg.IsChengDu"
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
></uni-data-select> ></uni-data-select>
</uni-section> </uni-section>
</view> </view>
<view class="carrierSearch-auto"></view> <view class="carrierSearch-auto"></view> -->
<view class="carrierSearch-right"> <view class="carrierSearch-right">
<input v-if="replace.state=='1'" v-model="msg.CarrierName" <input v-if="replace.state=='1'" v-model="msg.CarrierName"
:placeholder="`搜索载体名称`" :placeholder="`搜索载体名称`"
......
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