img_txt.wxss
489 字节
/* pages/img_txt/img_txt.wxss */
.main{
margin: 24rpx 32rpx ;
}
.top_img{
height:450rpx;
overflow: hidden;
}
.top_img image{
width:100%;
height: 100%;
display: block;
}
.text_title{
text-align: center;
color:#292929;
font-size:32rpx;
font-weight: bold;
padding:24rpx 0 10rpx 0;
}
.text_content{
/* text-indent: 50rpx; */
/* color:#666666;
font-size:26rpx; */
/* line-height: 46rpx; */
}
.text_time{
color:#999;
font-size:26rpx;
margin: 0 0 10rpx 0;
text-align: center;
}