到目前为止我还没有成功解决这个问题,所以我需要帮助。我想要做的是有一个适合平板电脑的背景图像。在里面我有一张桌子,还有一个右上角的标志,但现在我试图在背景上设置一个透明的标志,只有屏幕的一半..标志是一只鹰,但我只想要一半它在背景上。老鹰必须在背景之上(透明),但也必须在桌子后面..想法?建议?代码明智?
基本上,在另一个背景图像(透明)上放置一个背景图像,并且只覆盖屏幕的一半。
谢谢
身体{宽度:100%;高度:100%;显示:-webkit-box;显示:-moz-box;展示:盒子;文本对齐:居中;
background:url(1xx.png); -webkit-background-size: cover !important; -moz-background-size: cover; background-size: cover; font-family: Arial, Times New Roman, sans-serif; font-size: 20px; z-index:0; } body{ display: table; width: 100%; } .box { width: 75%; height:90%; margin-left:auto; margin-right: auto; margin-top:auto; margin-bottom: auto; }