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
  • fireflyRmb
  • css
  • firefly.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    邀请有奖 提现 更新 · 66072eb6
    dabai committed 4 years ago
    66072eb6
firefly.css 1.8 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
body {
  background: #FFF;
}
.main{
	background: #FFF;
	width: 10rem;
	position: relative;
	font-size: 0;
	margin: 0 auto;
}
.mHeader{
	padding-top: 0.666rem;
	width: 10rem;
	margin: 0 auto;
}
.mHeadBg{
    background-color: #FFF1F7;
    border-radius: 0.32rem;
    -webkit-border-radius: 0.32rem;
    -moz-border-radius: 0.32rem;
    -ms-border-radius: 0.32rem;
    width: 8.8rem;
    height: 3.866rem;
    position: relative;
    margin: 0 auto;
}
.mTopBoxTitle{
	position: absolute;
	left: 0;
	top: 0.96rem;
	width: 100%;
	font-size: 0.373rem;
	color:#343434;
	width: 100%;
	text-align: center;
	
}
.mTopBoxTitle span{
	background: url(../img/yumao3.png) no-repeat;
	background-size: 100% 100%;
	width: 0.306rem;
	height: 0.373rem;
	display: inline-block;
	margin-right: 0.08rem;
	vertical-align: middle;
	margin-top: -.05rem;
}
.mTopBoxNum{
	font-size: 1.2rem;
	color: #925EEB;
	position: absolute;
	left: 0;
	top: 1.786rem;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.mTips{
	font-size:0.293rem;
	color:#666;
	width: 8.546rem;
	position: absolute;
	left: 50%;
	bottom: 0.266rem;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	
}
.mList{
	width: 10rem;
	font-size: 0;
	margin: 0.266rem auto 0;
}
.mDetail{
	position: relative;
	width: 8.8rem;
	height: 1.466rem;
	margin: 0 auto;
	font-size: 0;
	border-bottom: 1px solid #EBEBEB;
}
.mDetailName{
	width: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 1.466rem;
	line-height: 1.466rem;
	font-size: 0.4rem;
	color:#333;
}
.mDetailNum{
	position: absolute;
	right:0;
	top: 0;
	height: 1.466rem;
	line-height: 1.466rem;
	width: 4.5rem;
	color:#925EEB;
	text-align: right;
	font-size: 0.4rem;
}
.mDetailImg1{
	width: 0.35rem;
	vertical-align: middle;
	margin-top: -.05rem;
}
.mDetailImg2{
	width: 0.533rem;
	height: 0.533rem;
	vertical-align: middle;
}