buddhism/common/css/common.css

19 lines
211 B
CSS
Raw Normal View History

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