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.
46 lines
733 B
46 lines
733 B
1 year ago
|
.body-background{
|
||
|
background:{
|
||
|
color:#F5F5F6;
|
||
|
}
|
||
|
}
|
||
|
.new-item {
|
||
|
background: {
|
||
|
color: #fff;
|
||
|
};
|
||
|
border-radius: 20rpx;
|
||
|
padding: 20rpx 16rpx;
|
||
|
margin-bottom: 16rpx;
|
||
|
|
||
|
.new-thumb {
|
||
|
width: 260rpx;
|
||
|
}
|
||
|
|
||
|
.new-icon {
|
||
|
width: 64rpx;
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
margin-right:-12rpx;
|
||
|
}
|
||
|
|
||
|
.new-title {
|
||
|
padding:{
|
||
|
left:20rpx;
|
||
|
}
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
|
font-weight: 400;
|
||
|
color: #000000;
|
||
|
line-height: 42rpx;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
.new-time{
|
||
|
margin-top:auto;
|
||
|
padding:{
|
||
|
left:20rpx;
|
||
|
}
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 400;
|
||
|
color: #000000;
|
||
|
line-height: 1;
|
||
|
}
|
||
|
}
|