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
  • recording
  • css
  • index.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen h5 移植 · 6161a8cd
    dabai committed 4 years ago
    6161a8cd
index.css 2.18 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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
.cord-ul {
  margin: 0 auto;
  width: 10rem;
}
.cord-ul li {
  position: relative;
  width: 10rem;
  height: 1.47rem;
  background: #11121A;
  margin-top: 0.1rem;
}
.cord-li1 {
  display: inline-block;
  line-height: 1.47rem;
  width: 0.33rem;
  height: 0.29rem;
  font-size: 0.4rem;
  text-indent: 1.1rem;
  color: #00f3d7;
}
.cord-li1 img {
  position: absolute;
  width: 0.45rem;
  height: 0.55rem;
  left: 0.5rem;
  top: 0.42rem;
}
.cord-li2 {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 4.2rem;
}
.cord-li2 .gift {
  display: inline-block;
  position: absolute;
  top: 0.23rem;
  width: 1.57rem;
  height: 0.39rem;
  font-size: 0.4rem;
  color: #cccccc;
  width: 3.7rem;
  margin-right: 0.5rem;
  text-align: right;
}
.cord-li2 .time {
  display: inline-block;
  position: absolute;
  height: 0.2rem;
  top: 0.83rem;
  margin-right: 0.5rem;
  font-size: 0.27rem;
  color: #808080;
  text-align: right;
  width: 3.7rem;
}
.cord-li-money {
  display: inline-block;
  line-height: 1.47rem;
  width: 0.33rem;
  height: 0.29rem;
  font-size: 0.4rem;
  text-indent: 2.1rem;
  color: #00f3d7;
}
.cord-li-money img {
  position: absolute;
  width: 0.45rem;
  height: 0.55rem;
  left: 1.4rem;
  top: 0.42rem;
}
.text2 {
  position: absolute;
  left: -1.7rem;
}
.cord-li1 img,.cord-li-money img{
	width: 0.533rem;
	height: 0.533rem;
	left: .1rem;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	position: absolute;
	vertical-align: middle;
}
.cord-li1,.cord-li-money{
	color:#E64E92;
	text-indent: 1rem;
		height: 1.733rem;
	line-height: 1.733rem;
	width: 5rem;
	position: absolute;
	left: 0;
	top: 0;
}
.cord-ul li{
	background-color: #FFF;
	width: 9.2rem;
	margin: 0 auto;
	border-bottom: 1px solid #F0F0F0;
	height: 1.733rem;
	line-height: 1.733rem;
}
.cord-li2{
	height: 100%;
}
.cord-li2 .gift{
	color:#333333;
	right:0;
	margin-right: 0;
	top: -.2rem;
}
.cord-li2 .time{
	color:#666;
	right:0;
	margin-right: 0;
	top: .3rem;
}
.L_Ar .cord-li2{
	left: 0;
	right: auto;
}
.L_Ar .cord-li2 span{
	text-align: left;
	right: auto;
	left: 0;
}
.L_Ar .cord-li1,.L_Ar .cord-li-money{
	left: auto;
	right: 0;
}
.L_Ar .cord-li1 img,.L_Ar  .cord-li-money img{
	left: auto;
	right: .1rem;
}