gpt4 book ai didi

css - 背景:url work如何CSS速记

转载 作者:太空宇宙 更新时间:2023-11-04 11:31:38 25 4
gpt4 key购买 nike

我正在尝试修改来自 oracle 的应用程序的 css。我正在尝试破译下面的 css 条目。特别是我有兴趣发现 49% -165px 确实如此。是X和Y坐标吗?

.siebui-self-service {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../../../images/custom/image.jpg') no-repeat 49% -165px;
background-color: #8aaeba;

最佳答案

49% 是指从右边开始的位置,-165px 是指从顶部开始的位置。

background 属性是所有基于背景的属性的简写,语法如下:

background: color image repeat position;

在哪里

background-color 例如#FFFFFF

背景图像 例如url("image.png")

background-repeat 例如不重复

background-position 例如49% -165px 指右/上

来自 w3schools:

It does not matter if one of the property values is missing, as long as the ones that are present are in this order.

关于css - 背景:url work如何CSS速记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31992423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com