Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • footseen
  • css
  • mask.css
Find file
BlameHistoryPermalink
  • agan's avatar
    xg · ae0cb0a6
    agan committed a year ago
    ae0cb0a6
mask.css 1.23 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
.masking{
	background: url(../img/mask/mask1.png) no-repeat;
	background-size: 100% 100%;
	width: 7.786rem;
	height: 4.853rem;
	position: relative;
	display: none;
	font-size: 0;
}
.maskingCon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7.2rem;
	height: 4.266rem;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.maskingBox{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.maskingBox p{
	font-size: 0.346rem;
	color: #E6E6E6;
	width: 100%;
	padding-top: 1.333rem;
}
.maskingBox p:nth-child(2){
	padding-top: 0.066rem;
}
.maskingBox p span{
	color: #3CAFF3;
}
.maskingBox p span.dew{
	color: #3CAFF3;
}
.maskingBox p span.gem{
	color: #00f7ff;
}

.maskingBtn,.dewMaskingBtn{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0;
}
.maskingBtn span,.dewMaskingBtn span{
	display: inline-block;
	width: 50%;
	font-size: 0.453rem;
	color: #58DBD7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maskingBtn span:nth-child(2),.dewMaskingBtn span:nth-child(2){
	font-weight: bold;
}