tanzhongheY/pages/details/details.wxss

28 lines
416 B
Plaintext
Raw Normal View History

2021-09-01 07:52:30 +00:00
/* pages/details.wxss */
.details{
padding: 20rpx;
}
.title{
font-weight: bold;
font-size: 50rpx;
}
.time{
color: #ccc;
padding: 20rpx;
}
.desc{
background: #f5f5f5;
padding: 30rpx;
margin-bottom: 20rpx;
font-size: 24rpx;
}
rich-text{
line-height: 48rpx;
}
rich-text .richImg{
max-width: 100%;
max-height: 100%;
vertical-align: middle;
height: auto!important;
width: auto!important;
}