43 lines
572 B
CSS
43 lines
572 B
CSS
html,body{
|
|
background:#DFDFDF;
|
|
}
|
|
|
|
.list:nth-child(1){
|
|
margin-top: 0.41rem;
|
|
}
|
|
|
|
.list .item{
|
|
background:#fff;
|
|
padding:0 0.83rem;
|
|
margin-bottom: 0.41rem;
|
|
}
|
|
|
|
.list .item .nav{
|
|
display:flex;
|
|
display:-webkit-flex;
|
|
align-items: center;
|
|
justify-content:space-between;
|
|
font-size:1.25rem;
|
|
height: 2.3rem;
|
|
line-height: 2.3rem;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
|
|
.list .item .con{
|
|
padding:0.67rem 0rem;
|
|
font-size:1rem;
|
|
}
|
|
|
|
.item .con .con-item{
|
|
padding: 0.17rem 0;
|
|
}
|
|
|
|
.con .con-item span{
|
|
margin-left:0rem;
|
|
}
|
|
|
|
.date-time{
|
|
font-size:0.9rem;
|
|
color:rgba(0,0,0,0.7)
|
|
}
|