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
  • 热区切图组件
    ede564b7
    前端开发-罗建龙 authored
    2023-12-29 11:43:09 +0800  
    Browse Code »
diy_heatImg.wxss 170 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
/* components/diy_heatImg/diy_heatImg.wxss */ 
.imgbox{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img{
  width: 750rpx;
}
.item{
  position: absolute;
}