|
|
|
@ -136,7 +136,7 @@ |
|
|
|
:style="{'border-top-right-radius':item.checked?'20rpx':'','border-bottom-right-radius':item.checked?'20rpx':'','color':item.checked ? (isStoreGroupOrder ? '#f0642f' : 'rgba(0, 35, 28, 1)') : (isStoreGroupOrder ? '#9b6a4c' : '#777'),'background':item.checked ? (isStoreGroupOrder ? 'linear-gradient(90deg, #fff4e8, #fff)' : '#fff') : ''}"> |
|
|
|
<!-- <image class="menu-active-dot" v-if="item.checked" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/f7227759d693497a8beab87ff437a875.png" |
|
|
|
mode="aspectFit"></image> --> |
|
|
|
<view style="width: 160rpx;">{{item.categoryName}}</view> |
|
|
|
<view class="menu-name">{{item.categoryName}}</view> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
@ -3258,7 +3258,25 @@ |
|
|
|
height: 90rpx; |
|
|
|
position: relative; |
|
|
|
text-align: center; |
|
|
|
line-height: 90rpx; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
padding: 0 16rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
line-height: 1.2; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.menu-name { |
|
|
|
width: 100%; |
|
|
|
max-height: 68rpx; |
|
|
|
line-height: 34rpx; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
word-break: break-all; |
|
|
|
display: -webkit-box; |
|
|
|
-webkit-line-clamp: 2; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
} |
|
|
|
|
|
|
|
.hero-spark { |
|
|
|
|