Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • mp-sticky
  • mp-sticky.wxss
  • 服务卡自定义模版分类标题置顶
    f3f09f94
    后端研发-苏泰源 authored
    2022-04-15 01:10:19 +0800  
    Browse Code »
mp-sticky.wxss 143 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
.weui-sticky {
  position: relative;
}

.weui-sticky__fixed {
  position: fixed;
  left: 0;
  top: 0;
	width: 100%;
	background-color: white;
}