zl程序教程

您现在的位置是:首页 >  其他

当前栏目

【微信小程序开发(7)---img标签属性 以及 网络图片的上传与显示模拟】

属性上传模拟网络微信 显示 图片 以及
2023-09-27 14:25:39 时间

app.json中已经配置

{
"pages":[
 "pages/demo09/demo09"
]
}

demo09.wxss

image{
   
  box-sizing: border-box;
  border: 1px solid red;
  width: 300px;
  height: 200px;
}

demo09.wxml