text.wxss
288 字节
/* pages/text/text.wxss */
.top_img{
height: 360rpx;
}
.top_img image{
width:100%;
height: 100%;
}
.text_title{
margin: 36rpx 0 36rpx 0;
color:#211F1D;
font-size:36rpx;
font-weight: bold;
text-align: center;
}
.text-content{
margin: 0 34rpx;
color:#252729;
font-size:34rpx;
}