Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • show_encourage
  • show_encourage.wxss
  • 中奖提示组件
    c4d77059
    前端开发-罗建龙 authored
    2024-04-16 09:49:13 +0800  
    Browse Code »
show_encourage.wxss 332 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* components/show_encourage/show_encourage.wxss */

.encourage{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .3);
}
.close {
	width: 60rpx;
	height: 60rpx;

}