当前位置:网站首页>Common mixins
Common mixins
2022-07-03 14:02:00 【pzy_ six hundred and sixty-six】
Fix the problem of height collapse caused by floating
@mixin clearfix {
&:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden;
}
*height: 1%;
}
Single line text is too long to display ellipsis
@mixin textOverflow($width:100%,$display:block) {
max-width: $width;
display: $display;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
边栏推荐
- FPGA测试方法以Mentor工具为例
- Failure of vector insertion element iterator in STL
- Golang — 命令行工具cobra
- 28:第三章:开发通行证服务:11:在配置文件中定义属性,然后在代码中去获取;
- php 迷宫游戏
- 树的深入和广度优先遍历(不考虑二叉树)
- [技術發展-24]:現有物聯網通信技術特點
- 记录关于银行回调post请求405 问题
- Go language web development series 30: gin: grouping by version for routing
- Folic acid modified metal organic framework (zif-8) baicalin loaded metal organic framework composite magnetic material (AU- [email
猜你喜欢

Another industry has been broken by Chinese chips. No wonder the leading analog chip companies in the United States have cut prices and sold off

核酸修饰的金属有机框架药物载体|PCN-223金属有机骨架包载Ad金刚烷|ZIF-8包裹阿霉素(DOX)

从零开始的基于百度大脑EasyData的多人协同数据标注

Use docker to build sqli lab environment and upload labs environment, and the operation steps are provided with screenshots.

Solve MySQL 1045 access denied for user 'root' @ 'localhost' (using password: yes)

Go language unit test 4: go language uses gomonkey to test functions or methods

Mastering the cypress command line options is the basis for truly mastering cypress

Implementation of Muduo asynchronous logging

【BW16 应用篇】安信可BW16模组与开发板更新固件烧录说明

Common network state detection and analysis tools
随机推荐
太阳底下无新事,元宇宙能否更上层楼?
[combinatorics] permutation and combination (examples of combinatorial number of multiple sets | three counting models | selection problem | combinatorial problem of multiple sets | nonnegative intege
Go language web development series 25: Gin framework: using MD5 to verify the signature for the interface station
叶酸修饰的金属-有机骨架(ZIF-8)载黄芩苷|金属有机骨架复合磁性材料([email protected])|制备路线
[acnoi2022] guess numbers
Golang — 命令行工具cobra
Installation impression notes
JVM object lifecycle
Depth and breadth first traversal of tree (regardless of binary tree)
全面发展数字经济主航道 和数集团积极推动UTONMOS数藏市场
[understanding by chance-37]: the structure of human sensory system determines that human beings are self-centered
金属有机骨架材料ZIF-8包载姜黄素([email protected]纳米颗粒)|纳米金属有机框架搭载雷帕霉素|科研试剂
Spring cup eight school league
How to promote the progress of project collaboration | community essay solicitation
QT learning 21 standard dialog box in QT (Part 2)
Go: send the get request and parse the return JSON (go1.16.4)
Summary of common error reporting problems and positioning methods of thrift
28: Chapter 3: develop Passport Service: 11: define attributes in the configuration file, and then obtain them in the code;
Analysis of the characteristics of page owner
Flutter dynamic | fair 2.5.0 new version features