Commit 46fa70272fe3e332c92cb01d35a892991639ca85
1 parent
d68fc47a
优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_seckill/diy_seckill.wxml
... | ... | @@ -170,7 +170,7 @@ |
170 | 170 | <!-- </view> --> |
171 | 171 | </view> |
172 | 172 | </view> |
173 | - <view style="width: 50%;display: flex;flex-wrap: wrap;"> | |
173 | + <view style="width: 50%;display: flex;flex-wrap: wrap;padding-left: 10rpx;"> | |
174 | 174 | <view class="ellipsis-2 new_item1_goods_name" style="{{'font-size:28rpx;'+(object.text_style==2 ? 'font-weight: bold;':'') + (object.text_align==2 ? 'text-align:center;' :'' )}}" wx:if="{{object.trade_name}}">{{aitem.goods_name}}</view> |
175 | 175 | <view wx:if="{{object.seconds_num || object.remaining_inventory}}" class="new_item1_price" style="{{'font-size:28rpx;display:block;color: rgb(56, 56, 56); '+(object.text_align==2 ?'text-align:center;':'')+(object.text_style==2 ? 'font-weight: bold;':'')}}"> |
176 | 176 | <text wx:if="{{object.seconds_num}}">已秒 <text class="clor">10</text>件</text> | ... | ... |