为什么我的text-logo没有在banner上

来源:4-2 banner

鱼是的

2018-04-27 17:19

.index-banner{
    position: relative;
}

.index-banner-bg{
    height: 570px;
    overflow: hidden;
}

.index-banner-text{
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -338px;
}

.index-banner-text .text-logo{
    width: 776px;
    height: 113px;
    background: url("../images/dome2.png") no-repeat;
}

写回答 关注

3回答

  • 慕村2457702
    2018-12-25 16:21:57

    我的也是没出现


  • jjccjwdlh
    2018-09-16 15:59:07

    是不是图片错了,demo2.png

  • 诸葛逍遥子
    2018-05-09 13:48:51

    感觉没什么问题  你审查元素看下吧  是不是哪里拼写错了

从 psd 到 html

教你把PSD设计稿转化成HTML,用案例来讲解基本流程

105471 学习 · 410 问题

查看课程

相似问题