Newer
Older
.inteItem{
margin-bottom: 5px;
.inteTime{
color: #999999;
position: relative;
height: 1.6rem;
}
.inteTime:after{
content: '';
position: absolute;
top: 6px;
left: -16px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.inteTime:before{
content: '';
position: absolute;
top: 6px;
left: -14px;
width: 2px;
height: 60px;
background-color: #eeeeee;
}
.iterType{
color: #333333;
font-size: 1.5rem;
padding-left: 0;
}
.inteScore{
text-align: right;
color: #e12724;
font-size: 0;
span:first-child{
font-weight: bold;
font-size: 1.8rem;
}
span:last-child{
font-size: 1.4rem;
}
}
}