/* packageA/pages/messageContent/messageContent.wxss */ /* pages/messageContent/Count.wxss */ .title { margin: 56rpx 36rpx 30rpx; font-family: Adobe Heiti Std; font-size: 34rpx; color: #333333; line-height: 46rpx; text-align: justifyLeft; font-style: normal; text-transform: none; } .time-read{ display: flex; margin: 0 36rpx; font-family: SourceHanSansCN, SourceHanSansCN; font-weight: 400; font-size: 24rpx; color: #999999; text-align: justifyLeft; font-style: normal; text-transform: none; } .time-read .time{ margin-right: 59rpx; } .penner{ margin: 45rpx 31rpx; width: 690rpx; height: 294rpx; background: #7F7F7F; border-radius: 10rpx 10rpx 10rpx 10rpx; } .penner image{ /* width: 100%; height: 100%; */ } .content{ margin: 20rpx 30rpx; font-family: SourceHanSansCN, SourceHanSansCN; font-weight: 400; font-size: 28rpx; color: #333333; font-style: normal; text-transform: none; } .content .content1{ margin-bottom: 50rpx; } .addd{ width: 100%; min-height:30px; } .modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; }