We've made the text navy blue and added a lavender background color to help the image stand out from this page background, but you get the same size image with or without the background color.
我将文本设置为海军蓝并添加一个淡紫色的背景颜色,以便这个图像从这个页面背景中凸显出来。但是,不管是否使用背景颜色,得到的图像的大小都相同。
Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.
将您的背景图像合并为单个图像并使用CSS背景图像及背景位置要显示所需的图像段的属性。
For example, if you are modifying the Objectives theme, change background-image: url(../img/objectivesTheme/Frame/bg.jpg); to background-image: url(../img/executiveTheme/Frame/bg.jpg);.
例如,如果在修改 Objectives 主题,请将 background-image: url(../img/objectivesTheme/Frame/bg.jpg); 更改为 background-image: url(../img/executiveTheme/Frame/bg.jpg);。
应用推荐