4898关注18354浏览
scroll-view 滑动组织整体页面滑动问题,苹果手机正常,安卓手机整个页面滑动
代码如下:
<view class="content-tuijian">
<view class="tuijian-title">{{content.cat_name}}</view>
<view>
<scroll-view class="recommend_scroll_x_box" scroll-x="true">
<view class="recommend_hot_box" wx:for="{{tuijian}}" bindtap="goContent" data-id="{{item.id}}">
<image src="{{item.thumb}}" class="recommend_hot_image"></image>
<view style='margin-top: 30rpx;'></view>
<view class="re-title">{{item.title}}</view>
</view>
</scroll-view>
</view>
</view>
.content-tuijian {
margin-left: 0rpx;
margin-top: 0rpx;
}
.tuijian-title {
margin-bottom: 30rpx;
margin-top: 30rpx;
}
.recommend_scroll_x_box {
white-space: nowrap;
display: flex;
}
.recommend_hot_box {
position: relative;
/* width: 750rpx; */
width: 100%;
height: 400rpx;
margin-right: 0rpx;
margin-left: 0rpx;
display: inline-block;
}
.recommend_hot_image {
margin-left: 25rpx;
width: 700rpx;
height: 380rpx;
border-radius: 10rpx;
margin-bottom: 70rpx;
}
.re-title {
height: 0rpx;
line-height: 0rpx;
white-space: pre-line;
position: absolute;
bottom: -26rpx;
font-size: 34rpx;
font-weight: bold;
padding-top: 50rpx;
margin-top: 30rpx;
margin-left: 30rpx;
}
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多> -
醉酒盛唐
16人对此回答表示赞同
恕我直言,您好像没设置的recommend_scroll_x_box高度和宽度吧?
展开160回复分享发布于 6年前评论(0)
收起评论