Sign in

w-front-end / popularSports · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • popularSports
  • src
  • components
  • maskLayer
  • mask_layer.less
  • 大众体育服务号
    1e42ecc2
    zhiyangdu authored
    2019-12-24 11:15:19 +0800  
    Browse Code »
mask_layer.less 180 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@charset "UTF-8";

.mask-layer-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	.img {
		display: block;
		width: 100%;
		height: 100%;
	}
}