【问题标题】:How to show background image once?如何显示一次背景图像?
【发布时间】:2018-08-07 08:17:46
【问题描述】:

如何防止我的背景多次显示?

【问题讨论】:

    标签: html css background-image photoshop


    【解决方案1】:

    你需要使用background-repeat: no-repeat;

    .your-target-class {
      background-image: url('your_url');
      background-repeat: no-repeat;
    }
    

    【讨论】:

      【解决方案2】:

      使用不重复..

      .yourClass{
        background:url("./path/yourIMG") no-repeat;
      }

      }

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2013-04-30
        • 2013-09-24
        • 1970-01-01
        • 2013-08-17
        • 1970-01-01
        • 2010-12-19
        • 2011-02-04
        • 2012-10-16
        相关资源
        最近更新 更多