generator-minxing
Version:
generator for creating minxing web app.
171 lines (169 loc) • 3.5 kB
CSS
.container{
margin: 0px;
padding: 0px;
color: #ffffff;
font-family: "Microsoft YaHei";
background-image: url("../../images/bg.png");
width: 100%;
}
ol{
list-style: none;
margin:36px 17px;
border-radius: 9px;
padding-left: 0px;
}
.head{
width: 100%;
height: 30%;
}
.head-img{
margin:0 auto;
display: block;
}
.wrapper{
height:auto;
margin:4px 25px;
margin-bottom:20px;
background-color: #ffffff;
border: 5px solid #062242;
border-radius: 30px;
}
.wrapper ol>li{
width: 100%;
height:38px;
position: relative;
background-color: #9a7c55;
margin-left: 10px;
border:2px solid #a79868;
border-radius: 5px;
margin-top: 25px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.7) inset;
}
.rank{
position: absolute;
left: -19px;
top: -9px;
width: 50px;
height: 50px;
}
.wrapper ol>li a{
display: block;
font-weight: bold;
line-height: 38px;
text-align: center;
margin-left: 76px;
font-size: 1em;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
width:calc(100% - 84px);
}
.wrapper ol>li:nth-child(1){
background-image: url("../../images/no1.png");
background-repeat: no-repeat;
background-position: 35px 0px;
background-size: 31px 33px;
}
.wrapper ol>li:nth-child(2){
background-image: url("../../images/no2.png");
background-repeat: no-repeat;
background-position: 35px 0px;
background-size: 31px 33px;
}
.wrapper ol>li:nth-child(3){
background-image: url("../../images/no3.png");
background-repeat: no-repeat;
background-position: 35px 0px;
background-size: 31px 33px;
}
.wrapper ol>li:nth-child(4)::before{
content: "4th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(5)::before{
content: "5th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(6)::before{
content: "6th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(7)::before{
content: "7th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(8)::before{
content: "8th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(9)::before{
content: "9th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
.wrapper ol>li:nth-child(10)::before{
content: "10th";
position: absolute;
left: 40px;
top: 7px;
color: #523513;
font-weight: bold;
}
li img{
width: 100%;
height:100%;
border-radius:50%;
overflow: hidden;
border: 2px solid #9c7b53;
border-right:none;
}
li span:nth-child(n){
position: absolute;
top: 0px;
left: 0px;
height: 50px;
width: 50px;
border-radius: 50%;
display: block;
box-shadow: 1px 1px 3px rgba(0,0,0,0.7)inset;
}
.emptyImg{
display: block;
width: 100%;
height: 108px;
margin-top: 23px;
background: url("../../images/text-empty.png") center center no-repeat;
border-radius: 5px;
color: #44566a;
font-weight: 600;
font-family: "Tahoma";
text-indent: -9999px;
-webkit-transform: scale(0.5);
moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
background-clip:padding-box;
}