diy_heatImg.wxss 214 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /* components/diy_heatImg/diy_heatImg.wxss */ .imgbox{ display: flex; align-items: flex-start; width: 100%; position: relative; overflow: hidden; } .img{ width: 750rpx; } .item{ position: absolute; }