当前位置:网站首页>Flex Jiugongge layout
Flex Jiugongge layout
2022-07-02 06:51:00 【xuefankang】
design sketch

html
<div class="gridBox">
<div class="cellLi">1</div>
<div class="cellLi">2</div>
<div class="cellLi">3</div>
<div class="cellLi">4</div>
<div class="cellLi">5</div>
<div class="cellLi">6</div>
<div class="cellLi">7</div>
<div class="cellLi">8</div>
<div class="cellLi">9</div>
</div>css
.gridBox{
background-color: #f5f5f5;
overflow: hidden;
margin: 20px 0;
display: flex;
flex-wrap: wrap;
}
.cellLi{
width: calc(100% / 3);
padding: 60px 0;
text-align: center;
border: 1px solid #f5f5f5;
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
}边栏推荐
- Record RDS troubleshooting once -- RDS capacity increases dramatically
- selenium的web自动化中常用的js-修改元素属性翻页
- Win10桌面图标没有办法拖动(可以选中可以打开可以删除新建等操作但是不能拖动)
- JS create a custom JSON array
- 20210306 reprint how to make TextEdit have background pictures
- FE - Weex 使用简单封装数据加载插件为全局加载方法
- QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
- Browser scrolling for more implementations
- Self study table Au
- The default Google browser cannot open the link (clicking the hyperlink does not respond)
猜你喜欢

Pytest (2) mark function

Implement strstr() II

The win10 network icon disappears, and the network icon turns gray. Open the network and set the flash back to solve the problem

Sentry搭建和使用

微信小程序基础

Explanation and application of annotation and reflection

In depth study of JVM bottom layer (IV): class file structure

由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决

Sentinel Alibaba open source traffic protection component

蚂蚁集团g6初探
随机推荐
如何调试微信内置浏览器应用(企业号、公众号、订阅号)
apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted
Asynchronous data copy in CUDA
JS create a custom JSON array
Recursion (maze problem, Queen 8 problem)
Présence d'une panne de courant anormale; Problème de gestion de la fsck d'exécution résolu
20201025 Visual Studio2019 QT5.14 信号和槽功能的使用
sqli-labs通关汇总-page3
Self study table Au
Usage of map and foreach in JS
FE - Weex 使用简单封装数据加载插件为全局加载方法
Thread hierarchy in CUDA
ts和js区别
蚂蚁集团g6初探
In depth study of JVM bottom layer (V): class loading mechanism
20210306 reprint how to make TextEdit have background pictures
Solution to the black screen of win computer screenshot
JS modification element attribute flipping commonly used in selenium's Web Automation
pytest(3)parametrize参数化
由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决