吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 981|回复: 5
收起左侧

[求助] CSS设置求助

[复制链接]
sxfxtf 发表于 2022-11-4 20:27
各位大佬们,我在用bootstarp框架,设置了轮播图.但是我设置了css如下,但是
[CSS] 纯文本查看 复制代码
#carousel-example-generic .item img{
    /*width: 100%;*/
    height: 610px;
    background-size: cover;
    background-position: center center;
}

效果如下,但是我设置了居中,并且模式cover,照理说应该会拉伸填满整个背景,为何却不会拉伸呢??
image.png

轮播图的html源码如下,图片路径可能需要大佬们改下,我设置了本地的.
[HTML] 纯文本查看 复制代码
<section>
    <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
        <!-- Indicators -->
        <ol class="carousel-indicators">
            <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
            <li data-target="#carousel-example-generic" data-slide-to="1" ></li>
            <li data-target="#carousel-example-generic" data-slide-to="2"></li>
            <li data-target="#carousel-example-generic" data-slide-to="3"></li>
        </ol>

        <!-- Wrapper for slides -->
        <div class="carousel-inner" role="listbox">
            <div class="item active">
                <img src="../imgs/pro1.jpeg" alt="...">
                <div class="carousel-caption">
                    ...
                </div>
            </div>
            <div class="item">
                <img src="../imgs/pro2.jpeg" alt="...">
                <div class="carousel-caption">
                    ...
                </div>
            </div>
            <div class="item">
                <img src="../imgs/pro3.jpeg" alt="...">
                <div class="carousel-caption">
                    ...
                </div>
            </div>
            <div class="item">
                <img src="../imgs/pro4.jpeg" alt="...">
                <div class="carousel-caption">
                    ...
                </div>
            </div>
        </div>

        <!-- Controls -->
        <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
            <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
            <span class="sr-only">Previous</span>
        </a>
        <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
            <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
            <span class="sr-only">Next</span>
        </a>
    </div>
</section>

免费评分

参与人数 1热心值 +1 收起 理由
muyu1314520 + 1 热心回复!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

xiaoyi201321 发表于 2022-11-4 21:14
图片等比缩放导致的,换一个合适的尺寸图片,或者设置宽度100%试试
 楼主| sxfxtf 发表于 2022-11-4 21:33
xiaoyi201321 发表于 2022-11-4 21:14
图片等比缩放导致的,换一个合适的尺寸图片,或者设置宽度100%试试

确实,设置了width是可以的.
笨笨家的唯一 发表于 2022-11-5 17:31
你没有设置图片宽度啊,他原来多宽显示出来不就是多宽么。你按【f12】进开发者选项,看看你的图片的宽度【width】设置了没有
拉格朗日之都 发表于 2022-11-8 11:12
image是行内元素,要加一个display: block;
 楼主| sxfxtf 发表于 2022-11-13 20:54
拉格朗日之都 发表于 2022-11-8 11:12
image是行内元素,要加一个display: block;

感觉大佬
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 05:19

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表