Bladeren bron

auto commit

gcz 4 jaren geleden
bovenliggende
commit
8fe1ec992d
3 gewijzigde bestanden met toevoegingen van 14 en 6 verwijderingen
  1. 6 4
      common/css/common.css
  2. 4 1
      pages/searchresults/searchresults.vue
  3. 4 1
      pages/subject/subject.vue

+ 6 - 4
common/css/common.css

@@ -164,13 +164,15 @@ uni-button[type=primary]{background-color: #6BBC6D;}
 /* 搜索结果页 专题列表 */
 .results-item{display: flex;margin-bottom: 24rpx;padding-bottom: 29rpx;border-bottom: 1px solid #eee;}
 .results-item:last-of-type{border-bottom: 0;}
-.results-item-img-wrap{width: 220rpx;height: 220rpx;margin-right: 24rpx;overflow: hidden;border-radius: 12rpx;}
+.results-item-img-wrap{width: 220rpx;height: 220rpx;flex: unset;margin-right: 24rpx;overflow: hidden;border-radius: 12rpx;}
 .results-item-img-wrap .results-item-img{width: 100%;height: 100%;}
-.results-item-info{flex: 1;}
-.results-item-info-til{margin-bottom: 10rpx;}
+.results-item-info{flex: 1;overflow: hidden;}
+.results-item-info-til{margin-bottom: 10rpx;font-weight: 500;}
 .results-item-info-brand{color: #999;margin-bottom: 10rpx;}
 .results-item-info-addr{color: #666;margin-bottom: 10rpx;font-size: 24rpx;}
 .results-item-info-label .postage{height: 24rpx;padding: 0 14rpx;margin-left: 16rpx;line-height: 24rpx;display: inline-block;font-size: 20rpx;background-color: #E1F2E2;border-radius: 12rpx;}
 .results-item-info-price .rmb{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;}
 .results-item-info-price .price{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;}
-.results-item-info-price .minsell{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}
+.results-item-info-price .minsell{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}
+.results-item-info-company,
+.item-spec{font-size: 26rpx;color: #999;}

+ 4 - 1
pages/searchresults/searchresults.vue

@@ -20,7 +20,10 @@
 						<view class="results-item-info-label">
 							<text v-if="item.postage" class="postage">包邮</text>
 						</view>
-						<view class="results-item-info-company">{{item.umsCompanyInfo}}</view>
+						<view class="item-spec  f-ellipsis">
+							<text>规格:</text><text>{{item.spec}}</text>
+						</view>
+						<view class="results-item-info-company  f-ellipsis">{{item.compName}}</view>
 						<view class="results-item-info-price">
 							<text class="rmb">¥</text>
 							<text class="price">{{item.price}}</text>

+ 4 - 1
pages/subject/subject.vue

@@ -20,7 +20,10 @@
 						<view class="results-item-info-label">
 							<text v-if="item.postage" class="postage">包邮</text>
 						</view>
-						<view class="results-item-info-company">{{item.umsCompanyInfo}}</view>
+						<view class="item-spec  f-ellipsis">
+							<text>规格:</text><text>{{item.spec}}</text>
+						</view>
+						<view class="results-item-info-company  f-ellipsis">{{item.compName}}</view>
 						<view class="results-item-info-price">
 							<text class="rmb">¥</text>
 							<text class="price">{{item.price}}</text>