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
  • backpack
  • css
  • index.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen · be1c00f7
    dabai committed 4 years ago
    be1c00f7
index.css 1.64 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
body{
	background-color: #FFF;
}
.ellipsis{
	  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide{display: none;}
.main{
	width: 10rem;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	font-size: 0;
	background-color: #FFF;
}
.mList{
	position: relative;
	width: 10rem;
	font-size: 0;
	margin: 0 auto;
}
.mDetail{
	width: 10rem;
	height: 2.4rem;
	position: relative;
	font-size: 0;
}
.mImg{
	position: absolute;
	left: 0;
	top: 0;
	width: 2.106rem;
	height: 2.4rem;
	overflow: hidden;
}
.mImg img{
	width: 1.44rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	object-fit: cover;
}
.mInfo{
	position: absolute;
	left: 2.106rem;
	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: 5rem;
}
.mInfo p{
	width: 100%;
	font-size: 0.32rem;
	color:#666;
	margin-top: 0.106rem;
}
.mInfo p:nth-child(1){
	margin-top: 0;
	font-size: 0.4rem;
	color:#333;
}
.mNum{
	position: absolute;
	right: 0.706rem;
	top: 0;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 0.4rem;
	color:#333;
	width: 2rem;
	text-align: right;
}
.mBottom{
	position: relative;
	padding: 0.133rem 0;
	width: 100%;
	text-align: center;
	font-size: 0.32rem;
	color: #4c4c4c;
}
.L_Ar.main{
	direction: rtl;
}
.L_Ar .mImg{
	left: auto;
	right: 0;
}
.L_Ar .mInfo{
	left: auto;
	right: 2.106rem;
}
.L_Ar .mNum{
	right: auto;
	left: .706rem;
	
}