Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • packageB
  • miniprogram_npm
  • mini-luck-draw
  • lucky-wheel
  • index.wxss
  • 幸运大转盘
    a1e28b1c
    taiyuan authored
    2021-07-19 09:12:24 +0800  
    Browse Code »
index.wxss 256 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* mini-luck-draw/lucky-wheel/index.wxss */
.lucky-box {
  position: relative;
  /* overflow: hidden; */
	margin: 0 auto;
}
.lucky-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#lucky-wheel {
  /* position: relative;
  z-index: 99; */
}