css 将行背景图像更改为移动设备的背景颜色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 将行背景图像更改为移动设备的背景颜色相关的知识,希望对你有一定的参考价值。

/**
 * Change Row Background Image to Background Color for mobile devices
 * assign pro-row-bg-1 class to the row
 *
 * @author Davinder Singh Kainth
 * @link http://probeaver.com/?p=348
 *
 */
 
@media only screen and (max-width: 768px) {
.pro-row-bg-1 .fl-row-content-wrap {
  background: #b3d040;
}
}

以上是关于css 将行背景图像更改为移动设备的背景颜色的主要内容,如果未能解决你的问题,请参考以下文章

根据背景颜色更改文本颜色

JQuery 更改 ASP:GridView 行的背景颜色

如何将 PNG 图像的背景和前景色更改为从颜色托盘中选择?

将故事板 UIImageView 更改为具有背景颜色的自己的类

如何使背景颜色在移动设备上响应?

如何将 Gtk.InfoBar 的背景颜色更改为黄色?