Commit f53763d3a3c301ffdf556c5435c2a8ee6e661777

Authored by 前端开发-罗建龙
1 parent 47186c10

热区样式优化

components/diy_heatImg/diy_heatImg.wxss
1 1 /* components/diy_heatImg/diy_heatImg.wxss */
2 2 .imgbox{
  3 + display: flex;
  4 + align-items: flex-start;
3 5 width: 100%;
4 6 position: relative;
5 7 overflow: hidden;
... ...