.mobilePage .report {
        background: url(../images/mobile-report.png) repeat;
        background-size: 100% ;/* 老手机的浏览器上可能出不来背景平铺的效果*/
color: #fff; }

.mobilePage .report { background: url(../images/mobile-report.png) repeat; background-size: 100% 1px; /* */ color: #fff; }

垂直平铺在手机上 ,有的不会平铺,因为

background-size 的参数问题,可能,rem的值过小,可能没写 垂直方向的大小

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-12-12
  • 2022-01-06
猜你喜欢
  • 2021-04-03
  • 2022-12-23
  • 2022-01-17
  • 2021-06-06
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案