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
  • box
  • css
  • index.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen h5 移植 · 6161a8cd
    dabai committed 4 years ago
    6161a8cd
index.css 1.88 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
.main{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	margin: 0 auto;
	line-height: 1.2;
}
.mDetail{
	position: relative;
	width: 9.066rem;
	height: 2.293rem;
	margin: 0 auto;
	font-size: 0;
}
.mDetailInfo1{
	position: absolute;
	left: 0;
	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%);
	width: 6.333rem;
	font-size: 0;
}
.mDetailInfo1 p{
	font-size: 0.373rem;
	color: #333;
	width: 100%;
}
.mDetailInfo1 p:nth-child(2){
	margin-top: 0.2rem;
}
.mDetailInfo1 p:nth-child(3){
	margin-top: 0.266rem;
	font-size: 0.32rem;
}
.mDetailInfo2{
	position: absolute;
	right: 0;
	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%);
	width: 2.733rem;
	
	font-size: 0;
}
.mDetailInfo2 p{
	font-size: 0.373rem;
	color: #333;
	width: 100%;
	text-align: right;
}
.mDetailInfo2 p:nth-child(1){
	visibility: hidden;
}
.mDetail2 .mDetailInfo2 p:nth-child(1){
	visibility: visible;
}
.mDetailInfo2 p:nth-child(2){
	margin-top: 0.2rem;
}
.mDetailInfo2 p:nth-child(3){
	margin-top: 0.266rem;
	font-size: 0.32rem;
	color: #333;
}
.mDetail .mDetailInfo2 p:nth-child(3){
	visibility: hidden;
}
.mDetail .mDetailInfo2 p:nth-child(3).show{
	visibility: visible;
}
.mDetailBottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #F0F0F0;
}
.notBox{
	position: absolute;
	left: 0;
	top: 1.466rem;
	width: 100%;
	height: 4rem;
	text-align: center;
}
.notImg{
	position: relative;
	width: 2.666rem;
	height: 2.666rem;
}
.notText{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	color: #808080;
}
.mDetail2{
	position: relative;
	width: 9.066rem;
	height: 1.733rem;
	margin: 0 auto;
	font-size: 0;
}