为什么背景图片在底部被截断?

时间:2019-03-01 03:21:49

标签: css3

<LinearLayout 
   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:algolia="http://schemas.android.com/apk/res-auto"
   xmlns:app="http://schemas.android.com/apk/res-auto"
   android:orientation="horizontal"
   android:layout_width="match_parent"
   android:layout_height="match_parent">

   ...

</LinearLayout>

我希望背景图片覆盖浏览器窗口的100%,我不在乎它是否被裁剪。现在大小一定,它会在底部切开。我尝试将背景图片放到CSS的HTML选择器中,而不是正文选择器中,但这没有用。溢出:隐藏有效,但也切断了内容。 这是我的jsfiddle:https://jsfiddle.net/benmikola66/vu6btxpw/3/

1 个答案:

答案 0 :(得分:1)

您可以将正文更改为:

 <adfmf:constraints>
            <adfmf:constraint operator="contains" value="role1" id="c10" property="user.roles"/>
 <adfmf:constraint operator="contains" value="role2" id="c10" property="user.roles"/>
        </adfmf:constraints>

这里是fiddle