smartmeter-app/common/css/common.css

20 lines
203 B
CSS
Raw Normal View History

2023-12-05 16:45:28 +08:00
.fl {
float: left;
}
.fr {
float: right;
}
/* 清除浮动 */
.clearfix::after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
image {
width: 100%;
height: 100%;
}
2024-01-24 11:55:35 +08:00