尝试将两张水平卡片对齐在一起,以便两个图像的底部对齐在一起
P粉393030917
P粉393030917 2023-09-11 15:00:03
[CSS3讨论组]

图像的卡片与旁边的卡片未完全对齐我一直在尝试对齐两张水平卡片,以便图像的底部对齐在一起。这是我当前的 html 代码:

More Equipment


This is some text and more text and also some more text

Read More

More Equipment


This is some text and more text and also some more text and more and more

Read More
`

和我的CSS代码:

.card-block {
                  font-size: 1.2em;
                  position: relative;
                  padding: 1em;
                  border-top: 1px solid rgba(34, 36, 38, .1);
                  box-shadow: none;
                }

                .card {
                  font-size: 1em;
                  overflow: hidden;
                  padding: 5;
                  border-radius: .27rem;
                  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 1 1px #d4d4d5;
                  margin-top: 25px;
                }

                .img {
                  object-fit: cover;
                  height: 100%;
                  width: 100%;
                }

发布了当前的图像。我的目标是让飞机与第二张卡片图像的底部对齐。为此,我一直使用 Bootstrap 版本 4。

我尝试过使用此代码:

More Equipment


This is some text and more text and also some more text

Read More

More Equipment


This is some text and more text and also some more text and more and more

Read More

此处卡片底部对齐良好,但第一张卡片中的图像未完全向下到底部。图像:平面未与第二张图像的底部对齐

P粉393030917
P粉393030917

全部回复(1)
P粉979586159

将 h-100 添加到卡片类下方的 div 类行能够解决我的问题。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号