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
  • Nesting
  • dew
  • css
  • dewmask.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen更新 · 96fe1e53
    dabai committed 4 years ago
    96fe1e53
dewmask.css 1.96 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
body{
	background: #fff;
	overflow: hidden;
}
body .layui-layer {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
body .layui-layer.layui-layer-hui {
  background-color: #000;
  filter: alpha(opacity=40);
  background-color: rgba(0, 0, 0, 0.4);
}
.main{
	position: relative;
	width: 10rem;
	height: 8rem;
	margin: 0 auto;
	background-color: #fff;
	font-size: 0;
	overflow: hidden;
}
.mTop{
	position: absolute;
	top: 0;
	left: .2rem;
	width: 9.6rem;
	height: 1.426rem;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.mTopLeft{
	position: absolute;
	left: 0.4rem;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	font-size: 0;
	width: 6rem;
}
.mTopLeft p{
	font-size: 0.4rem;
	color: #333333;
	padding-left: 0.026rem;
}
.mTopLeft p:nth-child(2){
	font-size: 0.266rem;
	margin-top: 0.173rem;
	color: #919191;
}
.mTopRight{
	position: absolute;
	right: 0.28rem;
	top: 0;
	height: 1.426rem;
	line-height: 1.426rem;
	font-size: 0.4rem;
	color: #E53985;
}
.mList{
	position: absolute;
	left: 0;
	top: 1.426rem;
	width: 100%;
	height: 6.56rem;
	overflow-y: auto;
	font-size: 0;
}
.mDetail{
	width: 100%;
	height: 1.64rem;
	position: relative;
	font-size: 0;
}
.mDetailNum{
	position: absolute;
	left: 0.5rem;
	top: 0;
	height: 1.64rem;
	line-height: 1.64rem;
	font-size: 0.4rem;
	color: #925EEB;
}
.mDetailNum img{
	width: 0.4rem;
	vertical-align: middle;
	margin-right: 0.133rem;
	margin-top: -.06rem;
}
.mDetailBtn{
	position: absolute;
	right: 0.44rem;
	top: 50%;
	margin-top: -.36rem;
	width: 2.266rem;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	font-size: 0.373rem;
	color: #E53985;
	border: 0.026rem solid #E53985;
	border-radius: 0.36rem;
}
.mDetail.check .mDetailBtn{
	background-color: #FCEBF3;
}
.mDetailBtn font{
	margin-right: 0.066rem;
	font-size: .38rem;
}

.maskingBox p span{
	margin: 0 0.066rem;
}