为什么不看我背景的全貌?

时间:2015-09-28 19:04:14

标签: html css

我有这个页面:

link

代码HTML:

<section class="title_bar">

//some code HTML

</section>

CODE CSS:

.page-id-1662 .title_bar {
    background: url("http://www.delumine.ch/wp-content/uploads/2015/09/delumine-03.png") !important;
    background-repeat: no-repeat; 
    background-size: contain;
    background-position: center; }

我的问题是此部分的背景是不完整的,并且不明白为什么......

你能告诉我的原因是什么? 请打开原始图像并观看节目

提前致谢!

2 个答案:

答案 0 :(得分:1)

将图像下载到计算机上,而不是使用路径找到它。

我的代码示例:

client_id

我会将所有文件保存在有组织的文件夹中。

谢谢,adbadb25

答案 1 :(得分:0)

可能是因为wp-content / plugins / tabs / css / style.css中的保证金最高?

.tabs-container {
  margin: 50px 0; // Here margin set to 50px...reset it and try
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
}