在小程序页面中添加css样式实现页面左右滑动,具体方法如下:
{width:100%; //设置页面宽度为100%overflow-x:hidden; //禁止页面左右滑动}
{
width:100%; //设置页面宽度为100%
overflow-x:hidden; //禁止页面左右滑动
}