当前位置:网站首页>大div中有多个div,这些div在同一行显示,溢出后产生滚动条而不换行
大div中有多个div,这些div在同一行显示,溢出后产生滚动条而不换行
2022-07-04 17:47:00 【回忆哆啦没有A梦】
之前有一个需求,大div中有多个div,这些div在同一行显示,正常情况下,要么会溢出撑满,要么换行。但是我们如何实现溢出后产生滚动条而不换行呢?
解决办法:
<style type="text/css">
.mt {
width: 600px;
height: 200px;
overflow: auto;
}
.mk {
white-space: nowrap;
}
.mj {
width: 150px;
height: 150px;
border: 1px solid #999;
display: inline-block;
}
</style>
</head>
<body>
<div class="mt">
<div class="mk">
<div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div><div class="mj"></div>
</div>
</div>
</body>
边栏推荐
- Cache é JSON uses JSON adapters
- Leetcode ransom letter C # answer
- BI技巧丨权限轴
- Don't just learn Oracle and MySQL!
- Scala basic tutorial -- 17 -- Collection
- From automation to digital twins, what can Tupo do?
- Wanghongru research group of Institute of genomics, Chinese Academy of Agricultural Sciences is cordially invited to join
- Wireshark网络抓包
- Scala basic tutorial -- 14 -- implicit conversion
- 神经网络物联网是什么意思通俗的解释
猜你喜欢

基于lex和yacc的词法分析器+语法分析器

2022CoCa: Contrastive Captioners are Image-Text Fountion Models

整理混乱的头文件,我用include what you use
redis分布式锁的8大坑总结梳理

神经网络物联网平台搭建(物联网平台搭建实战教程)

【uniapp】uniapp开发app在线预览pdf文件

One question per day (2022-07-02) - Minimum refueling times

Scala basic tutorial -- 15 -- recursion

What if the self incrementing ID of online MySQL is exhausted?

Scala basic tutorial -- 19 -- actor
随机推荐
《看完就懂系列》字符串截取方法substr() 、 slice() 和 substring()之间的区别和用法
正则替换【JS,正则表达式】
问下各位大佬有用过cdc直接mysql to clickhouse的么
Li Kou brush question diary /day4/6.26
Scala基础教程--18--集合(二)
Unity编辑器扩展C#遍历文件夹以及子目录下的所有图片
[go ~ 0 to 1] read, write and create files on the sixth day
启牛开的证券账户安全吗?
2021 合肥市信息学竞赛小学组
2022-07-04: what is the output of the following go language code? A:true; B:false; C: Compilation error. package main import 'fmt' func
Wireshark网络抓包
其他InterSystems %Net工具
Go微服务(二)——Protobuf详细入门
What if the self incrementing ID of online MySQL is exhausted?
Go microservice (II) - detailed introduction to protobuf
C#实现定义一套中间SQL可以跨库执行的SQL语句(案例详解)
利用策略模式优化if代码【策略模式】
1672. 最富有客户的资产总量
876. 链表的中间结点
Li Kou brush question diary /day3/2022.6.25