#mydiv{
width:100%;/* 或100rem,设置宽度为屏宽 */
overflow-x: auto;/* 允许横向滚动 */
white-space: nowrap;/* 禁止换行 */
display: inline-block; /* 设置滚动,或者使用flex布局的flex子项 */
}
#mydiv{
width:100%;/* 或100rem,设置宽度为屏宽 */
overflow-x: auto;/* 允许横向滚动 */
white-space: nowrap;/* 禁止换行 */
display: inline-block; /* 设置滚动,或者使用flex布局的flex子项 */
}