Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • diy_heatImg
  • diy_heatImg.wxss
  • 热区样式优化
    f53763d3
    前端开发-罗建龙 authored
    2024-05-16 18:14:31 +0800  
    Browse Code »
diy_heatImg.wxss 214 Bytes
Edit Raw Blame History
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;
}