收藏
回答

ios linear-gradient 设置之后图片不显示

//代码样式
.header{
    width: 100%;
    height: 555rpx;
    background:linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png') ;
    background: -o-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png');
    background: -moz-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png');
    background: -webkit-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
//   
最后一次编辑于  2020-06-09
回答关注问题邀请回答
收藏

1 个回答

  • 卢霄霄
    卢霄霄
    2020-06-09

    你那是rgba 不是rgb吧

    2020-06-09
    有用 1
    回复 5
    • 晓东
      晓东
      2020-06-09
      是的 rgba
      2020-06-09
      回复
    • 晓东
      晓东
      2020-06-09
      rgb 可以 rgba就不行了
      2020-06-09
      回复
    • 卢霄霄
      卢霄霄
      2020-06-09回复晓东
      试了下 我这边有效果的呢。。那些带前缀的都去了
      https://developers.weixin.qq.com/s/LTzdtYmW7Yh9
      2020-06-09
      回复
    • 晓东
      晓东
      2020-06-09
      你真机测了么 我这边用iphone8  测得  图片完全被遮盖住了  换成rgb 就好了
      2020-06-09
      回复
    • 卢霄霄
      卢霄霄
      2020-06-09回复晓东
      iphone6测的 这边没有8
      2020-06-09
      回复
登录 后发表内容
问题标签