img_text.wxss
387 字节
/* pages/img_text/img_text.wxss */
.top_img{
height:360rpx;
overflow: hidden;
}
.top_img image{
width:100%;
height: 100%;
display: block;
}
.text_title{
text-align: center;
color:#211F1D;
font-size:36rpx;
font-weight: bold;
padding:33rpx 0;
}
.text_content{
/* text-indent: 50rpx; */
margin: 0 34rpx 30rpx 34rpx;
/* color:#252729;
font-size:30rpx;
line-height: 56rpx; */
}