|
|
@@ -8,10 +8,6 @@
|
|
|
<view class="shop_title">{{shopName}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="nav">
|
|
|
- <text class="not-selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花</text>
|
|
|
- <text class="selected" @click="pageTo({url:'/pages/home/category?account='+option.account,type:2})">花束花礼</text>
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
|
|
|
@@ -310,7 +306,7 @@ export default {
|
|
|
animation-duration:.3s;
|
|
|
}
|
|
|
.fadeIn{
|
|
|
- height: 220upx;
|
|
|
+ height:180upx;
|
|
|
overflow: hidden;
|
|
|
animation-name: fadeInFrames;
|
|
|
animation-duration:.3s;
|