42 lines
696 B
CSS
42 lines
696 B
CSS
.null i {
|
|
font-size: 0.9rem;
|
|
}
|
|
.null p {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
}
|
|
.content_list{
|
|
margin-top: 0.9rem;
|
|
}
|
|
.null{
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 0.3rem;
|
|
}
|
|
.content_list .title {
|
|
font-size: 0.34rem;
|
|
color: #333;
|
|
margin-bottom: 0.26rem;
|
|
margin-top: 0.3rem;
|
|
}
|
|
.content_list ul {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.content_list ul li{
|
|
width: 48%;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.content_list .content_img img{
|
|
width: 100%;
|
|
border-radius: 0.1rem;
|
|
}
|
|
.content_list .content_text .tua{
|
|
color: #333;
|
|
font-size: 0.3rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space:nowrap;
|
|
margin-bottom: 0.08rem;
|
|
} |