金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
788 B

page {
background: #ffffff;
}
#express {
padding:0 20px;
.title {
text-align: center;
margin: 10px;
.no {
font-size: 12px;
color: #333333;
}
}
.no-data {
text-align: center;
padding: 10px;
}
.box {
.item {
position: relative;
display: flex;
align-items: center;
.dot {
width: 8px;
height: 8px;
background: #999;
border-radius: 100%;
margin-left: -4px;
//position: absolute;
//top: 50%;
//left: -5px;
}
.text {
flex: 1;
padding-left: 20px;
color: #666666;
margin-bottom: 15px;
.info {
}
.time {
font-size: 12px;
color: #999999;
}
}
}
}
}