收藏
回答

为什么感觉升级后图形渲染变慢,图片有明显的拉伸?

加载过程中 加载完成

布局代码

样式部分

page {
  width100%;
  height100%;
}
.picker {
  padding5px 0px 5px 0px;
  width100%;
  backgroundrgb(255255255);
  display: block;
  text-align: center;
}
.titlePicker {
  margin5%;
  width80%;
  border1px rgba(7774740.51) solid;
  border-radius3px;
  justify-content: center;
  flex-direction: row;
}
.header {
  width100%;
  height15%;
  display: flex;
  justify-content: center;
   align-items:center;/*垂直居中*/
}
.container {
  width100%;
  height50%;
  display: flex;
  justify-content: center;
  padding0px;
}
.equipImg {
  width100%;
  padding10px 0px 10px 0px;
}
.innerBox {
  width80%;
  margin20px;
  border1px rgba(0000.062) solid;
}
.device_pull{
  width:8%;
  position: absolute;
  right11%;
  top5%;
  /* right: 95rpx;
  top: 55rpx; */
  display: inline-block;
  z-index1;
}


请问有没有哪位大佬知道怎么处理好!!



回答关注问题邀请回答
收藏

1 个回答

  • 郑钱花
    郑钱花
    2020-06-04

    mode 为widthFix的时候是会这样的。device-pull里面给个初始的height

    2020-06-04
    有用 1
    回复 1
    • |*⃢👁-👁⃢
      |*⃢👁-👁⃢
      2020-06-04
      谢谢,是比原来的好多了
      2020-06-04
      回复
登录 后发表内容
问题标签